Skip to content

Commit 63d64bb

Browse files
committed
Refresh Python dependencies
1 parent 3281b80 commit 63d64bb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ urllib3==1.26.7
3131
requests==2.26.0;python_version<"3.5"
3232
requests==2.25.1;python_version>="3.5" and python_version<"3.6"
3333
requests==2.26.0;python_version>="3.6"
34-
selenium==3.141.0
34+
selenium==3.141.0;python_version<"3.7"
35+
selenium==4.0.0;python_version>="3.7"
36+
trio==0.19.0;python_version>="3.7"
37+
trio-websocket==0.9.2;python_version>="3.7"
38+
pyopenssl==21.0.0;python_version>="3.7"
3539
msedge-selenium-tools==3.141.3;python_version<"3.7"
3640
more-itertools==5.0.0;python_version<"3.5"
3741
more-itertools==8.10.0;python_version>="3.5"

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,11 @@
147147
'requests==2.26.0;python_version<"3.5"',
148148
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
149149
'requests==2.26.0;python_version>="3.6"',
150-
"selenium==3.141.0",
150+
'selenium==3.141.0;python_version<"3.7"',
151+
'selenium==4.0.0;python_version>="3.7"',
152+
'trio==0.19.0;python_version>="3.7"',
153+
'trio-websocket==0.9.2;python_version>="3.7"',
154+
'pyopenssl==21.0.0;python_version>="3.7"',
151155
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
152156
'more-itertools==5.0.0;python_version<"3.5"',
153157
'more-itertools==8.10.0;python_version>="3.5"',

0 commit comments

Comments
 (0)