Skip to content

Commit 7a8fd2f

Browse files
committed
Refresh Python dependencies
1 parent 6adc9a9 commit 7a8fd2f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ certifi>=2021.10.8;python_version<"3.6"
1818
certifi>=2022.9.24;python_version>="3.6"
1919
filelock>=3.2.1;python_version<"3.6"
2020
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
21-
filelock>=3.8.0;python_version>="3.7"
21+
filelock>=3.8.2;python_version>="3.7"
2222
platformdirs>=2.0.2;python_version<"3.6"
2323
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
2424
platformdirs>=2.5.4;python_version>="3.7"
@@ -80,7 +80,7 @@ pytest-rerunfailures==8.0;python_version<"3.6"
8080
pytest-rerunfailures==10.3;python_version>="3.6"
8181
pytest-xdist==1.34.0;python_version<"3.6"
8282
pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"
83-
pytest-xdist==3.0.2;python_version>="3.7"
83+
pytest-xdist==3.1.0;python_version>="3.7"
8484
parameterized==0.8.1
8585
sbvirtualdisplay==1.1.1
8686
behave==1.2.6
@@ -99,7 +99,7 @@ pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
9999
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
100100
pyrepl==0.9.0
101101
tabcompleter==1.0.0
102-
pdbp==1.2.3
102+
pdbp==1.2.4
103103
colorama==0.4.6;python_version<"3.6"
104104
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
105105
colorama==0.4.6;python_version>="3.7"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
'certifi>=2022.9.24;python_version>="3.6"',
144144
'filelock>=3.2.1;python_version<"3.6"',
145145
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
146-
'filelock>=3.8.0;python_version>="3.7"',
146+
'filelock>=3.8.2;python_version>="3.7"',
147147
'platformdirs>=2.0.2;python_version<"3.6"',
148148
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
149149
'platformdirs>=2.5.4;python_version>="3.7"',
@@ -204,7 +204,7 @@
204204
'pytest-rerunfailures==10.3;python_version>="3.6"',
205205
'pytest-xdist==1.34.0;python_version<"3.6"',
206206
'pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"',
207-
'pytest-xdist==3.0.2;python_version>="3.7"',
207+
'pytest-xdist==3.1.0;python_version>="3.7"',
208208
"parameterized==0.8.1",
209209
"sbvirtualdisplay==1.1.1",
210210
"behave==1.2.6",
@@ -223,7 +223,7 @@
223223
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
224224
"pyrepl==0.9.0",
225225
"tabcompleter==1.0.0",
226-
"pdbp==1.2.3",
226+
"pdbp==1.2.4",
227227
'colorama==0.4.6;python_version<"3.6"',
228228
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
229229
'colorama==0.4.6;python_version>="3.7"',

0 commit comments

Comments
 (0)