diff --git a/app/poetry.lock b/app/poetry.lock index 8aa73ff..250ca3a 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -462,13 +462,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.25.2" +version = "0.27.2" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"}, - {file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"}, + {file = "httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0"}, + {file = "httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"}, ] [package.dependencies] @@ -483,6 +483,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 = "idna" @@ -1331,4 +1332,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "63408f1550d3bee02b78ba28f9d3342b1b5bc14edbcf07c98423c85d918f59a1" +content-hash = "d549cac7dfa8970a73920c4462c90b28df8466ded70addef328d046cb1915c93" diff --git a/app/pyproject.toml b/app/pyproject.toml index 82d4b6d..ed9e93d 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -24,7 +24,7 @@ pytest = "^7.4.4" coverage = "^7.5.4" mypy = "^1.5.1" isort = "^5.12.0" -httpx = "^0.25.2" +httpx = "^0.27.2" pytest-timeout = "^2.1.0" [build-system]