Skip to content

Commit 52c7e8d

Browse files
committed
Refresh Python dependencies
1 parent 85e17f2 commit 52c7e8d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ filelock>=3.9.0;python_version>="3.7"
2020
platformdirs>=2.4.0;python_version<"3.7"
2121
platformdirs>=2.6.2;python_version>="3.7"
2222
pyparsing>=3.0.7;python_version<"3.7"
23+
zipp==3.6.0;python_version<"3.7"
24+
zipp>=3.12.1;python_version>="3.7"
2325
six==1.16.0
2426
idna==3.4
2527
chardet==4.0.0;python_version<"3.7"
@@ -67,7 +69,7 @@ pytest-rerunfailures==11.0;python_version>="3.7"
6769
pytest-xdist==2.5.0;python_version<"3.7"
6870
pytest-xdist==3.1.0;python_version>="3.7"
6971
parameterized==0.8.1
70-
sbvirtualdisplay==1.1.1
72+
sbvirtualdisplay==1.2.0
7173
behave==1.2.6
7274
parse==1.19.0
7375
parse-type==0.6.0

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
'platformdirs>=2.4.0;python_version<"3.7"',
145145
'platformdirs>=2.6.2;python_version>="3.7"',
146146
'pyparsing>=3.0.7;python_version<"3.7"',
147+
'zipp==3.6.0;python_version<"3.7"',
148+
'zipp>=3.12.1;python_version>="3.7"',
147149
"six==1.16.0",
148150
"idna==3.4",
149151
'chardet==4.0.0;python_version<"3.7"',
@@ -191,7 +193,7 @@
191193
'pytest-xdist==2.5.0;python_version<"3.7"',
192194
'pytest-xdist==3.1.0;python_version>="3.7"',
193195
"parameterized==0.8.1",
194-
"sbvirtualdisplay==1.1.1",
196+
"sbvirtualdisplay==1.2.0",
195197
"behave==1.2.6",
196198
"parse==1.19.0",
197199
"parse-type==0.6.0",

0 commit comments

Comments
 (0)