diff --git a/pyproject.toml b/pyproject.toml index a1b15eb0c..b5183cd2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ brotli = [ gcs = ["google-cloud-storage>=1.29.0"] httpx = ["httpx2[http2,socks]>=2.0.0"] images = ["Pillow>=8.3.2"] -ipython = ["ipython>=7.1.0"] +ipython = ["ipython>=7.3.0"] ptpython = ["ptpython>=2.0.1"] robotparser = ["robotexclusionrulesparser>=1.6.2"] s3 = ["boto3>=1.20.0"] diff --git a/tox.ini b/tox.ini index af9a0f28b..3bb56fb5a 100644 --- a/tox.ini +++ b/tox.ini @@ -190,7 +190,7 @@ deps = brotlicffi==1.2.0.0; implementation_name == "pypy" google-cloud-storage==1.29.0 httpx2[http2,socks]==2.0.0 - ipython==7.1.0 + ipython==7.3.0 ptpython==2.0.1 robotexclusionrulesparser==1.6.2 uvloop==0.16.0; platform_system != "Windows" and implementation_name != "pypy"