File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 3
3
4
4
regex >= 2024.11.6
5
5
pymdown-extensions >= 10.12
6
- pipdeptree >= 2.23.4
6
+ pipdeptree >= 2.24.0
7
7
python-dateutil >= 2.8.2
8
8
Markdown == 3.7
9
9
markdown2 == 2.5.1
@@ -20,7 +20,7 @@ lxml==5.3.0
20
20
pyquery == 2.0.1
21
21
readtime == 3.0.0
22
22
mkdocs == 1.6.1
23
- mkdocs-material == 9.5.44
23
+ mkdocs-material == 9.5.46
24
24
mkdocs-exclude-search == 0.6.6
25
25
mkdocs-simple-hooks == 0.1.5
26
26
mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change 1
1
pip >= 24.3.1
2
2
packaging >= 24.2
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
- setuptools >= 75.5 .0 ;python_version >= "3.10"
5
- wheel >= 0.45.0
4
+ setuptools >= 75.6 .0 ;python_version >= "3.10"
5
+ wheel >= 0.45.1
6
6
attrs >= 24.2.0
7
7
certifi >= 2024.8.30
8
8
exceptiongroup >= 1.2.2
@@ -37,7 +37,7 @@ trio==0.27.0
37
37
trio-websocket == 0.11.1
38
38
wsproto == 1.2.0
39
39
websocket-client == 1.8.0
40
- selenium == 4.26 .1
40
+ selenium == 4.27 .1
41
41
cssselect == 1.2.0
42
42
sortedcontainers == 2.4.0
43
43
execnet == 2.1.1
@@ -48,7 +48,8 @@ pytest==8.3.3
48
48
pytest-html == 2.0.1
49
49
pytest-metadata == 3.1.1
50
50
pytest-ordering == 0.6
51
- pytest-rerunfailures == 14.0
51
+ pytest-rerunfailures == 14.0 ;python_version < "3.9"
52
+ pytest-rerunfailures == 15.0 ;python_version >= "3.9"
52
53
pytest-xdist == 3.6.1
53
54
parameterized == 0.9.0
54
55
behave == 1.2.6
@@ -64,7 +65,7 @@ rich==13.9.4
64
65
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
65
66
66
67
coverage >= 7.6.1 ;python_version < "3.9"
67
- coverage >= 7.6.7 ;python_version >= "3.9"
68
+ coverage >= 7.6.8 ;python_version >= "3.9"
68
69
pytest-cov >= 5.0.0 ;python_version < "3.9"
69
70
pytest-cov >= 6.0.0 ;python_version >= "3.9"
70
71
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 150
150
'pip>=24.3.1' ,
151
151
'packaging>=24.2' ,
152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
- 'setuptools>=75.5 .0;python_version>="3.10"' ,
154
- 'wheel>=0.45.0 ' ,
153
+ 'setuptools>=75.6 .0;python_version>="3.10"' ,
154
+ 'wheel>=0.45.1 ' ,
155
155
'attrs>=24.2.0' ,
156
156
"certifi>=2024.8.30" ,
157
157
"exceptiongroup>=1.2.2" ,
186
186
'trio-websocket==0.11.1' ,
187
187
'wsproto==1.2.0' ,
188
188
'websocket-client==1.8.0' ,
189
- 'selenium==4.26 .1' ,
189
+ 'selenium==4.27 .1' ,
190
190
'cssselect==1.2.0' ,
191
191
"sortedcontainers==2.4.0" ,
192
192
'execnet==2.1.1' ,
197
197
"pytest-html==2.0.1" , # Newer ones had issues
198
198
'pytest-metadata==3.1.1' ,
199
199
"pytest-ordering==0.6" ,
200
- 'pytest-rerunfailures==14.0' ,
200
+ 'pytest-rerunfailures==14.0;python_version<"3.9"' ,
201
+ 'pytest-rerunfailures==15.0;python_version>="3.9"' ,
201
202
'pytest-xdist==3.6.1' ,
202
203
'parameterized==0.9.0' ,
203
204
"behave==1.2.6" ,
222
223
# Usage: coverage run -m pytest; coverage html; coverage report
223
224
"coverage" : [
224
225
'coverage>=7.6.1;python_version<"3.9"' ,
225
- 'coverage>=7.6.7 ;python_version>="3.9"' ,
226
+ 'coverage>=7.6.8 ;python_version>="3.9"' ,
226
227
'pytest-cov>=5.0.0;python_version<"3.9"' ,
227
228
'pytest-cov>=6.0.0;python_version>="3.9"' ,
228
229
],
You can’t perform that action at this time.
0 commit comments