Skip to content

Commit 08263b8

Browse files
committed
Refresh Python dependencies
1 parent 1c45b13 commit 08263b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ outcome==1.2.0;python_version>="3.7"
4343
trio==0.22.0;python_version>="3.7"
4444
trio-websocket==0.10.2;python_version>="3.7"
4545
websockets==10.4;python_version>="3.7"
46-
pyopenssl==23.1.0;python_version>="3.7"
46+
pyopenssl==23.1.1;python_version>="3.7"
4747
wsproto==1.2.0;python_version>="3.7"
4848
selenium==3.141.0;python_version<"3.7"
4949
selenium==4.8.3;python_version>="3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
'trio==0.22.0;python_version>="3.7"',
168168
'trio-websocket==0.10.2;python_version>="3.7"',
169169
'websockets==10.4;python_version>="3.7"',
170-
'pyopenssl==23.1.0;python_version>="3.7"',
170+
'pyopenssl==23.1.1;python_version>="3.7"',
171171
'wsproto==1.2.0;python_version>="3.7"',
172172
'selenium==3.141.0;python_version<"3.7"',
173173
'selenium==4.8.3;python_version>="3.7"',

0 commit comments

Comments
 (0)