Skip to content

Commit f7e450c

Browse files
committed
Refresh Python dependencies
1 parent c6921a8 commit f7e450c

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,14 @@ pytest-ordering==0.6
6767
pytest-rerunfailures==10.3;python_version<"3.7"
6868
pytest-rerunfailures==11.0;python_version>="3.7"
6969
pytest-xdist==2.5.0;python_version<"3.7"
70-
pytest-xdist==3.1.0;python_version>="3.7"
70+
pytest-xdist==3.2.0;python_version>="3.7"
7171
parameterized==0.8.1
7272
sbvirtualdisplay==1.2.0
7373
behave==1.2.6
74-
parse==1.19.0
75-
parse-type==0.6.0
7674
soupsieve==2.3.2.post1
7775
beautifulsoup4==4.11.2
7876
cryptography==36.0.2;python_version<"3.7"
79-
cryptography==39.0.0;python_version>="3.7"
77+
cryptography==39.0.1;python_version>="3.7"
8078
pygments==2.14.0
8179
pyreadline3==3.4.1;platform_system=="Windows"
8280
tabcompleter==1.1.0

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,16 +191,14 @@
191191
'pytest-rerunfailures==10.3;python_version<"3.7"',
192192
'pytest-rerunfailures==11.0;python_version>="3.7"',
193193
'pytest-xdist==2.5.0;python_version<"3.7"',
194-
'pytest-xdist==3.1.0;python_version>="3.7"',
194+
'pytest-xdist==3.2.0;python_version>="3.7"',
195195
"parameterized==0.8.1",
196196
"sbvirtualdisplay==1.2.0",
197197
"behave==1.2.6",
198-
"parse==1.19.0",
199-
"parse-type==0.6.0",
200198
"soupsieve==2.3.2.post1",
201199
"beautifulsoup4==4.11.2",
202200
'cryptography==36.0.2;python_version<"3.7"',
203-
'cryptography==39.0.0;python_version>="3.7"',
201+
'cryptography==39.0.1;python_version>="3.7"',
204202
"pygments==2.14.0",
205203
'pyreadline3==3.4.1;platform_system=="Windows"',
206204
"tabcompleter==1.1.0",

0 commit comments

Comments
 (0)