diff --git a/CHANGELOG.md b/CHANGELOG.md index bdaa795..e1d53b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - 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.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 `httpx` from 0.25.2 to 0.27.2 ([#18](https://github.com/MechanicalFlower/godot-asset-library-client/pull/18), [#51](https://github.com/MechanicalFlower/godot-asset-library-client/pull/51)) - 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 b674d4c..1e8c5ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -173,13 +173,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.27.0" +version = "0.27.2" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, - {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, + {file = "httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0"}, + {file = "httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"}, ] [package.dependencies] @@ -194,6 +194,7 @@ brotli = ["brotli", "brotlicffi"] cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "identify"