diff --git a/pyproject.toml b/pyproject.toml index 0dcbade90..bc5815a3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ brotli = [ "brotlicffi>=1.2.0.0; implementation_name == 'pypy'", ] gcs = ["google-cloud-storage>=1.29.0"] -httpx = ["httpx2[http2,socks]>=2.0.0"] +httpx = ["httpx2[http2,socks]>=2.6.0"] images = ["Pillow>=8.3.2"] ipython = ["ipython>=8.15.0"] ptpython = ["ptpython>=3.0.23"] diff --git a/tox.ini b/tox.ini index c56ad011b..29f43be13 100644 --- a/tox.ini +++ b/tox.ini @@ -138,7 +138,7 @@ deps = Twisted==21.7.0 cryptography==37.0.0 cssselect==0.9.1 - httpx2==2.0.0 + httpx2==2.6.0 itemadapter==0.1.0 lxml==4.6.4 parsel==1.5.0 @@ -191,7 +191,7 @@ deps = brotli==1.2.0; implementation_name != "pypy" brotlicffi==1.2.0.0; implementation_name == "pypy" google-cloud-storage==1.29.0 - httpx2[http2,socks]==2.0.0 + httpx2[http2,socks]==2.6.0 ipython==8.15.0 ptpython==3.0.23 robotexclusionrulesparser==1.6.2