We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efbbb3a + 8f618ef commit cfe6ebdCopy full SHA for cfe6ebd
.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.10.2
+ uses: pypa/gh-action-pypi-publish@v1.11.0
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.5.0
+ uses: codecov/codecov-action@v4.6.0
requirements-tests.txt
@@ -1,9 +1,10 @@
1
autoflake
2
-mypy == 1.11.2
+mypy == 1.13.0
3
pytest >= 7.1.3,< 9.0.0
4
pytest-asyncio
5
pytest-cov >= 2.12.0,< 6.0.0
6
ruff ==0.7.1
7
+pytest-cov >= 2.12.0,< 7.0.0
8
types-python-dateutil
9
types-pytz
10
httpx
0 commit comments