Skip to content

Commit

Permalink
Bump ipython dependency (#2314)
Browse files Browse the repository at this point in the history
* Bump ipython to fix vulnerability

Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht authored Feb 17, 2023
1 parent 2bab318 commit d52fd50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
black~=22.0
flake8>=3.7.9, <5.0
ipython>=7.31.1, <8.0
ipython>=7.31.1, <8.0; python_version < '3.8'
ipython~=8.10; python_version >= '3.8'
isort~=5.0
jupyter~=1.0
jupyterlab_server>=2.11.1, <2.16.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
black~=22.0
flake8>=3.7.9, <5.0
ipython>=7.31.1, <8.0
ipython>=7.31.1, <8.0; python_version < '3.8'
ipython~=8.10; python_version >= '3.8'
isort~=5.0
jupyter~=1.0
jupyterlab_server>=2.11.1, <2.16.0
Expand Down
3 changes: 2 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ geopandas>=0.6.0, <1.0
hdfs>=2.5.8, <3.0
holoviews~=1.13.0
import-linter[toml]==1.2.6
ipython>=7.31.1, <8.0
ipython>=7.31.1, <8.0; python_version < '3.8'
ipython~=8.10; python_version >= '3.8'
isort~=5.0
Jinja2<3.1.0
joblib>=0.14
Expand Down

0 comments on commit d52fd50

Please sign in to comment.