Skip to content

Commit 3a7298f

Browse files
committed
Refresh Python dependencies
1 parent 0669c59 commit 3a7298f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ nose==1.3.7
4848
sniffio==1.3.0;python_version>="3.7"
4949
h11==0.14.0;python_version>="3.7"
5050
outcome==1.2.0;python_version>="3.7"
51-
trio==0.21.0;python_version>="3.7"
51+
trio==0.22.0;python_version>="3.7"
5252
trio-websocket==0.9.2;python_version>="3.7"
5353
websockets==10.3;python_version>="3.7"
5454
pyopenssl==22.1.0;python_version>="3.7"
5555
wsproto==1.2.0;python_version>="3.7"
5656
selenium==3.141.0;python_version<"3.7"
57-
selenium==4.4.3;python_version>="3.7"
57+
selenium==4.5.0;python_version>="3.7"
5858
msedge-selenium-tools==3.141.3;python_version<"3.7"
5959
more-itertools==5.0.0;python_version<"3.6"
6060
more-itertools==8.14.0;python_version>="3.6"
@@ -127,7 +127,7 @@ coverage==5.5;python_version<"3.6"
127127
coverage==6.2;python_version>="3.6" and python_version<"3.7"
128128
coverage==6.4.4;python_version>="3.7"
129129
pytest-cov==2.12.1;python_version<"3.6"
130-
pytest-cov==3.0.0;python_version>="3.6"
130+
pytest-cov==4.0.0;python_version>="3.6"
131131
flake8==3.7.9;python_version<"3.6"
132132
flake8==5.0.4;python_version>="3.6"
133133
mccabe==0.6.1;python_version<"3.6"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,13 @@
173173
'sniffio==1.3.0;python_version>="3.7"',
174174
'h11==0.14.0;python_version>="3.7"',
175175
'outcome==1.2.0;python_version>="3.7"',
176-
'trio==0.21.0;python_version>="3.7"',
176+
'trio==0.22.0;python_version>="3.7"',
177177
'trio-websocket==0.9.2;python_version>="3.7"',
178178
'websockets==10.3;python_version>="3.7"',
179179
'pyopenssl==22.1.0;python_version>="3.7"',
180180
'wsproto==1.2.0;python_version>="3.7"',
181181
'selenium==3.141.0;python_version<"3.7"',
182-
'selenium==4.4.3;python_version>="3.7"',
182+
'selenium==4.5.0;python_version>="3.7"',
183183
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
184184
'more-itertools==5.0.0;python_version<"3.6"',
185185
'more-itertools==8.14.0;python_version>="3.6"',
@@ -253,7 +253,7 @@
253253
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
254254
'coverage==6.4.4;python_version>="3.7"',
255255
'pytest-cov==2.12.1;python_version<"3.6"',
256-
'pytest-cov==3.0.0;python_version>="3.6"',
256+
'pytest-cov==4.0.0;python_version>="3.6"',
257257
],
258258
# pip install -e .[flake]
259259
# Usage: flake8

0 commit comments

Comments
 (0)