Skip to content

Commit 65c41ae

Browse files
chore(deps): update ipython requirement in /compose/backend
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]>
1 parent 199e348 commit 65c41ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"flask-shell-ipython~=0.4",
2424
"flask-sqlalchemy~=3.1",
2525
"gunicorn~=23.0",
26-
"ipython~=8.18",
26+
"ipython~=9.6",
2727
"marshmallow~=3.0",
2828
"pandas~=2.0",
2929
"psycopg2-binary~=2.8",

0 commit comments

Comments
 (0)