Skip to content

Commit 2e86a72

Browse files
Bump ipython from 7.34.0 to 8.32.0
Bumps [ipython](https://github.com/ipython/ipython) from 7.34.0 to 8.32.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@7.34.0...8.32.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfaf567 commit 2e86a72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dev = [
129129
"time-machine",
130130
"honcho",
131131
"ipdb",
132-
"ipython>=7.31.1,<8",
132+
"ipython>=7.31.1,<9",
133133
"pywatchman",
134134
]
135135
production = [

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ iniconfig==2.0.0
566566
# via pytest
567567
ipdb==0.13.13
568568
# via fragdenstaat-de (pyproject.toml)
569-
ipython==7.34.0
569+
ipython==8.32.0
570570
# via
571571
# fragdenstaat-de (pyproject.toml)
572572
# ipdb

0 commit comments

Comments
 (0)