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 @@ -44,7 +44,7 @@ urllib3==1.26.12
44
44
requests == 2.27.1 ;python_version < "3.6"
45
45
requests == 2.27.1 ;python_version >= "3.6" and python_version<"3.7"
46
46
requests == 2.28.1 ;python_version >= "3.7"
47
- requests-toolbelt == 0.10.0
47
+ requests-toolbelt == 0.10.1
48
48
nose == 1.3.7
49
49
sniffio == 1.3.0 ;python_version >= "3.7"
50
50
h11 == 0.14.0 ;python_version >= "3.7"
@@ -107,7 +107,7 @@ ipython==5.10.0;python_version<"3.6"
107
107
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
108
108
ipython == 7.34.0 ;python_version >= "3.7"
109
109
matplotlib-inline == 0.1.6 ;python_version >= "3.7"
110
- colorama == 0.4.5
110
+ colorama == 0.4.6
111
111
importlib-metadata == 2.1.3 ;python_version < "3.6"
112
112
importlib-metadata == 4.2.0 ;python_version >= "3.6" and python_version<"3.8"
113
113
pycparser == 2.21
Original file line number Diff line number Diff line change 169
169
'urllib3==1.26.12' , # Stay in sync with "requests"
170
170
'requests==2.27.1;python_version<"3.7"' ,
171
171
'requests==2.28.1;python_version>="3.7"' ,
172
- 'requests-toolbelt==0.10.0 ' ,
172
+ 'requests-toolbelt==0.10.1 ' ,
173
173
"nose==1.3.7" ,
174
174
'sniffio==1.3.0;python_version>="3.7"' ,
175
175
'h11==0.14.0;python_version>="3.7"' ,
232
232
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
233
233
'ipython==7.34.0;python_version>="3.7"' , # Requires matplotlib-inline
234
234
'matplotlib-inline==0.1.6;python_version>="3.7"' , # ipython needs this
235
- "colorama==0.4.5 " ,
235
+ "colorama==0.4.6 " ,
236
236
'importlib-metadata==2.1.3;python_version<"3.6"' ,
237
237
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
238
238
"pycparser==2.21" ,
You can’t perform that action at this time.
0 commit comments