Skip to content

Commit 4e903a3

Browse files
committed
Refresh Python dependencies
1 parent 30c0e24 commit 4e903a3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ charset-normalizer==3.3.2
2020
urllib3>=1.26.18,<2;python_version<"3.10"
2121
urllib3>=1.26.18,<2.3.0;python_version>="3.10"
2222
requests==2.31.0
23-
pynose==1.4.8
23+
pynose==1.5.0
2424
sniffio==1.3.0
2525
h11==0.14.0
2626
outcome==1.3.0.post0
@@ -29,7 +29,7 @@ trio==0.24.0;python_version>="3.8"
2929
trio-websocket==0.11.1
3030
wsproto==1.2.0
3131
selenium==4.11.2;python_version<"3.8"
32-
selenium==4.17.2;python_version>="3.8"
32+
selenium==4.18.1;python_version>="3.8"
3333
cssselect==1.2.0
3434
sortedcontainers==2.4.0
3535
fasteners==0.19
@@ -69,7 +69,7 @@ rich==13.7.0
6969

7070
coverage==6.2;python_version<"3.7"
7171
coverage==7.2.7;python_version>="3.7" and python_version<"3.8"
72-
coverage==7.4.1;python_version>="3.8"
72+
coverage==7.4.2;python_version>="3.8"
7373
pytest-cov==4.0.0;python_version<"3.7"
7474
pytest-cov==4.1.0;python_version>="3.7"
7575
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
'urllib3>=1.26.18,<2;python_version<"3.10"',
169169
'urllib3>=1.26.18,<2.3.0;python_version>="3.10"',
170170
'requests==2.31.0',
171-
"pynose==1.4.8",
171+
"pynose==1.5.0",
172172
'sniffio==1.3.0',
173173
'h11==0.14.0',
174174
'outcome==1.3.0.post0',
@@ -177,7 +177,7 @@
177177
'trio-websocket==0.11.1',
178178
'wsproto==1.2.0',
179179
'selenium==4.11.2;python_version<"3.8"',
180-
'selenium==4.17.2;python_version>="3.8"',
180+
'selenium==4.18.1;python_version>="3.8"',
181181
'cssselect==1.2.0',
182182
"sortedcontainers==2.4.0",
183183
'fasteners==0.19',
@@ -225,7 +225,7 @@
225225
# Usage: coverage run -m pytest; coverage html; coverage report
226226
"coverage": [
227227
'coverage==7.2.7;python_version<"3.8"',
228-
'coverage==7.4.1;python_version>="3.8"',
228+
'coverage==7.4.2;python_version>="3.8"',
229229
'pytest-cov==4.1.0',
230230
],
231231
# pip install -e .[flake8]
@@ -251,7 +251,7 @@
251251
'pdfminer.six==20221105;python_version<"3.8"',
252252
'pdfminer.six==20231228;python_version>="3.8"',
253253
'cryptography==39.0.2;python_version<"3.9"',
254-
'cryptography==42.0.3;python_version>="3.9"',
254+
'cryptography==42.0.4;python_version>="3.9"',
255255
'cffi==1.15.1;python_version<"3.8"',
256256
'cffi==1.16.0;python_version>="3.8"',
257257
"pycparser==2.21",

0 commit comments

Comments
 (0)