Skip to content

Commit 2aea468

Browse files
committed
Refresh optional dependencies
1 parent 06952aa commit 2aea468

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,19 +278,19 @@
278278
],
279279
# pip install -e .[psutil]
280280
"psutil": [
281-
"psutil==5.9.4",
281+
"psutil==5.9.5",
282282
],
283283
# pip install -e .[selenium-wire]
284284
"selenium-wire": [
285285
'selenium-wire==5.1.0;python_version>="3.7"',
286286
'Brotli==1.0.9;python_version>="3.7"',
287-
'blinker==1.5;python_version>="3.7"',
287+
'blinker==1.6.2;python_version>="3.7"',
288288
'h2==4.1.0;python_version>="3.7"',
289289
'hpack==4.0.0;python_version>="3.7"',
290290
'hyperframe==6.0.1;python_version>="3.7"',
291291
'kaitaistruct==0.10;python_version>="3.7"',
292-
'pyasn1==0.4.8;python_version>="3.7"',
293-
'zstandard==0.19.0;python_version>="3.7"',
292+
'pyasn1==0.5.0;python_version>="3.7"',
293+
'zstandard==0.21.0;python_version>="3.7"',
294294
],
295295
},
296296
packages=[

0 commit comments

Comments
 (0)