Skip to content

Commit c35a37f

Browse files
committed
Refresh Python dependencies
1 parent 26af2b2 commit c35a37f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ decorator==5.1.1;python_version>="3.5"
9494
ipython==5.10.0;python_version<"3.5"
9595
ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
9696
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
97-
ipython==7.31.0;python_version>="3.7"
97+
ipython==7.31.1;python_version>="3.7"
9898
matplotlib-inline==0.1.3;python_version>="3.7"
9999
colorama==0.4.4
100100
platformdirs==2.0.2;python_version<"3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
'ipython==5.10.0;python_version<"3.5"',
220220
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
221221
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
222-
'ipython==7.31.0;python_version>="3.7"', # Requires matplotlib-inline
222+
'ipython==7.31.1;python_version>="3.7"', # Requires matplotlib-inline
223223
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
224224
"colorama==0.4.4",
225225
'platformdirs==2.0.2;python_version<"3.6"',

0 commit comments

Comments
 (0)