Skip to content

Commit dadc7f8

Browse files
chore(deps): update ipython requirement in /compose/backend (#1091)
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 b1e2474 commit dadc7f8

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.0",
2525
"gunicorn~=23.0",
26-
"ipython~=7.19",
26+
"ipython~=8.18",
2727
"marshmallow~=3.0",
2828
"pandas~=2.0",
2929
"psycopg2-binary~=2.8",

0 commit comments

Comments
 (0)