Skip to content

Commit d682fd2

Browse files
chore(deps): update all dependencies
1 parent 5017d17 commit d682fd2

File tree

3 files changed

+527
-513
lines changed

3 files changed

+527
-513
lines changed

.config/requirements-lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ click==8.3.0
1818
# via black
1919
colorama==0.4.6 ; sys_platform == 'win32'
2020
# via click
21-
cryptography==46.0.2
21+
cryptography==46.0.3
2222
# via
2323
# ansible-core
2424
# ansible-lint
@@ -68,11 +68,11 @@ referencing==0.37.0
6868
# ansible-lint
6969
# jsonschema
7070
# jsonschema-specifications
71-
rpds-py==0.27.1
71+
rpds-py==0.28.0
7272
# via
7373
# jsonschema
7474
# referencing
75-
ruamel-yaml==0.18.15
75+
ruamel-yaml==0.18.16
7676
# via ansible-lint
7777
subprocess-tee==0.4.2
7878
# via

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: check-useless-excludes
3232
- repo: https://github.com/astral-sh/uv-pre-commit
33-
rev: 0.9.2
33+
rev: 0.9.7
3434
hooks:
3535
- id: uv-sync
3636
- id: uv-lock
@@ -58,7 +58,7 @@ repos:
5858
- "-o"
5959
- ".config/requirements-lock.txt"
6060
- repo: https://github.com/biomejs/pre-commit
61-
rev: "v2.2.5"
61+
rev: "v2.3.2"
6262
hooks:
6363
- id: biome-check
6464
name: biome
@@ -145,15 +145,15 @@ repos:
145145
entry: yamllint --strict
146146

147147
- repo: https://github.com/tombi-toml/tombi-pre-commit
148-
rev: v0.6.31
148+
rev: v0.6.40
149149
hooks:
150150
- id: tombi-format
151151
alias: toml
152152
- id: tombi-lint
153153
alias: toml
154154

155155
- repo: https://github.com/astral-sh/ruff-pre-commit
156-
rev: v0.14.0
156+
rev: v0.14.3
157157
hooks:
158158
- id: ruff-format
159159
alias: ruff
@@ -186,12 +186,12 @@ repos:
186186
- wcmatch
187187
- yamllint>=1.34.0
188188
- repo: https://github.com/RobertCraigie/pyright-python
189-
rev: v1.1.406
189+
rev: v1.1.407
190190
hooks:
191191
- id: pyright
192192
additional_dependencies: *deps
193193
- repo: https://github.com/pycqa/pylint
194-
rev: v4.0.0
194+
rev: v4.0.2
195195
hooks:
196196
- id: pylint
197197
args:

0 commit comments

Comments
 (0)