diff --git a/poetry.lock b/poetry.lock index 563494f8..0aa0ca3f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -538,13 +538,13 @@ trio = ["trio (>=0.22.0,<0.26.0)"] [[package]] name = "httpx" -version = "0.26.0" +version = "0.27.2" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, - {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, + {file = "httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0"}, + {file = "httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"}, ] [package.dependencies] @@ -559,6 +559,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" @@ -1779,4 +1780,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "588b1fec6f10cd59d0a7bac26554ffb5b174da8a72ca5b06827a49e595a1a49c" +content-hash = "ede5cd520c923ecf9db2f822b5ddf3a3fd35decac6227e0ae2acdf9db9a392dc" diff --git a/pyproject.toml b/pyproject.toml index 8c6f4863..2ddb4c8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ python = "^3.9" aiocache = "^0.12.2" backoff = "^2.1" colorama = "^0.4.6" -httpx = "^0.26.0" +httpx = ">=0.26,<0.28" httpcore = ">=1.0.3" pydantic = "^2.5.3" PyYAML = "^6.0.1"