Skip to content

Commit 02af9c5

Browse files
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](actions/checkout@v4...v7) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@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](actions/cache@v4...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@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] <support@github.com>
1 parent 176bb4a commit 02af9c5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
steps:
1515
- run: sudo apt-get update && sudo apt-get install cppcheck
1616
if: false
17-
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5
17+
- uses: actions/checkout@v7
18+
- uses: actions/setup-python@v6
1919
if: false
2020
with:
2121
cache: pip
2222
python-version: 3.12.1
2323
- run: python -m pip install pre-commit regex
24-
- uses: actions/cache/restore@v4
24+
- uses: actions/cache/restore@v6
2525
with:
2626
path: ~/.cache/pre-commit/
2727
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')
@@ -49,14 +49,14 @@ jobs:
4949
files: ${{ env.CS_XML }}
5050
notices-as-warnings: true # optional
5151
prepend-filename: true # optional
52-
- uses: actions/cache/save@v4
52+
- uses: actions/cache/save@v6
5353
if: ${{ ! cancelled() }}
5454
with:
5555
path: ~/.cache/pre-commit/
5656
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')
5757
}}
5858
- name: Provide log as artifact
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v7
6060
if: ${{ ! cancelled() }}
6161
with:
6262
name: precommit-logs

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ repos:
126126
- --show-error-codes
127127
- --show-error-context
128128
- --disable-error-code=name-defined
129-
additional_dependencies: [tkcalendar>=1.5.0, types-pytz, types-regex,types-requests]
129+
additional_dependencies: [tkcalendar>=1.6.1, types-pytz, types-regex,types-requests]
130130
- repo: local
131131
hooks:
132132
- id: pytest

0 commit comments

Comments
 (0)