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 @@ -45,7 +45,7 @@ trio-websocket==0.12.2
45
45
wsproto == 1.2.0
46
46
websocket-client == 1.8.0
47
47
selenium == 4.27.1 ;python_version < "3.9"
48
- selenium == 4.32 .0 ;python_version >= "3.9"
48
+ selenium == 4.33 .0 ;python_version >= "3.9"
49
49
cssselect == 1.2.0 ;python_version < "3.9"
50
50
cssselect == 1.3.0 ;python_version >= "3.9"
51
51
sortedcontainers == 2.4.0
@@ -74,7 +74,7 @@ rich>=14.0.0,<15
74
74
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
75
75
76
76
coverage >= 7.6.1 ;python_version < "3.9"
77
- coverage >= 7.8.1 ;python_version >= "3.9"
77
+ coverage >= 7.8.2 ;python_version >= "3.9"
78
78
pytest-cov >= 5.0.0 ;python_version < "3.9"
79
79
pytest-cov >= 6.1.1 ;python_version >= "3.9"
80
80
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 194
194
'wsproto==1.2.0' ,
195
195
'websocket-client==1.8.0' ,
196
196
'selenium==4.27.1;python_version<"3.9"' ,
197
- 'selenium==4.32 .0;python_version>="3.9"' ,
197
+ 'selenium==4.33 .0;python_version>="3.9"' ,
198
198
'cssselect==1.2.0;python_version<"3.9"' ,
199
199
'cssselect==1.3.0;python_version>="3.9"' ,
200
200
"sortedcontainers==2.4.0" ,
232
232
# Usage: coverage run -m pytest; coverage html; coverage report
233
233
"coverage" : [
234
234
'coverage>=7.6.1;python_version<"3.9"' ,
235
- 'coverage>=7.8.1 ;python_version>="3.9"' ,
235
+ 'coverage>=7.8.2 ;python_version>="3.9"' ,
236
236
'pytest-cov>=5.0.0;python_version<"3.9"' ,
237
237
'pytest-cov>=6.1.1;python_version>="3.9"' ,
238
238
],
You can’t perform that action at this time.
0 commit comments