From bbbaec3183bf9b1007e71a6f2f8dc0784493f831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:03:51 +0000 Subject: [PATCH] Bump openapi-python-client from 0.21.6 to 0.21.7 Bumps [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) from 0.21.6 to 0.21.7. - [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.21.6...v0.21.7) --- updated-dependencies: - dependency-name: openapi-python-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a8822e9..e201848 100644 --- a/poetry.lock +++ b/poetry.lock @@ -391,13 +391,13 @@ setuptools = "*" [[package]] name = "openapi-python-client" -version = "0.21.6" +version = "0.21.7" description = "Generate modern Python clients from OpenAPI" optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "openapi_python_client-0.21.6-py3-none-any.whl", hash = "sha256:ed7d134169ec66646681f514706e3aa4ecc461db17359c02fa13eb850d12c893"}, - {file = "openapi_python_client-0.21.6.tar.gz", hash = "sha256:019cb0191b48eb51206af98b2f65c516067df908a10b5d4fe6de333c9ebcb93d"}, + {file = "openapi_python_client-0.21.7-py3-none-any.whl", hash = "sha256:bbef6dda2be4b5540f3fdae89374c68462f4dc18126b222fbb0a7cd2da78c31d"}, + {file = "openapi_python_client-0.21.7.tar.gz", hash = "sha256:02a4800f6191237e5d9abd9b727d0bcf9165e2617f597c03eaa23a5625f466e3"}, ] [package.dependencies] @@ -952,4 +952,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2cc41fe41b7c3bd6a3d7a12816bb561f158d53121d7acd2eb01d15ef71574df4" +content-hash = "67e3e20e1c0f1e8acfb754d21ee4e977fa3f56eee7b847ab7dfa838168ee0134" diff --git a/pyproject.toml b/pyproject.toml index 5e3cee4..5ce6e59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "smallstep"}] [tool.poetry.dependencies] python = "^3.9" -openapi-python-client = "0.21.6" +openapi-python-client = "0.21.7" pydantic-settings = "2.6.1" pyhumps = "^3.8.0"