Refresh Python dependencies

This commit is contained in:
Michael Mintz 2023-06-08 21:29:53 -04:00
parent 6941812233
commit 8317a07a8d
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ sniffio==1.3.0;python_version>="3.7"
h11==0.14.0;python_version>="3.7"
outcome==1.2.0;python_version>="3.7"
trio==0.22.0;python_version>="3.7"
trio-websocket==0.10.2;python_version>="3.7"
trio-websocket==0.10.3;python_version>="3.7"
pyopenssl==23.2.0;python_version>="3.7"
wsproto==1.2.0;python_version>="3.7"
selenium==3.141.0;python_version<"3.7"

View File

@ -166,7 +166,7 @@ setup(
'h11==0.14.0;python_version>="3.7"',
'outcome==1.2.0;python_version>="3.7"',
'trio==0.22.0;python_version>="3.7"',
'trio-websocket==0.10.2;python_version>="3.7"',
'trio-websocket==0.10.3;python_version>="3.7"',
'pyopenssl==23.2.0;python_version>="3.7"',
'wsproto==1.2.0;python_version>="3.7"',
'selenium==3.141.0;python_version<"3.7"',