diff --git a/poetry.lock b/poetry.lock index 086c42a..81e8adf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -505,13 +505,13 @@ trio = ["trio (>=0.22.0,<0.26.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] @@ -526,6 +526,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" @@ -1514,4 +1515,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "41ef7c7634a33fe7a8bbe8b80610732b593b98522e91c0e7d332930292fc5f5c" +content-hash = "69a5d17464180b9c44bb06c42d0429f4bdcfee8c9e45208424fb5eab20cb5bd5" diff --git a/pyproject.toml b/pyproject.toml index bd3e56c..a7c92e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ isort = "^5.13.2" pytest-cov = "^5.0.0" uvicorn = "^0.30.1" requests = "^2.32.3" -httpx = "^0.27.0" +httpx = "^0.27.2" mypy = "^1.11.1" ruff = "^0.6.3" python-semantic-release = "^9.8.8"