Skip to content

Commit f357c39

Browse files
committed
Refresh Python dependencies
1 parent 8dca980 commit f357c39

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
@@ -7,15 +7,15 @@ attrs>=23.1.0
77
certifi>=2023.7.22
88
filelock>=3.12.2;python_version<"3.8"
99
filelock>=3.13.1;python_version>="3.8"
10-
platformdirs>=3.11.0
10+
platformdirs>=4.0.0
1111
parse>=1.19.1
1212
parse-type>=0.6.2
1313
six==1.16.0
1414
idna==3.4
1515
chardet==5.2.0
1616
charset-normalizer==3.3.2
1717
urllib3>=1.26.18,<2;python_version<"3.10"
18-
urllib3>=1.26.18,<2.1.0;python_version>="3.10"
18+
urllib3>=1.26.18,<2.2.0;python_version>="3.10"
1919
requests==2.31.0
2020
pynose==1.4.8
2121
sniffio==1.3.0
@@ -40,7 +40,7 @@ pytest-html==2.0.1
4040
pytest-metadata==3.0.0
4141
pytest-ordering==0.6
4242
pytest-rerunfailures==12.0
43-
pytest-xdist==3.3.1
43+
pytest-xdist==3.4.0
4444
parameterized==0.9.0
4545
sbvirtualdisplay==1.3.0
4646
behave==1.2.6

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,15 @@
140140
"certifi>=2023.7.22",
141141
'filelock>=3.12.2;python_version<"3.8"',
142142
'filelock>=3.13.1;python_version>="3.8"',
143-
'platformdirs>=3.11.0',
143+
'platformdirs>=4.0.0',
144144
'parse>=1.19.1',
145145
'parse-type>=0.6.2',
146146
"six==1.16.0",
147147
"idna==3.4",
148148
'chardet==5.2.0',
149149
'charset-normalizer==3.3.2',
150150
'urllib3>=1.26.18,<2;python_version<"3.10"',
151-
'urllib3>=1.26.18,<2.1.0;python_version>="3.10"',
151+
'urllib3>=1.26.18,<2.2.0;python_version>="3.10"',
152152
'requests==2.31.0',
153153
"pynose==1.4.8",
154154
'sniffio==1.3.0',
@@ -173,7 +173,7 @@
173173
'pytest-metadata==3.0.0',
174174
"pytest-ordering==0.6",
175175
'pytest-rerunfailures==12.0',
176-
'pytest-xdist==3.3.1',
176+
'pytest-xdist==3.4.0',
177177
'parameterized==0.9.0',
178178
"sbvirtualdisplay==1.3.0",
179179
"behave==1.2.6",

0 commit comments

Comments
 (0)