Skip to content

Commit ece13f8

Browse files
chore(deps): update ipython requirement in /store/backend (#1185)
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.18.0...9.6.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da5f3df commit ece13f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"flask-migrate~=4.1",
2222
"flask-sqlalchemy~=3.1", # fix multiple instance error: https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/changes/#version-3-0-3
2323
"gunicorn~=23.0",
24-
"ipython~=8.18",
24+
"ipython~=9.6",
2525
"marshmallow~=4.0",
2626
"numpy<3.0.0",
2727
"pandas~=2.3",

0 commit comments

Comments
 (0)