Skip to content

Commit 33c4995

Browse files
Update all dependencies
1 parent 068a446 commit 33c4995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tox-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install pytest cov
7171
run: pip install pytest-cov
7272
- name: Upload coverage to Codecov
73-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
73+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
7474
with:
7575
token: ${{ secrets.CODECOV_TOKEN }}
7676
fail_ci_if_error: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ optional = true
4545

4646
[tool.poetry.group.dev.dependencies]
4747
black = "25.1.0"
48-
mypy = "1.19.1"
48+
mypy = "1.20.0"
4949
pylint = "==3.3.9"
5050
pytest-cov = "7.1.0"
5151
bandit = "1.8.6"

0 commit comments

Comments
 (0)