File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ sniffio==1.3.0
24
24
h11 == 0.14.0
25
25
outcome == 1.3.0.post0
26
26
trio == 0.22.2 ;python_version < "3.8"
27
- trio == 0.23.2 ;python_version >= "3.8"
27
+ trio == 0.24.0 ;python_version >= "3.8"
28
28
trio-websocket == 0.11.1
29
29
wsproto == 1.2.0
30
30
selenium == 4.11.2 ;python_version < "3.8"
@@ -48,7 +48,7 @@ sbvirtualdisplay==1.3.0
48
48
behave == 1.2.6
49
49
soupsieve == 2.4.1 ;python_version < "3.8"
50
50
soupsieve == 2.5 ;python_version >= "3.8"
51
- beautifulsoup4 == 4.12.2
51
+ beautifulsoup4 == 4.12.3
52
52
pygments == 2.17.2
53
53
pyreadline3 == 3.4.1 ;platform_system == "Windows"
54
54
tabcompleter == 1.3.0
@@ -70,9 +70,9 @@ coverage==7.4.0;python_version>="3.8"
70
70
pytest-cov == 4.0.0 ;python_version < "3.7"
71
71
pytest-cov == 4.1.0 ;python_version >= "3.7"
72
72
flake8 == 5.0.4 ;python_version < "3.9"
73
- flake8 == 6.1 .0 ;python_version >= "3.9"
73
+ flake8 == 7.0 .0 ;python_version >= "3.9"
74
74
mccabe == 0.7.0
75
75
pyflakes == 2.5.0 ;python_version < "3.9"
76
- pyflakes == 3.1 .0 ;python_version >= "3.9"
76
+ pyflakes == 3.2 .0 ;python_version >= "3.9"
77
77
pycodestyle == 2.9.1 ;python_version < "3.9"
78
78
pycodestyle == 2.11.1 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 157
157
'h11==0.14.0' ,
158
158
'outcome==1.3.0.post0' ,
159
159
'trio==0.22.2;python_version<"3.8"' ,
160
- 'trio==0.23.2 ;python_version>="3.8"' ,
160
+ 'trio==0.24.0 ;python_version>="3.8"' ,
161
161
'trio-websocket==0.11.1' ,
162
162
'wsproto==1.2.0' ,
163
163
'selenium==4.11.2;python_version<"3.8"' ,
181
181
"behave==1.2.6" ,
182
182
'soupsieve==2.4.1;python_version<"3.8"' ,
183
183
'soupsieve==2.5;python_version>="3.8"' ,
184
- "beautifulsoup4==4.12.2 " ,
184
+ "beautifulsoup4==4.12.3 " ,
185
185
'pygments==2.17.2' ,
186
186
'pyreadline3==3.4.1;platform_system=="Windows"' ,
187
187
"tabcompleter==1.3.0" ,
214
214
# Usage: flake8
215
215
"flake8" : [
216
216
'flake8==5.0.4;python_version<"3.9"' ,
217
- 'flake8==6.1 .0;python_version>="3.9"' ,
217
+ 'flake8==7.0 .0;python_version>="3.9"' ,
218
218
"mccabe==0.7.0" ,
219
219
'pyflakes==2.5.0;python_version<"3.9"' ,
220
- 'pyflakes==3.1 .0;python_version>="3.9"' ,
220
+ 'pyflakes==3.2 .0;python_version>="3.9"' ,
221
221
'pycodestyle==2.9.1;python_version<"3.9"' ,
222
222
'pycodestyle==2.11.1;python_version>="3.9"' ,
223
223
],
You can’t perform that action at this time.
0 commit comments