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 33
44regex >= 2024.11.6
55pymdown-extensions >= 10.12
6- pipdeptree >= 2.23.4
6+ pipdeptree >= 2.24.0
77python-dateutil >= 2.8.2
88Markdown == 3.7
99markdown2 == 2.5.1
@@ -20,7 +20,7 @@ lxml==5.3.0
2020pyquery == 2.0.1
2121readtime == 3.0.0
2222mkdocs == 1.6.1
23- mkdocs-material == 9.5.44
23+ mkdocs-material == 9.5.46
2424mkdocs-exclude-search == 0.6.6
2525mkdocs-simple-hooks == 0.1.5
2626mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change 11pip >= 24.3.1
22packaging >= 24.2
33setuptools ~= 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
66attrs >= 24.2.0
77certifi >= 2024.8.30
88exceptiongroup >= 1.2.2
@@ -37,7 +37,7 @@ trio==0.27.0
3737trio-websocket == 0.11.1
3838wsproto == 1.2.0
3939websocket-client == 1.8.0
40- selenium == 4.26 .1
40+ selenium == 4.27 .1
4141cssselect == 1.2.0
4242sortedcontainers == 2.4.0
4343execnet == 2.1.1
@@ -48,7 +48,8 @@ pytest==8.3.3
4848pytest-html == 2.0.1
4949pytest-metadata == 3.1.1
5050pytest-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"
5253pytest-xdist == 3.6.1
5354parameterized == 0.9.0
5455behave == 1.2.6
@@ -64,7 +65,7 @@ rich==13.9.4
6465# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
6566
6667coverage >= 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"
6869pytest-cov >= 5.0.0 ;python_version < "3.9"
6970pytest-cov >= 6.0.0 ;python_version >= "3.9"
7071flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 150150 'pip>=24.3.1' ,
151151 'packaging>=24.2' ,
152152 '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 ' ,
155155 'attrs>=24.2.0' ,
156156 "certifi>=2024.8.30" ,
157157 "exceptiongroup>=1.2.2" ,
186186 'trio-websocket==0.11.1' ,
187187 'wsproto==1.2.0' ,
188188 'websocket-client==1.8.0' ,
189- 'selenium==4.26 .1' ,
189+ 'selenium==4.27 .1' ,
190190 'cssselect==1.2.0' ,
191191 "sortedcontainers==2.4.0" ,
192192 'execnet==2.1.1' ,
197197 "pytest-html==2.0.1" , # Newer ones had issues
198198 'pytest-metadata==3.1.1' ,
199199 "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"' ,
201202 'pytest-xdist==3.6.1' ,
202203 'parameterized==0.9.0' ,
203204 "behave==1.2.6" ,
222223 # Usage: coverage run -m pytest; coverage html; coverage report
223224 "coverage" : [
224225 '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"' ,
226227 'pytest-cov>=5.0.0;python_version<"3.9"' ,
227228 'pytest-cov>=6.0.0;python_version>="3.9"' ,
228229 ],
You can’t perform that action at this time.
0 commit comments