Skip to content

Commit 6ca6edd

Browse files
committed
Refresh Python dependencies
1 parent a0bd54f commit 6ca6edd

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
@@ -21,7 +21,7 @@ filelock>=3.12.2;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
2222
platformdirs>=3.8.0;python_version>="3.7"
2323
parse>=1.19.1
24-
parse-type>=0.6.1
24+
parse-type>=0.6.2
2525
pyparsing>=3.0.7;python_version<"3.7"
2626
pyparsing>=3.1.0;python_version>="3.7"
2727
zipp==3.6.0;python_version<"3.7"
@@ -71,7 +71,7 @@ pytest-metadata==1.11.0;python_version<"3.7"
7171
pytest-metadata==3.0.0;python_version>="3.7"
7272
pytest-ordering==0.6
7373
pytest-rerunfailures==10.3;python_version<"3.7"
74-
pytest-rerunfailures==11.1.2;python_version>="3.7"
74+
pytest-rerunfailures==12.0;python_version>="3.7"
7575
pytest-xdist==2.5.0;python_version<"3.7"
7676
pytest-xdist==3.3.1;python_version>="3.7"
7777
parameterized==0.8.1;python_version<"3.7"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
'platformdirs>=2.4.0;python_version<"3.7"',
148148
'platformdirs>=3.8.0;python_version>="3.7"',
149149
'parse>=1.19.1',
150-
'parse-type>=0.6.1',
150+
'parse-type>=0.6.2',
151151
'pyparsing>=3.0.7;python_version<"3.7"',
152152
'pyparsing>=3.1.0;python_version>="3.7"',
153153
'zipp==3.6.0;python_version<"3.7"',
@@ -197,7 +197,7 @@
197197
'pytest-metadata==3.0.0;python_version>="3.7"',
198198
"pytest-ordering==0.6",
199199
'pytest-rerunfailures==10.3;python_version<"3.7"',
200-
'pytest-rerunfailures==11.1.2;python_version>="3.7"',
200+
'pytest-rerunfailures==12.0;python_version>="3.7"',
201201
'pytest-xdist==2.5.0;python_version<"3.7"',
202202
'pytest-xdist==3.3.1;python_version>="3.7"',
203203
'parameterized==0.8.1;python_version<"3.7"',

0 commit comments

Comments
 (0)