From 153309ad4b68409b9eab1b41669080b31817f8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:01:11 +0000 Subject: [PATCH] chore(deps-dev): bump openapi-python-client from 0.21.2 to 0.21.4 Bumps [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) from 0.21.2 to 0.21.4. - [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.2...v0.21.4) --- updated-dependencies: - dependency-name: openapi-python-client dependency-type: direct:development update-type: version-update:semver-patch ... 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 9fe177f..10f2729 100644 --- a/poetry.lock +++ b/poetry.lock @@ -333,13 +333,13 @@ setuptools = "*" [[package]] name = "openapi-python-client" -version = "0.21.2" +version = "0.21.4" description = "Generate modern Python clients from OpenAPI" optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "openapi_python_client-0.21.2-py3-none-any.whl", hash = "sha256:82fe965603d9f359480a62add611e6bb58554610d0386fcc04f290a2cbe0bae2"}, - {file = "openapi_python_client-0.21.2.tar.gz", hash = "sha256:c3e7e185351029e3aa8fa4a7bd3164b16909e0e274bab979590a0e960ae87489"}, + {file = "openapi_python_client-0.21.4-py3-none-any.whl", hash = "sha256:3de5de93639462ccc56d62b367db5088763864fca833b0ca3b1055c632cdd195"}, + {file = "openapi_python_client-0.21.4.tar.gz", hash = "sha256:5c21ed6e36f2b9aa83bce0d5c3ea7bc0d1744cefa0642bd40e3646bde2a6a952"}, ] [package.dependencies] @@ -350,7 +350,7 @@ jinja2 = ">=3.0.0,<4.0.0" pydantic = ">=2.1.1,<3.0.0" python-dateutil = ">=2.8.1,<3.0.0" ruamel-yaml = ">=0.18.6,<0.19.0" -ruff = ">=0.2,<0.6" +ruff = ">=0.2,<0.7" shellingham = ">=1.3.2,<2.0.0" typer = ">0.6,<0.13" typing-extensions = ">=4.8.0,<5.0.0" @@ -864,4 +864,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f39411d2011e16d042957ef5683db1e9e326463851095185505f23c9aed709d5" +content-hash = "429d26f0e2347cf3f980043f20efe7aa9c16aec7b6787761fe590e92e063dfbc" diff --git a/pyproject.toml b/pyproject.toml index 89de05d..890eb34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python-dateutil = "^2.9.0" [tool.poetry.group.dev.dependencies] pytest = "^8.3.2" pre-commit = "^3.8.0" -openapi-python-client = "^0.21.2" +openapi-python-client = "^0.21.4" [tool.poetry.urls] "Bug Tracker" = "https://github.com/MechanicalFlower/godot-asset-library-client/issues"