File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ packaging>=20.9;python_version<"3.6"
5
5
packaging >= 21.3 ;python_version >= "3.6"
6
6
setuptools >= 44.1.1 ;python_version < "3.6"
7
7
setuptools >= 59.6.0 ;python_version >= "3.6" and python_version<"3.7"
8
- setuptools >= 65.1 .0 ;python_version >= "3.7"
8
+ setuptools >= 65.2 .0 ;python_version >= "3.7"
9
9
tomli >= 1.2.3 ;python_version >= "3.6" and python_version<"3.7"
10
10
tomli >= 2.0.1 ;python_version >= "3.7"
11
11
wheel >= 0.37.1
@@ -38,8 +38,8 @@ chardet==3.0.4;python_version<"3.6"
38
38
chardet == 4.0.0 ;python_version >= "3.6" and python_version<"3.7"
39
39
chardet == 5.0.0 ;python_version >= "3.7"
40
40
charset-normalizer == 2.0.12 ;python_version >= "3.6" and python_version<"3.7"
41
- charset-normalizer == 2.1.0 ;python_version >= "3.7"
42
- urllib3 == 1.26.11
41
+ charset-normalizer == 2.1.1 ;python_version >= "3.7"
42
+ urllib3 == 1.26.12
43
43
requests == 2.27.1 ;python_version < "3.6"
44
44
requests == 2.27.1 ;python_version >= "3.6" and python_version<"3.7"
45
45
requests == 2.28.1 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 131
131
'packaging>=21.3;python_version>="3.6"' ,
132
132
'setuptools>=44.1.1;python_version<"3.6"' ,
133
133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"' ,
134
- 'setuptools>=65.1 .0;python_version>="3.7"' ,
134
+ 'setuptools>=65.2 .0;python_version>="3.7"' ,
135
135
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"' ,
136
136
'tomli>=2.0.1;python_version>="3.7"' ,
137
137
"wheel>=0.37.1" ,
164
164
'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"' ,
165
165
'chardet==5.0.0;python_version>="3.7"' , # Stay in sync with "requests"
166
166
'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
167
- 'charset-normalizer==2.1.0 ;python_version>="3.7"' , # Sync "requests"
168
- 'urllib3==1.26.11 ' , # Stay in sync with "requests"
167
+ 'charset-normalizer==2.1.1 ;python_version>="3.7"' , # Sync "requests"
168
+ 'urllib3==1.26.12 ' , # Stay in sync with "requests"
169
169
'requests==2.27.1;python_version<"3.7"' ,
170
170
'requests==2.28.1;python_version>="3.7"' ,
171
171
"nose==1.3.7" ,
You can’t perform that action at this time.
0 commit comments