From 02af9c5a905a29f4cee7819b6a980140e097d7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:41:09 +0000 Subject: [PATCH] Bump tkcalendar from 1.5.0 to 1.6.1 in the infrastructure group Bumps the infrastructure group with 1 update: tkcalendar. Updates `tkcalendar` from 1.5.0 to 1.6.1 Bump the infrastructure group with 4 updates Bumps the infrastructure group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v7) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `actions/cache` from 4 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: tkcalendar dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: infrastructure ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 10 +++++----- .pre-commit-config.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 9ff438c..b67276e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -14,14 +14,14 @@ jobs: steps: - run: sudo apt-get update && sudo apt-get install cppcheck if: false - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v7 + - uses: actions/setup-python@v6 if: false with: cache: pip python-version: 3.12.1 - run: python -m pip install pre-commit regex - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@v6 with: path: ~/.cache/pre-commit/ key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') @@ -49,14 +49,14 @@ jobs: files: ${{ env.CS_XML }} notices-as-warnings: true # optional prepend-filename: true # optional - - uses: actions/cache/save@v4 + - uses: actions/cache/save@v6 if: ${{ ! cancelled() }} with: path: ~/.cache/pre-commit/ key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }} - name: Provide log as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: ${{ ! cancelled() }} with: name: precommit-logs diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5897d6b..9247c26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -126,7 +126,7 @@ repos: - --show-error-codes - --show-error-context - --disable-error-code=name-defined - additional_dependencies: [tkcalendar>=1.5.0, types-pytz, types-regex,types-requests] + additional_dependencies: [tkcalendar>=1.6.1, types-pytz, types-regex,types-requests] - repo: local hooks: - id: pytest