Skip to content

Commit f846ef0

Browse files
[UPDATE] Update ipython requirement
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@9.14.1...9.15.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8c8768 commit f846ef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ prod = [
6464
]
6565
dev = [
6666
"django-debug-toolbar>=7.0.0,<8",
67-
"ipython>=9.14.1,<10.0.0",
67+
"ipython>=9.15.0,<10.0.0",
6868
"pre-commit>=4.6.0,<5.0.0",
6969
"ruff>=0.16.0,<1.0.0",
7070
"djhtml>=3.0.11,<4.0.0",

0 commit comments

Comments
 (0)