Skip to content

Commit 803b78d

Browse files
authored
Update test deps (#4658)
1 parent d4cf643 commit 803b78d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.config/requirements-lock.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This file was autogenerated by uv via the following command:
22
# tox run -e deps
3-
ansible-compat==25.5.0 # via ansible-lint (pyproject.toml)
3+
ansible-compat==25.6.0 # via ansible-lint (pyproject.toml)
44
attrs==25.3.0 # via jsonschema, referencing
55
black==25.1.0 # via ansible-lint (pyproject.toml)
6-
bracex==2.5.post1 # via wcmatch
6+
bracex==2.6 # via wcmatch
77
cffi==1.17.1 # via cryptography
88
click==8.2.1 # via black
99
cryptography==45.0.4 # via ansible-core
@@ -21,9 +21,9 @@ pycparser==2.22 # via cffi
2121
pyyaml==6.0.2 # via ansible-compat, ansible-core, yamllint, ansible-lint (pyproject.toml)
2222
referencing==0.36.2 # via jsonschema, jsonschema-specifications, ansible-lint (pyproject.toml)
2323
rpds-py==0.25.1 # via jsonschema, referencing
24-
ruamel-yaml==0.18.11 # via ansible-lint (pyproject.toml)
24+
ruamel-yaml==0.18.14 # via ansible-lint (pyproject.toml)
2525
subprocess-tee==0.4.2 # via ansible-compat, ansible-lint (pyproject.toml)
26-
wcmatch==10.0 # via ansible-lint (pyproject.toml)
26+
wcmatch==10.1 # via ansible-lint (pyproject.toml)
2727
yamllint==1.37.1 # via ansible-lint (pyproject.toml)
2828
zipp==3.23.0 # via importlib-metadata
2929

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: check-useless-excludes
3333
- repo: https://github.com/rbubley/mirrors-prettier
3434
# keep it before yamllint
35-
rev: v3.5.3
35+
rev: v3.6.0
3636
hooks:
3737
- id: prettier
3838
# Temporary excludes so we can gradually normalize the formatting
@@ -68,7 +68,7 @@ repos:
6868
args: [--relative, --no-progress, --no-summary]
6969
name: Spell check with cspell
7070
- repo: https://github.com/python-jsonschema/check-jsonschema
71-
rev: 0.33.0
71+
rev: 0.33.1
7272
hooks:
7373
- id: check-github-workflows
7474
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -145,7 +145,7 @@ repos:
145145
- id: tox-ini-fmt
146146

147147
- repo: https://github.com/astral-sh/ruff-pre-commit
148-
rev: v0.11.13
148+
rev: v0.12.0
149149
hooks:
150150
- id: ruff-format
151151
alias: ruff

0 commit comments

Comments
 (0)