File tree Expand file tree Collapse file tree 4 files changed +609
-577
lines changed Expand file tree Collapse file tree 4 files changed +609
-577
lines changed Original file line number Diff line number Diff line change 65
65
security-events : write
66
66
67
67
# 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
69
69
70
70
check : # This job does nothing and is only used for the branch protection
71
71
if : always()
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ repos:
22
22
args : [--fix]
23
23
- id : ruff-format
24
24
- repo : https://github.com/astral-sh/uv-pre-commit
25
- rev : 0.7.2
25
+ rev : 0.7.8
26
26
hooks :
27
27
- id : uv-lock
28
28
- repo : https://github.com/adrienverge/yamllint
29
- rev : v1.35 .1
29
+ rev : v1.37 .1
30
30
hooks :
31
31
- id : yamllint
32
32
args : [--strict]
33
33
- repo : https://github.com/python-jsonschema/check-jsonschema
34
- rev : 0.30 .0
34
+ rev : 0.33 .0
35
35
hooks :
36
36
- id : check-dependabot
37
37
- id : check-github-workflows
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dev = [
75
75
" packaging >= 24.1, < 26" , # Used in test_version.py
76
76
" pip >= 24.3.1, < 26" , # Used in test_version.py
77
77
" pre-commit >= 3.5.0, < 5" ,
78
- " pytest-asyncio >= 0.23.8, < 0.27 " ,
78
+ " pytest-asyncio >= 0.23.8, < 2 " ,
79
79
" requests >= 2.32.3, < 3" , # Used in test_version.py
80
80
" time-machine >= 2.15.0, < 3" , # Used in test_signers.py
81
81
" tomli; python_version<'3.11'" , # Used in test_version.py
You can’t perform that action at this time.
0 commit comments