We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21b93a0 + 86a560d commit d41463bCopy full SHA for d41463b
.github/workflows/publish.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Build distribution
24
run: python -m build
25
- name: Publish
26
- uses: pypa/gh-action-pypi-publish@v1.11.0
+ uses: pypa/gh-action-pypi-publish@v1.12.4
27
with:
28
password: ${{ secrets.PYPI_API_TOKEN }}
.github/workflows/test.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Test
run: make test-cov
- name: Coverage
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.3.1
requirements-tests.txt
@@ -1,8 +1,8 @@
1
autoflake
2
httpx==0.28.1
3
-mypy == 1.13.0
+mypy == 1.15.0
4
pydantic[email]
5
pytest >=7.1.3,<9.0.0
6
pytest-asyncio
7
-ruff ==0.7.1
+ruff ==0.9.4
8
pytest-cov >=2.12.0,<7.0.0
0 commit comments