Skip to content

Commit 720a8bb

Browse files
committed
Update Python dependencies
1 parent 39cfebb commit 720a8bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaging>=21.0;python_version>="3.6"
55
typing-extensions>=3.10.0.2
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
8-
setuptools>=58.0.0;python_version>="3.6"
8+
setuptools>=58.0.2;python_version>="3.6"
99
setuptools-scm==5.0.2;python_version<"3.6"
1010
setuptools-scm>=6.3.1;python_version>="3.6"
1111
tomli>=1.2.1;python_version>="3.6"
@@ -83,7 +83,7 @@ ipython==5.10.0;python_version<"3.5"
8383
ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
8484
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
8585
ipython==7.27.0;python_version>="3.7"
86-
matplotlib-inline==0.1.2;python_version>="3.7"
86+
matplotlib-inline==0.1.3;python_version>="3.7"
8787
colorama==0.4.4
8888
platformdirs==2.0.2;python_version<"3.6"
8989
platformdirs==2.3.0;python_version>="3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"typing-extensions>=3.10.0.2",
122122
'setuptools>=44.1.1;python_version<"3.5"',
123123
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
124-
'setuptools>=58.0.0;python_version>="3.6"',
124+
'setuptools>=58.0.2;python_version>="3.6"',
125125
'setuptools-scm==5.0.2;python_version<"3.6"',
126126
'setuptools-scm>=6.3.1;python_version>="3.6"',
127127
'tomli>=1.2.1;python_version>="3.6"',
@@ -199,7 +199,7 @@
199199
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
200200
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
201201
'ipython==7.27.0;python_version>="3.7"', # Requires matplotlib-inline
202-
'matplotlib-inline==0.1.2;python_version>="3.7"', # ipython needs this
202+
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
203203
"colorama==0.4.4",
204204
'platformdirs==2.0.2;python_version<"3.6"',
205205
'platformdirs==2.3.0;python_version>="3.6"',

0 commit comments

Comments
 (0)