Skip to content

Commit 33f8304

Browse files
committed
Refresh Python dependencies
1 parent 905367a commit 33f8304

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
@@ -30,7 +30,7 @@ pynose==1.4.6
3030
sniffio==1.3.0;python_version>="3.7"
3131
h11==0.14.0;python_version>="3.7"
3232
outcome==1.2.0;python_version>="3.7"
33-
trio==0.22.1;python_version>="3.7"
33+
trio==0.22.2;python_version>="3.7"
3434
trio-websocket==0.10.3;python_version>="3.7"
3535
wsproto==1.2.0;python_version>="3.7"
3636
selenium==3.141.0;python_version<"3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
'sniffio==1.3.0;python_version>="3.7"',
165165
'h11==0.14.0;python_version>="3.7"',
166166
'outcome==1.2.0;python_version>="3.7"',
167-
'trio==0.22.1;python_version>="3.7"',
167+
'trio==0.22.2;python_version>="3.7"',
168168
'trio-websocket==0.10.3;python_version>="3.7"',
169169
'wsproto==1.2.0;python_version>="3.7"',
170170
'selenium==3.141.0;python_version<"3.7"',

0 commit comments

Comments
 (0)