Skip to content

Commit 27d64f9

Browse files
chore(deps): update ipython requirement in /store/backend (#1069)
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@7.19.0...8.18.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 8.18.1 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 c5b4663 commit 27d64f9

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
@@ -20,7 +20,7 @@ dependencies = [
2020
"flask-migrate~=4.1",
2121
"flask-sqlalchemy~=3.1", # fix multiple instance error: https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/changes/#version-3-0-3
2222
"gunicorn~=23.0",
23-
"ipython~=7.19",
23+
"ipython~=8.18",
2424
"marshmallow~=3.0",
2525
"numpy<2.0.0",
2626
"pandas~=2.3",

0 commit comments

Comments
 (0)