Skip to content

Commit c736df3

Browse files
committed
Refresh Python dependencies
1 parent ef9c589 commit c736df3

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
@@ -31,7 +31,7 @@ charset-normalizer==2.0.10;python_version>="3.5"
3131
urllib3==1.26.7
3232
requests==2.27.0;python_version<"3.5"
3333
requests==2.25.1;python_version>="3.5" and python_version<"3.6"
34-
requests==2.27.0;python_version>="3.6"
34+
requests==2.27.1;python_version>="3.6"
3535
nose==1.3.7
3636
sniffio==1.2.0;python_version>="3.7"
3737
trio==0.19.0;python_version>="3.7"
@@ -92,7 +92,7 @@ decorator==5.1.0;python_version>="3.5"
9292
ipython==5.10.0;python_version<"3.5"
9393
ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
9494
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
95-
ipython==7.30.1;python_version>="3.7"
95+
ipython==7.31.0;python_version>="3.7"
9696
matplotlib-inline==0.1.3;python_version>="3.7"
9797
colorama==0.4.4
9898
platformdirs==2.0.2;python_version<"3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"urllib3==1.26.7", # Must stay in sync with "requests"
152152
'requests==2.27.0;python_version<"3.5"',
153153
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
154-
'requests==2.27.0;python_version>="3.6"',
154+
'requests==2.27.1;python_version>="3.6"',
155155
"nose==1.3.7",
156156
'sniffio==1.2.0;python_version>="3.7"',
157157
'trio==0.19.0;python_version>="3.7"',
@@ -212,7 +212,7 @@
212212
'ipython==5.10.0;python_version<"3.5"',
213213
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
214214
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
215-
'ipython==7.30.1;python_version>="3.7"', # Requires matplotlib-inline
215+
'ipython==7.31.0;python_version>="3.7"', # Requires matplotlib-inline
216216
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
217217
"colorama==0.4.4",
218218
'platformdirs==2.0.2;python_version<"3.6"',

0 commit comments

Comments
 (0)