From 6c133ef4964af9303cfed69c1ab13821df1ae511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 01:00:49 +0000 Subject: [PATCH] chore(deps): bump httpx from 0.25.2 to 0.26.0 Bumps [httpx](https://github.com/encode/httpx) from 0.25.2 to 0.26.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.25.2...0.26.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 875e778..193d3a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -172,13 +172,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.25.2" +version = "0.26.0" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"}, - {file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"}, + {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, + {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, ] [package.dependencies] @@ -332,19 +332,19 @@ setuptools = "*" [[package]] name = "openapi-python-client" -version = "0.16.0" +version = "0.16.1" description = "Generate modern Python clients from OpenAPI" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "openapi_python_client-0.16.0-py3-none-any.whl", hash = "sha256:2250a718703f99d6e55ff1b6b0bb7bb37f8d6424343d0f86a03d420869860578"}, - {file = "openapi_python_client-0.16.0.tar.gz", hash = "sha256:c1b76d97d1276462445cded66b8e0c9095fa11002f695e5dcc212b45b8bfee9c"}, + {file = "openapi_python_client-0.16.1-py3-none-any.whl", hash = "sha256:61d2601df3abb1723919444434ade016e4512438846623758e79c1c1ea3ee8e6"}, + {file = "openapi_python_client-0.16.1.tar.gz", hash = "sha256:bb5803a10a27a00158daf1c23311facc02fd68471c91631165dce8f2f3161607"}, ] [package.dependencies] attrs = ">=21.3.0" colorama = {version = ">=0.4.3,<0.5.0", markers = "sys_platform == \"win32\""} -httpx = ">=0.20.0,<0.26.0" +httpx = ">=0.20.0,<0.27.0" jinja2 = ">=3.0.0,<4.0.0" pydantic = ">=2.1.1,<3.0.0" python-dateutil = ">=2.8.1,<3.0.0" @@ -785,4 +785,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6dd9ed50698650aacffb127259ab9ea8e6b298dbeb5292a6b6c5b4d72034a16f" +content-hash = "a519ab2edbe9a05a655a337ad4a35a46f1de3aae3852df10e642a62752541a47" diff --git a/pyproject.toml b/pyproject.toml index bd1deab..9debb2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ include = ["LICENSE.md", "godot-asset-library-godot_asset_library_client/py.type [tool.poetry.dependencies] python = ">=3.9,<3.13" -httpx = ">=0.20.0,<0.26.0" +httpx = ">=0.20.0,<0.27.0" attrs = ">=21.3.0" python-dateutil = "^2.8.0"