From acc7d05c5810ca7fd89c23569837249a5afb0ecd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:14:50 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/tox-test.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox-test.yml b/.github/workflows/tox-test.yml index 6b4b4c2..7be4788 100644 --- a/.github/workflows/tox-test.yml +++ b/.github/workflows/tox-test.yml @@ -70,7 +70,7 @@ jobs: - name: Install pytest cov run: pip install pytest-cov - name: Upload coverage to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/pyproject.toml b/pyproject.toml index 3afb60b..0410095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ optional = true [tool.poetry.group.dev.dependencies] black = "25.1.0" -mypy = "1.19.1" +mypy = "2.1.0" pylint = "==3.3.9" pytest-cov = "7.1.0" bandit = "1.8.6"