Skip to content

Commit 57fd9d8

Browse files
authored
Bump pre-commit hooks, development dependencies and reusable workflow (#1363)
1 parent 7b81bd9 commit 57fd9d8

File tree

4 files changed

+609
-577
lines changed

4 files changed

+609
-577
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
security-events: write
6666

6767
# yamllint disable-line rule:line-length
68-
uses: zizmorcore/workflow/.github/workflows/reusable-zizmor.yml@1ae473d8672fe7613e809d86d202a35063736e16
68+
uses: zizmorcore/workflow/.github/workflows/reusable-zizmor.yml@3bb5e95068d0f44b6d2f3f7e91379bed1d2f96a8
6969

7070
check: # This job does nothing and is only used for the branch protection
7171
if: always()

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ repos:
2222
args: [--fix]
2323
- id: ruff-format
2424
- repo: https://github.com/astral-sh/uv-pre-commit
25-
rev: 0.7.2
25+
rev: 0.7.8
2626
hooks:
2727
- id: uv-lock
2828
- repo: https://github.com/adrienverge/yamllint
29-
rev: v1.35.1
29+
rev: v1.37.1
3030
hooks:
3131
- id: yamllint
3232
args: [--strict]
3333
- repo: https://github.com/python-jsonschema/check-jsonschema
34-
rev: 0.30.0
34+
rev: 0.33.0
3535
hooks:
3636
- id: check-dependabot
3737
- id: check-github-workflows

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dev = [
7575
"packaging >= 24.1, < 26", # Used in test_version.py
7676
"pip >= 24.3.1, < 26", # Used in test_version.py
7777
"pre-commit >= 3.5.0, < 5",
78-
"pytest-asyncio >= 0.23.8, < 0.27",
78+
"pytest-asyncio >= 0.23.8, < 2",
7979
"requests >= 2.32.3, < 3", # Used in test_version.py
8080
"time-machine >= 2.15.0, < 3", # Used in test_signers.py
8181
"tomli; python_version<'3.11'", # Used in test_version.py

0 commit comments

Comments
 (0)