Skip to content

Commit 70e5ebc

Browse files
chore(deps): update deps with minor upgrades (#612)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3db80f commit 70e5ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.13.3
21+
rev: v0.14.0
2222
hooks:
2323
- id: ruff
2424
args: [--fix]

tests/end_to_end/repo/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v6
2323
with:
24-
python-version: "3.13"
24+
python-version: "3.14"
2525

2626
- run: pip install -e .
2727
working-directory: __ACTION_COVERAGE_PATH__

0 commit comments

Comments
 (0)