diff --git a/app/poetry.lock b/app/poetry.lock index ef62545..ea6e13b 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -463,13 +463,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.25.2" +version = "0.27.0" 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.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, + {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, ] [package.dependencies] @@ -1332,4 +1332,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d2898374a7c98c69ce81f7367275d8f993d1d4a6d1daea382f0be281d9d2e037" +content-hash = "13829038b78d75904f9fbd2c4ea233aca82ac54571eaab7a7220ac5d92fe5965" diff --git a/app/pyproject.toml b/app/pyproject.toml index 682e6cd..4fd41c7 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -24,7 +24,7 @@ pytest = "^7.4.4" coverage = "^7.3.4" mypy = "^1.5.1" isort = "^5.12.0" -httpx = "^0.25.2" +httpx = "^0.27.0" pytest-timeout = "^2.1.0" [build-system]