File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 - name : Build distribution
2424 run : python -m build
2525 - name : Publish
26- uses : pypa/gh-action-pypi-publish@v1.10.2
26+ uses : pypa/gh-action-pypi-publish@v1.11.0
2727 with :
2828 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 2222 - name : Test
2323 run : make test-cov
2424 - name : Coverage
25- uses : codecov/codecov-action@v4.5 .0
25+ uses : codecov/codecov-action@v4.6 .0
Original file line number Diff line number Diff line change 11autoflake
22httpx
3- mypy == 1.11.2
3+ mypy == 1.13.0
44pytest >= 7.1.3,< 9.0.0
55pytest-asyncio
6- pytest-cov >= 2.12.0,< 6.0.0
76ruff ==0.7.1
7+ pytest-cov >= 2.12.0,< 7.0.0
Original file line number Diff line number Diff line change 11-e .
22-r requirements-tests.txt
33
4- pre-commit >= 2.17.0 ,< 4 .0.0
4+ pre-commit >= 2.17.0 ,< 5 .0.0
You can’t perform that action at this time.
0 commit comments