Skip to content

Commit fcb85ea

Browse files
committed
Refresh Python dependencies
1 parent 766f032 commit fcb85ea

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
@@ -6,7 +6,7 @@ packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
9-
setuptools>=62.0.0;python_version>="3.7"
9+
setuptools>=62.1.0;python_version>="3.7"
1010
setuptools-scm>=5.0.2;python_version<"3.6"
1111
setuptools-scm>=6.4.2;python_version>="3.6"
1212
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
@@ -80,7 +80,7 @@ pytest-xdist==1.34.0;python_version<"3.5"
8080
pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"
8181
pytest-xdist==2.5.0;python_version>="3.6"
8282
parameterized==0.8.1
83-
sbvirtualdisplay==1.0.0
83+
sbvirtualdisplay==1.1.0
8484
soupsieve==1.9.6;python_version<"3.5"
8585
soupsieve==2.1;python_version>="3.5" and python_version<"3.6"
8686
soupsieve==2.3.2;python_version>="3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'setuptools>=44.1.1;python_version<"3.5"',
132132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=62.0.0;python_version>="3.7"',
134+
'setuptools>=62.1.0;python_version>="3.7"',
135135
'setuptools-scm>=5.0.2;python_version<"3.6"',
136136
'setuptools-scm>=6.4.2;python_version>="3.6"',
137137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
@@ -205,7 +205,7 @@
205205
'pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"',
206206
'pytest-xdist==2.5.0;python_version>="3.6"',
207207
"parameterized==0.8.1",
208-
"sbvirtualdisplay==1.0.0",
208+
"sbvirtualdisplay==1.1.0",
209209
'soupsieve==1.9.6;python_version<"3.5"',
210210
'soupsieve==2.1;python_version>="3.5" and python_version<"3.6"',
211211
'soupsieve==2.3.2;python_version>="3.6"',

0 commit comments

Comments
 (0)