diff --git a/store/backend/pyproject.toml b/store/backend/pyproject.toml index 0358556b..f5b6f845 100644 --- a/store/backend/pyproject.toml +++ b/store/backend/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "flask-migrate~=4.1", "flask-sqlalchemy~=3.1", # fix multiple instance error: https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/changes/#version-3-0-3 "gunicorn~=23.0", - "ipython~=8.18", + "ipython~=9.6", "marshmallow~=4.0", "numpy<3.0.0", "pandas~=2.3",