Minimum ipython: 7.1 → 7.3

This commit is contained in:
Adrian Chaves 2026-07-31 16:14:15 +02:00
parent cd7ae6b155
commit 410c07528c
2 changed files with 2 additions and 2 deletions

View File

@ -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"]

View File

@ -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"