Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ codecov
coverage
google_compute_engine # Need this because boto has issues with dynamic package loading during tests if other google components are there
# newer versions of ipython have different imports and require refactoring
ipython>=5.0,<9.0.0
ipython>=5.0,<10.0.0
ipywidgets
notebook
moto >= 5.0.0,<5.1.0
Expand Down
Loading