Skip to content

Commit cc4bf8a

Browse files
authored
Merge branch 'master' into dependabot/pip/pytest-cov-gte-2.12.0-and-lt-7.0.0
2 parents b420a3b + e592a6b commit cc4bf8a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Build distribution
2424
run: python -m build
2525
- name: Publish
26-
uses: pypa/gh-action-pypi-publish@v1.11.0
26+
uses: pypa/gh-action-pypi-publish@v1.12.4
2727
with:
2828
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Test
2323
run: make test-cov
2424
- name: Coverage
25-
uses: codecov/codecov-action@v4.6.0
25+
uses: codecov/codecov-action@v5.3.1

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
autoflake
2-
mypy == 1.13.0
2+
mypy == 1.15.0
33
pytest >= 7.1.3,< 9.0.0
44
pytest-asyncio
55
pytest-cov >= 2.12.0,< 7.0.0
6-
ruff ==0.7.1
6+
ruff ==0.13.3
77
pytest-cov >= 2.12.0,< 7.0.0
88
types-python-dateutil
99
types-pytz

0 commit comments

Comments
 (0)