diff --git a/poetry.lock b/poetry.lock index cd0f027..4243550 100644 --- a/poetry.lock +++ b/poetry.lock @@ -785,13 +785,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.26.0" +version = "0.27.0" 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.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, + {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, ] [package.dependencies] @@ -2292,4 +2292,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "e81c8a1829ce1889e2e1a1ddc8b5922a416c7269a08bec6323ef13b1b6eb381b" +content-hash = "fc214682542a12dddef83b995d22ad201d70d10644658f0061b878af2aff6099" diff --git a/pyproject.toml b/pyproject.toml index 8d388a8..89851cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -170,7 +170,7 @@ python = ">=3.10,<3.12" selenium = "^4.11.2" selenium-wire = "^5.1.0" pydantic = "^2.1.1" -httpx = ">=0.24.1,<0.27.0" +httpx = ">=0.24.1,<0.28.0" click = "^8.1.7" aiofiles = "^23.2.1" yarl = "^1.9.2"