File tree Expand file tree Collapse file tree 4 files changed +340
-335
lines changed
Expand file tree Collapse file tree 4 files changed +340
-335
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cryptography==46.0.3
2424 # ansible-lint
2525distro==1.9.0
2626 # via ansible-lint
27- filelock==3.20.1
27+ filelock==3.20.3
2828 # via ansible-lint
2929jinja2==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
7575subprocess-tee==0.4.2
7676 # via
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments