Skip to content

Commit 7d2b505

Browse files
Update ipython requirement in /requirements (#850)
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@5.0.0...9.7.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6dce363 commit 7d2b505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ codecov
44
coverage
55
google_compute_engine # Need this because boto has issues with dynamic package loading during tests if other google components are there
66
# newer versions of ipython have different imports and require refactoring
7-
ipython>=5.0,<9.0.0
7+
ipython>=5.0,<10.0.0
88
ipywidgets
99
notebook
1010
moto >= 5.0.0,<5.1.0

0 commit comments

Comments
 (0)