Skip to content

Commit 51bdb28

Browse files
authored
Merge branch 'main' into renovate/pypi-filelock-vulnerability
2 parents f6f6cc1 + 9e388ec commit 51bdb28

File tree

3 files changed

+148
-148
lines changed

3 files changed

+148
-148
lines changed

.config/requirements-lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cryptography==46.0.3
2424
# ansible-lint
2525
distro==1.9.0
2626
# via ansible-lint
27-
filelock==3.20.0
27+
filelock==3.20.1
2828
# via ansible-lint
2929
jinja2==3.1.6
3030
# via ansible-core

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.16
33+
rev: 0.9.17
3434
hooks:
3535
- id: uv-sync
3636
- id: uv-lock
@@ -146,15 +146,15 @@ repos:
146146
entry: yamllint --strict
147147

148148
- repo: https://github.com/tombi-toml/tombi-pre-commit
149-
rev: v0.7.4
149+
rev: v0.7.7
150150
hooks:
151151
- id: tombi-format
152152
alias: toml
153153
- id: tombi-lint
154154
alias: toml
155155

156156
- repo: https://github.com/astral-sh/ruff-pre-commit
157-
rev: v0.14.8
157+
rev: v0.14.9
158158
hooks:
159159
- id: ruff-format
160160
alias: ruff

0 commit comments

Comments
 (0)