diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a669c1..63b02e0 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.4 ([#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), [#49](https://github.com/MechanicalFlower/godot-asset-library-client/pull/49)) - 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)) 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"