From a57eb40ae678ad886a60fa96f02c28de8f4f4965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:09:32 +0000 Subject: [PATCH] chore(deps-dev): bump openapi-python-client from 0.16.0 to 0.17.2 Bumps [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) from 0.16.0 to 0.17.2. - [Release notes](https://github.com/openapi-generators/openapi-python-client/releases) - [Changelog](https://github.com/openapi-generators/openapi-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/openapi-generators/openapi-python-client/compare/v0.16.0...v0.17.2) --- updated-dependencies: - dependency-name: openapi-python-client dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7602511..c7551fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -333,24 +333,24 @@ setuptools = "*" [[package]] name = "openapi-python-client" -version = "0.16.0" +version = "0.17.2" description = "Generate modern Python clients from OpenAPI" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.8" 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.17.2-py3-none-any.whl", hash = "sha256:40577b053fdeb1c47b559bcfacde7645dba3fc4e117ca875b405e94ab841792a"}, + {file = "openapi_python_client-0.17.2.tar.gz", hash = "sha256:4d897a4acb921d22a3d300cb037fb665f4a8be642290a38b57aa977593c008bb"}, ] [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" +colorama = {version = ">=0.4.3", markers = "sys_platform == \"win32\""} +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" -PyYAML = ">=6.0,<7.0" -ruff = ">=0.1.2,<0.2.0" +pyyaml = ">=6.0,<7.0" +ruff = ">=0.1.2,<1.0.0" shellingham = ">=1.3.2,<2.0.0" typer = ">0.6,<0.10" typing-extensions = ">=4.8.0,<5.0.0" @@ -786,4 +786,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d218f0105bb4bf1396228855d0cae28a75a776f2a01a96a1502260ab9a02a2a4" +content-hash = "bfe5e77b91214c840bd89a676961b5d60c31eb6edaf9f2417169da4296b1ecae" diff --git a/pyproject.toml b/pyproject.toml index 9649def..b8c060d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python-dateutil = "^2.8.0" [tool.poetry.group.dev.dependencies] pytest = "^7.4.4" pre-commit = "^3.6.0" -openapi-python-client = "^0.16.0" +openapi-python-client = "^0.17.2" [tool.poetry.urls] "Bug Tracker" = "https://github.com/MechanicalFlower/godot-asset-library-client/issues"