diff --git a/app/poetry.lock b/app/poetry.lock index 3e17a0b..00ba3db 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.26.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.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, + {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, ] [package.dependencies] @@ -1331,4 +1331,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9d7b8beeb7bac9889b5f4981e11f62ebf379a461c3674cf01040279c023aa6f6" +content-hash = "7756762debfeee429023bf43cb1a5266dbdf6772a53e8a2b81088a1dc776d8db" diff --git a/app/pyproject.toml b/app/pyproject.toml index 2a758c9..3a2d47b 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.26.0" pytest-timeout = "^2.1.0" [build-system]