File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Install dependencies
2828 run : |
2929 python -m pip install --upgrade pip
30- pip install "tox-gh-actions>=3.2.0,<4.0.0" "poetry>=1.7.1,<1.8 .0"
30+ pip install "tox-gh-actions>=3.2.0,<4.0.0" "poetry>=2.0.0,<3.0 .0"
3131
3232 - name : Test with tox
3333 run : tox
Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ mkdocs-awesome-pages-plugin = "^v2.9.1"
4141mkdocs-material = " ^9.1.18"
4242lazydocs = " ^0.4.8"
4343pydocstyle = " ^6.3.0"
44- linkcheckmd = " ^1.4.0"
4544respx = " ^0.20.2"
4645mike = " ^1.1.2"
4746pytest-asyncio = " ^0.23.2"
47+ setuptools = " ^80.3.1"
4848
4949[tool .poetry .extras ]
5050fastapi = [" fastapi" ]
5151
5252[build-system ]
53- requires = [" poetry-core>=1.8.1,<1.9 .0" ]
53+ requires = [" poetry-core>=2.0.0,<3.0 .0" ]
5454build-backend = " poetry.core.masonry.api"
5555
5656[tool .black ]
Original file line number Diff line number Diff line change @@ -22,6 +22,5 @@ allowlist_externals = poetry
2222commands =
2323 poetry install -E fastapi
2424 poetry run pytest --cov =spylib --cov-report term-missing tests/
25- linkcheckMarkdown docs
2625 lazydocs --validate spylib
2726
You can’t perform that action at this time.
0 commit comments