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 @@ -5,7 +5,7 @@ packaging>=21.2;python_version>="3.6"
5
5
typing-extensions >= 3.10.0.2
6
6
setuptools >= 44.1.1 ;python_version < "3.5"
7
7
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
8
- setuptools >= 58.4.0 ;python_version >= "3.6"
8
+ setuptools >= 58.5.2 ;python_version >= "3.6"
9
9
setuptools-scm == 5.0.2 ;python_version < "3.6"
10
10
setuptools-scm >= 6.3.2 ;python_version >= "3.6"
11
11
tomli >= 1.2.2 ;python_version >= "3.6"
@@ -70,7 +70,7 @@ parameterized==0.8.1
70
70
sbvirtualdisplay == 1.0.0
71
71
soupsieve == 1.9.6 ;python_version < "3.5"
72
72
soupsieve == 2.1 ;python_version >= "3.5" and python_version<"3.6"
73
- soupsieve == 2.2.1 ;python_version >= "3.6"
73
+ soupsieve == 2.3 ;python_version >= "3.6"
74
74
beautifulsoup4 == 4.9.3 ;python_version < "3.5"
75
75
beautifulsoup4 == 4.10.0 ;python_version >= "3.5"
76
76
cryptography == 2.9.2 ;python_version < "3.5"
Original file line number Diff line number Diff line change 121
121
"typing-extensions>=3.10.0.2" ,
122
122
'setuptools>=44.1.1;python_version<"3.5"' ,
123
123
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
124
- 'setuptools>=58.4.0 ;python_version>="3.6"' ,
124
+ 'setuptools>=58.5.2 ;python_version>="3.6"' ,
125
125
'setuptools-scm==5.0.2;python_version<"3.6"' ,
126
126
'setuptools-scm>=6.3.2;python_version>="3.6"' ,
127
127
'tomli>=1.2.2;python_version>="3.6"' ,
186
186
"sbvirtualdisplay==1.0.0" ,
187
187
'soupsieve==1.9.6;python_version<"3.5"' ,
188
188
'soupsieve==2.1;python_version>="3.5" and python_version<"3.6"' ,
189
- 'soupsieve==2.2.1 ;python_version>="3.6"' ,
189
+ 'soupsieve==2.3 ;python_version>="3.6"' ,
190
190
'beautifulsoup4==4.9.3;python_version<"3.5"' ,
191
191
'beautifulsoup4==4.10.0;python_version>="3.5"' ,
192
192
'cryptography==2.9.2;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments