From f49bafa6ae00bc99023e33be00aeab8adcdf6c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 21:01:22 +0000 Subject: [PATCH] bump(deps-dev): bump openapi-python-client from 0.25.0 to 0.25.2 Bumps [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) from 0.25.0 to 0.25.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.25.0...v0.25.2) --- updated-dependencies: - dependency-name: openapi-python-client dependency-version: 0.25.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5d642b4a..463d366e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2684,14 +2684,14 @@ voice-helpers = ["numpy (>=2.0.2)", "sounddevice (>=0.5.1)"] [[package]] name = "openapi-python-client" -version = "0.25.0" +version = "0.25.2" description = "Generate modern Python clients from OpenAPI" optional = false python-versions = "<4.0,>=3.9" groups = ["dev"] files = [ - {file = "openapi_python_client-0.25.0-py3-none-any.whl", hash = "sha256:a346969ae2cadc1b8678854eb5a86b3c9eb221b2054cec5807824e58a4bc31e3"}, - {file = "openapi_python_client-0.25.0.tar.gz", hash = "sha256:e1b8911f5037bcb20d4a897ddff5689e71ceb7edc35ec3918cfa2967266aa4ec"}, + {file = "openapi_python_client-0.25.2-py3-none-any.whl", hash = "sha256:b2a6898804805cd6669d74aa0c93b4dc8da8575070885128ab1b8eae729b3bc8"}, + {file = "openapi_python_client-0.25.2.tar.gz", hash = "sha256:8a0a03c3391ff77793047b14f70bb8f6705b9150153d1bd5baf35fea6b1669c2"}, ] [package.dependencies] @@ -2702,7 +2702,7 @@ jinja2 = ">=3.0.0,<4.0.0" pydantic = ">=2.10,<3.0.0" python-dateutil = ">=2.8.1,<3.0.0" ruamel-yaml = ">=0.18.6,<0.19.0" -ruff = ">=0.2,<0.12" +ruff = ">=0.2,<0.13" shellingham = ">=1.3.2,<2.0.0" typer = ">0.6,<0.17" typing-extensions = ">=4.8.0,<5.0.0"