File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ charset-normalizer==2.0.10;python_version>="3.5"
31
31
urllib3 == 1.26.7
32
32
requests == 2.27.0 ;python_version < "3.5"
33
33
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"
35
35
nose == 1.3.7
36
36
sniffio == 1.2.0 ;python_version >= "3.7"
37
37
trio == 0.19.0 ;python_version >= "3.7"
@@ -92,7 +92,7 @@ decorator==5.1.0;python_version>="3.5"
92
92
ipython == 5.10.0 ;python_version < "3.5"
93
93
ipython == 7.9.0 ;python_version >= "3.5" and python_version<"3.6"
94
94
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"
96
96
matplotlib-inline == 0.1.3 ;python_version >= "3.7"
97
97
colorama == 0.4.4
98
98
platformdirs == 2.0.2 ;python_version < "3.6"
Original file line number Diff line number Diff line change 151
151
"urllib3==1.26.7" , # Must stay in sync with "requests"
152
152
'requests==2.27.0;python_version<"3.5"' ,
153
153
'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"' ,
155
155
"nose==1.3.7" ,
156
156
'sniffio==1.2.0;python_version>="3.7"' ,
157
157
'trio==0.19.0;python_version>="3.7"' ,
212
212
'ipython==5.10.0;python_version<"3.5"' ,
213
213
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"' ,
214
214
'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
216
216
'matplotlib-inline==0.1.3;python_version>="3.7"' , # ipython needs this
217
217
"colorama==0.4.4" ,
218
218
'platformdirs==2.0.2;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments