Skip to content

Commit cf9bbde

Browse files
committed
Refresh Python dependencies
1 parent 1c8f2af commit cf9bbde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaging>=21.2;python_version>="3.6"
55
typing-extensions>=3.10.0.2
66
setuptools>=44.1.1;python_version<"3.5"
77
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"
99
setuptools-scm==5.0.2;python_version<"3.6"
1010
setuptools-scm>=6.3.2;python_version>="3.6"
1111
tomli>=1.2.2;python_version>="3.6"
@@ -70,7 +70,7 @@ parameterized==0.8.1
7070
sbvirtualdisplay==1.0.0
7171
soupsieve==1.9.6;python_version<"3.5"
7272
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"
7474
beautifulsoup4==4.9.3;python_version<"3.5"
7575
beautifulsoup4==4.10.0;python_version>="3.5"
7676
cryptography==2.9.2;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"typing-extensions>=3.10.0.2",
122122
'setuptools>=44.1.1;python_version<"3.5"',
123123
'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"',
125125
'setuptools-scm==5.0.2;python_version<"3.6"',
126126
'setuptools-scm>=6.3.2;python_version>="3.6"',
127127
'tomli>=1.2.2;python_version>="3.6"',
@@ -186,7 +186,7 @@
186186
"sbvirtualdisplay==1.0.0",
187187
'soupsieve==1.9.6;python_version<"3.5"',
188188
'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"',
190190
'beautifulsoup4==4.9.3;python_version<"3.5"',
191191
'beautifulsoup4==4.10.0;python_version>="3.5"',
192192
'cryptography==2.9.2;python_version<"3.5"',

0 commit comments

Comments
 (0)