From 6ab08ab70d3c550c79ff61c424a0835c0dce32d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 06:49:00 +0000 Subject: [PATCH] chore(deps-dev): bump openapi-python-client from 0.16.0 to 0.17.0 Bumps [openapi-python-client](https://github.com/triaxtec/openapi-python-client) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/triaxtec/openapi-python-client/releases) - [Changelog](https://github.com/openapi-generators/openapi-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/triaxtec/openapi-python-client/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: openapi-python-client dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7602511..7267276 100644 --- a/poetry.lock +++ b/poetry.lock @@ -333,19 +333,19 @@ setuptools = "*" [[package]] name = "openapi-python-client" -version = "0.16.0" +version = "0.17.0" 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.17.0-py3-none-any.whl", hash = "sha256:e14ebfdf64b0f5a902c5fcf9d8371b122e5824716442a389a02dbb055cae18d8"}, + {file = "openapi_python_client-0.17.0.tar.gz", hash = "sha256:8b9c40a0344e9669556a7ab5e55141472d9c8abe06f7cba84e98fffc88594914"}, ] [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" @@ -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 = "f3bd75b9e6ed2ca79d423e6a52a230bd7d83dc7e51ccd1b73fa05bc5afd87a47" diff --git a/pyproject.toml b/pyproject.toml index 9649def..a24bb25 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.0" [tool.poetry.urls] "Bug Tracker" = "https://github.com/MechanicalFlower/godot-asset-library-client/issues"