From dcfee3506905860831b7fabbab2c25e3cd8b374b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:06:43 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump openapi-python-client from 0.21.2 to 0.21.5 Bumps [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) from 0.21.2 to 0.21.5. - [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.5) --- 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..b674d4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -333,13 +333,13 @@ setuptools = "*" [[package]] name = "openapi-python-client" -version = "0.21.2" +version = "0.21.5" 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.5-py3-none-any.whl", hash = "sha256:4dc5c2b1372da10258856b442fd533c25a61480862aeb10f9168301c2541dffe"}, + {file = "openapi_python_client-0.21.5.tar.gz", hash = "sha256:bf74c2a4bae69ad6d7643c834aafca6b9f691d2446695a79e410cf1925adc63d"}, ] [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 = "41a1ad3af1e0e491fe9878f407b68e41f2c7b3e2cb8c38a2b1630e82573f4c25" diff --git a/pyproject.toml b/pyproject.toml index 89de05d..ec3a603 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.5" [tool.poetry.urls] "Bug Tracker" = "https://github.com/MechanicalFlower/godot-asset-library-client/issues" From 57a4087ba6d3855e6636160b69a3616346e26524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 9 Sep 2024 01:06:58 +0000 Subject: [PATCH 2/2] chore(changelog): automatic update to add dependabot deps bump --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a669c1..bdaa795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `pytest` from 7.4.3 to 8.3.2 ([#8](https://github.com/MechanicalFlower/godot-asset-library-client/pull/8), [#11](https://github.com/MechanicalFlower/godot-asset-library-client/pull/11), [#13](https://github.com/MechanicalFlower/godot-asset-library-client/pull/13), [#17](https://github.com/MechanicalFlower/godot-asset-library-client/pull/17), [#20](https://github.com/MechanicalFlower/godot-asset-library-client/pull/20), [#23](https://github.com/MechanicalFlower/godot-asset-library-client/pull/23), [#26](https://github.com/MechanicalFlower/godot-asset-library-client/pull/26), [#29](https://github.com/MechanicalFlower/godot-asset-library-client/pull/29), [#32](https://github.com/MechanicalFlower/godot-asset-library-client/pull/32), [#41](https://github.com/MechanicalFlower/godot-asset-library-client/pull/41)) - Bump `attrs` from 23.1.0 to 23.2.0 ([#6](https://github.com/MechanicalFlower/godot-asset-library-client/pull/6)) - Bump `pre-commit` from 3.6.0 to 3.8.0 ([#12](https://github.com/MechanicalFlower/godot-asset-library-client/pull/12), [#14](https://github.com/MechanicalFlower/godot-asset-library-client/pull/14), [#27](https://github.com/MechanicalFlower/godot-asset-library-client/pull/27), [#42](https://github.com/MechanicalFlower/godot-asset-library-client/pull/42)) -- Bump `openapi-python-client` from 0.16.0 to 0.21.2 ([#10](https://github.com/MechanicalFlower/godot-asset-library-client/pull/10), [#15](https://github.com/MechanicalFlower/godot-asset-library-client/pull/15), [#16](https://github.com/MechanicalFlower/godot-asset-library-client/pull/16), [#22](https://github.com/MechanicalFlower/godot-asset-library-client/pull/22), [#30](https://github.com/MechanicalFlower/godot-asset-library-client/pull/30), [#39](https://github.com/MechanicalFlower/godot-asset-library-client/pull/39)) +- Bump `openapi-python-client` from 0.16.0 to 0.21.5 ([#10](https://github.com/MechanicalFlower/godot-asset-library-client/pull/10), [#15](https://github.com/MechanicalFlower/godot-asset-library-client/pull/15), [#16](https://github.com/MechanicalFlower/godot-asset-library-client/pull/16), [#22](https://github.com/MechanicalFlower/godot-asset-library-client/pull/22), [#30](https://github.com/MechanicalFlower/godot-asset-library-client/pull/30), [#39](https://github.com/MechanicalFlower/godot-asset-library-client/pull/39), [#53](https://github.com/MechanicalFlower/godot-asset-library-client/pull/53)) - Bump `httpx` from 0.25.2 to 0.27.0 ([#18](https://github.com/MechanicalFlower/godot-asset-library-client/pull/18)) - Bump `extractions/setup-just` from 1 to 2 ([#19](https://github.com/MechanicalFlower/godot-asset-library-client/pull/19)) - Bump `python-dateutil` from 2.8.2 to 2.9.0.post0 ([#21](https://github.com/MechanicalFlower/godot-asset-library-client/pull/21))