diff --git a/setup.py b/setup.py index e59d87ce01..99dd765b6a 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def package_files(prefix: str, directory: str, extension: str): 'coverage[toml]>=7.8.0,<8', 'fasteners==0.18', # object store tests require fasteners 'pytest==7.4.4', - 'ipython==8.11.0', + 'ipython==8.36.0', 'ipykernel==6.29.5', 'jupyter==1.1.1', 'yamllint==1.37.1',