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 @@ -4,7 +4,7 @@ packaging>=20.9;python_version<"3.6"
4
4
packaging >= 21.3 ;python_version >= "3.6"
5
5
setuptools >= 44.1.1 ;python_version < "3.5"
6
6
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
7
- setuptools >= 59.4 .0 ;python_version >= "3.6"
7
+ setuptools >= 59.5 .0 ;python_version >= "3.6"
8
8
setuptools-scm >= 5.0.2 ;python_version < "3.6"
9
9
setuptools-scm >= 6.3.2 ;python_version >= "3.6"
10
10
tomli >= 1.2.2 ;python_version >= "3.6"
@@ -25,7 +25,7 @@ idna==2.10;python_version<"3.6"
25
25
idna == 3.3 ;python_version >= "3.6"
26
26
chardet == 3.0.4 ;python_version < "3.5"
27
27
chardet == 4.0.0 ;python_version >= "3.5"
28
- charset-normalizer == 2.0.8 ;python_version >= "3.5"
28
+ charset-normalizer == 2.0.9 ;python_version >= "3.5"
29
29
urllib3 == 1.26.7
30
30
requests == 2.26.0 ;python_version < "3.5"
31
31
requests == 2.25.1 ;python_version >= "3.5" and python_version<"3.6"
Original file line number Diff line number Diff line change 123
123
'packaging>=21.3;python_version>="3.6"' ,
124
124
'setuptools>=44.1.1;python_version<"3.5"' ,
125
125
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
126
- 'setuptools>=59.4 .0;python_version>="3.6"' ,
126
+ 'setuptools>=59.5 .0;python_version>="3.6"' ,
127
127
'setuptools-scm>=5.0.2;python_version<"3.6"' ,
128
128
'setuptools-scm>=6.3.2;python_version>="3.6"' ,
129
129
'tomli>=1.2.2;python_version>="3.6"' ,
144
144
'idna==3.3;python_version>="3.6"' , # Must stay in sync with "requests"
145
145
'chardet==3.0.4;python_version<"3.5"' , # Stay in sync with "requests"
146
146
'chardet==4.0.0;python_version>="3.5"' , # Stay in sync with "requests"
147
- 'charset-normalizer==2.0.8 ;python_version>="3.5"' , # Sync "requests"
147
+ 'charset-normalizer==2.0.9 ;python_version>="3.5"' , # Sync "requests"
148
148
"urllib3==1.26.7" , # Must stay in sync with "requests"
149
149
'requests==2.26.0;python_version<"3.5"' ,
150
150
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments