File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ lxml==5.1.0
2020pyquery == 2.0.0
2121readtime == 3.0.0
2222mkdocs == 1.5.3
23- mkdocs-material == 9.5.5
23+ mkdocs-material == 9.5.6
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 @@ -10,7 +10,7 @@ filelock>=3.13.1;python_version>="3.8"
1010platformdirs >= 4.0.0 ;python_version < "3.8"
1111platformdirs >= 4.1.0 ;python_version >= "3.8"
1212typing-extensions >= 4.9.0 ;python_version >= "3.8"
13- parse >= 1.20.0
13+ parse >= 1.20.1
1414parse-type >= 0.6.2
1515pyyaml >= 6.0.1
1616six == 1.16.0
@@ -38,7 +38,8 @@ iniconfig==2.0.0
3838pluggy == 1.2.0 ;python_version < "3.8"
3939pluggy == 1.4.0 ;python_version >= "3.8"
4040py == 1.11.0
41- pytest == 7.4.4
41+ pytest == 7.4.4 ;python_version < "3.8"
42+ pytest == 8.0.0 ;python_version >= "3.8"
4243pytest-html == 2.0.1
4344pytest-metadata == 3.0.0
4445pytest-ordering == 0.6
@@ -67,7 +68,7 @@ rich==13.7.0
6768
6869coverage == 6.2 ;python_version < "3.7"
6970coverage == 7.2.7 ;python_version >= "3.7" and python_version<"3.8"
70- coverage == 7.4.0 ;python_version >= "3.8"
71+ coverage == 7.4.1 ;python_version >= "3.8"
7172pytest-cov == 4.0.0 ;python_version < "3.7"
7273pytest-cov == 4.1.0 ;python_version >= "3.7"
7374flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 143143 'platformdirs>=4.0.0;python_version<"3.8"' ,
144144 'platformdirs>=4.1.0;python_version>="3.8"' ,
145145 'typing-extensions>=4.9.0;python_version>="3.8"' ,
146- 'parse>=1.20.0 ' ,
146+ 'parse>=1.20.1 ' ,
147147 'parse-type>=0.6.2' ,
148148 'pyyaml>=6.0.1' ,
149149 "six==1.16.0" ,
171171 'pluggy==1.2.0;python_version<"3.8"' ,
172172 'pluggy==1.4.0;python_version>="3.8"' ,
173173 "py==1.11.0" ,
174- 'pytest==7.4.4' ,
174+ 'pytest==7.4.4;python_version<"3.8"' ,
175+ 'pytest==8.0.0;python_version>="3.8"' ,
175176 "pytest-html==2.0.1" , # Newer ones had issues
176177 'pytest-metadata==3.0.0' ,
177178 "pytest-ordering==0.6" ,
208209 # Usage: coverage run -m pytest; coverage html; coverage report
209210 "coverage" : [
210211 'coverage==7.2.7;python_version<"3.8"' ,
211- 'coverage==7.4.0 ;python_version>="3.8"' ,
212+ 'coverage==7.4.1 ;python_version>="3.8"' ,
212213 'pytest-cov==4.1.0' ,
213214 ],
214215 # pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments