Skip to content

Commit 3c2e76a

Browse files
chore(deps): update all dependencies
1 parent 901003b commit 3c2e76a

File tree

4 files changed

+340
-335
lines changed

4 files changed

+340
-335
lines changed

.config/requirements-lock.txt

Lines changed: 3 additions & 3 deletions
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.1
27+
filelock==3.20.3
2828
# via ansible-lint
2929
jinja2==3.1.6
3030
# via ansible-core
@@ -44,7 +44,7 @@ packaging==25.0
4444
# ansible-core
4545
# ansible-lint
4646
# black
47-
pathspec==0.12.1
47+
pathspec==1.0.3
4848
# via
4949
# ansible-lint
5050
# black
@@ -70,7 +70,7 @@ rpds-py==0.30.0
7070
# via
7171
# jsonschema
7272
# referencing
73-
ruamel-yaml==0.18.17
73+
ruamel-yaml==0.19.1
7474
# via ansible-lint
7575
subprocess-tee==0.4.2
7676
# via

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.22
33+
rev: 0.9.24
3434
hooks:
3535
- id: uv-sync
3636
- id: uv-lock
@@ -59,7 +59,7 @@ repos:
5959
- "-o"
6060
- ".config/requirements-lock.txt"
6161
- repo: https://github.com/biomejs/pre-commit
62-
rev: "v2.3.10"
62+
rev: "v2.3.11"
6363
hooks:
6464
- id: biome-check
6565
name: biome
@@ -147,15 +147,15 @@ repos:
147147
entry: yamllint --strict
148148

149149
- repo: https://github.com/tombi-toml/tombi-pre-commit
150-
rev: v0.7.15
150+
rev: v0.7.16
151151
hooks:
152152
- id: tombi-format
153153
alias: toml
154154
- id: tombi-lint
155155
alias: toml
156156

157157
- repo: https://github.com/astral-sh/ruff-pre-commit
158-
rev: v0.14.10
158+
rev: v0.14.11
159159
hooks:
160160
- id: ruff-format
161161
alias: ruff
@@ -188,7 +188,7 @@ repos:
188188
- wcmatch
189189
- yamllint>=1.34.0
190190
- repo: https://github.com/RobertCraigie/pyright-python
191-
rev: v1.1.407
191+
rev: v1.1.408
192192
hooks:
193193
- id: pyright
194194
additional_dependencies: *deps

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"filelock>=3.8.2",
4343
"jsonschema>=4.10.0",
4444
"packaging>=22.0",
45-
"pathspec>=0.10.3,<1.0.0", # current yamllint not compatible with newer version
45+
"pathspec>=1.0.3,<1.1.0", # current yamllint not compatible with newer version
4646
"pyyaml>=6.0.1 ; python_version < '3.14'",
4747
"pyyaml>=6.0.1 ; python_version >= '3.14'", # py314 support
4848
"referencing>=0.36.2",

0 commit comments

Comments
 (0)