Skip to content

Commit bd33162

Browse files
committed
Refresh Python dependencies
1 parent e7519f7 commit bd33162

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sniffio==1.3.0;python_version>="3.7"
4141
h11==0.14.0;python_version>="3.7"
4242
outcome==1.2.0;python_version>="3.7"
4343
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"
4545
websockets==10.4;python_version>="3.7"
4646
pyopenssl==23.0.0;python_version>="3.7"
4747
wsproto==1.2.0;python_version>="3.7"
@@ -75,7 +75,7 @@ sbvirtualdisplay==1.2.0
7575
behave==1.2.6
7676
soupsieve==2.3.2.post1;python_version<"3.7"
7777
soupsieve==2.4;python_version>="3.7"
78-
beautifulsoup4==4.11.2
78+
beautifulsoup4==4.12.0
7979
cryptography==36.0.2;python_version<"3.7"
8080
cryptography==39.0.2;python_version>="3.7"
8181
pygments==2.14.0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
'h11==0.14.0;python_version>="3.7"',
166166
'outcome==1.2.0;python_version>="3.7"',
167167
'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"',
169169
'websockets==10.4;python_version>="3.7"',
170170
'pyopenssl==23.0.0;python_version>="3.7"',
171171
'wsproto==1.2.0;python_version>="3.7"',
@@ -199,7 +199,7 @@
199199
"behave==1.2.6",
200200
'soupsieve==2.3.2.post1;python_version<"3.7"',
201201
'soupsieve==2.4;python_version>="3.7"',
202-
"beautifulsoup4==4.11.2",
202+
"beautifulsoup4==4.12.0",
203203
'cryptography==36.0.2;python_version<"3.7"',
204204
'cryptography==39.0.2;python_version>="3.7"',
205205
"pygments==2.14.0",

0 commit comments

Comments
 (0)