File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ sniffio==1.3.0;python_version>="3.7"
41
41
h11 == 0.14.0 ;python_version >= "3.7"
42
42
outcome == 1.2.0 ;python_version >= "3.7"
43
43
trio == 0.22.0 ;python_version >= "3.7"
44
- trio-websocket == 0.10.0 ;python_version >= "3.7"
44
+ trio-websocket == 0.10.2 ;python_version >= "3.7"
45
45
websockets == 10.4 ;python_version >= "3.7"
46
46
pyopenssl == 23.0.0 ;python_version >= "3.7"
47
47
wsproto == 1.2.0 ;python_version >= "3.7"
@@ -75,7 +75,7 @@ sbvirtualdisplay==1.2.0
75
75
behave == 1.2.6
76
76
soupsieve == 2.3.2.post1 ;python_version < "3.7"
77
77
soupsieve == 2.4 ;python_version >= "3.7"
78
- beautifulsoup4 == 4.11.2
78
+ beautifulsoup4 == 4.12.0
79
79
cryptography == 36.0.2 ;python_version < "3.7"
80
80
cryptography == 39.0.2 ;python_version >= "3.7"
81
81
pygments == 2.14.0
Original file line number Diff line number Diff line change 165
165
'h11==0.14.0;python_version>="3.7"' ,
166
166
'outcome==1.2.0;python_version>="3.7"' ,
167
167
'trio==0.22.0;python_version>="3.7"' ,
168
- 'trio-websocket==0.10.0 ;python_version>="3.7"' ,
168
+ 'trio-websocket==0.10.2 ;python_version>="3.7"' ,
169
169
'websockets==10.4;python_version>="3.7"' ,
170
170
'pyopenssl==23.0.0;python_version>="3.7"' ,
171
171
'wsproto==1.2.0;python_version>="3.7"' ,
199
199
"behave==1.2.6" ,
200
200
'soupsieve==2.3.2.post1;python_version<"3.7"' ,
201
201
'soupsieve==2.4;python_version>="3.7"' ,
202
- "beautifulsoup4==4.11.2 " ,
202
+ "beautifulsoup4==4.12.0 " ,
203
203
'cryptography==36.0.2;python_version<"3.7"' ,
204
204
'cryptography==39.0.2;python_version>="3.7"' ,
205
205
"pygments==2.14.0" ,
You can’t perform that action at this time.
0 commit comments