Skip to content

Commit be8cf91

Browse files
authored
Update ansible-compat to v25.1.1 (#4499)
1 parent 395b674 commit be8cf91

File tree

5 files changed

+27
-28
lines changed

5 files changed

+27
-28
lines changed

.config/constraints.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This file was autogenerated by uv via the following command:
22
# tox run deps
3-
ansible-compat==25.1.0 # via ansible-lint (pyproject.toml)
3+
ansible-compat==25.1.1 # via ansible-lint (pyproject.toml)
44
astroid==3.3.8 # via pylint
55
attrs==25.1.0 # via jsonschema, referencing
66
babel==2.16.0 # via mkdocs-material
77
beautifulsoup4==4.12.3 # via linkchecker, mkdocs-htmlproofer-plugin
8-
black==24.10.0 # via ansible-lint (pyproject.toml)
8+
black==25.1.0 # via ansible-lint (pyproject.toml)
99
boolean-py==4.0 # via license-expression
1010
bracex==2.5.post1 # via wcmatch
1111
cachetools==5.5.1 # via tox
@@ -36,7 +36,7 @@ htmlmin2==0.1.13 # via mkdocs-minify-plugin
3636
idna==3.10 # via requests
3737
importlib-metadata==8.6.1 # via ansible-lint (pyproject.toml)
3838
iniconfig==2.0.0 # via pytest
39-
isort==5.13.2 # via pylint
39+
isort==6.0.0 # via pylint
4040
jinja2==3.1.5 # via ansible-core, mkdocs, mkdocs-macros-plugin, mkdocs-material, mkdocstrings
4141
jmespath==1.0.1 # via ansible-lint (pyproject.toml)
4242
jsmin==3.0.1 # via mkdocs-minify-plugin
@@ -75,8 +75,8 @@ pluggy==1.5.0 # via pytest, tox
7575
psutil==6.1.1 # via pytest-xdist, ansible-lint (pyproject.toml)
7676
pycparser==2.22 # via cffi
7777
pygments==2.19.1 # via mkdocs-material
78-
pylint==3.3.3 # via ansible-lint (pyproject.toml)
79-
pymdown-extensions==10.14.1 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
78+
pylint==3.3.4 # via ansible-lint (pyproject.toml)
79+
pymdown-extensions==10.14.2 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
8080
pyproject-api==1.9.0 # via tox
8181
pytest==8.3.4 # via pytest-instafail, pytest-mock, pytest-plus, pytest-xdist, ansible-lint (pyproject.toml)
8282
pytest-instafail==0.5.0 # via ansible-lint (pyproject.toml)

.config/requirements-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file was autogenerated by uv via the following command:
22
# tox run deps
3-
ansible-compat==25.1.0 # via ansible-lint (pyproject.toml)
3+
ansible-compat==25.1.1 # via ansible-lint (pyproject.toml)
44
attrs==25.1.0 # via jsonschema, referencing
5-
black==24.10.0 # via ansible-lint (pyproject.toml)
5+
black==25.1.0 # via ansible-lint (pyproject.toml)
66
bracex==2.5.post1 # via wcmatch
77
cffi==1.17.1 # via cryptography
88
click==8.1.8 # via black

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ repos:
101101
- id: debug-statements
102102
language_version: python3
103103
- repo: https://github.com/codespell-project/codespell
104-
rev: v2.4.0
104+
rev: v2.4.1
105105
hooks:
106106
- id: codespell
107107
exclude: >
@@ -144,7 +144,7 @@ repos:
144144
# - id: ruff-format # must be after ruff
145145
# types_or: [python, pyi]
146146
- repo: https://github.com/psf/black # must be after ruff
147-
rev: 24.10.0
147+
rev: 25.1.0
148148
hooks:
149149
- id: black
150150
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -179,7 +179,7 @@ repos:
179179
plugins/.*
180180
)$
181181
- repo: https://github.com/RobertCraigie/pyright-python
182-
rev: v1.1.392.post0
182+
rev: v1.1.393
183183
hooks:
184184
- id: pyright
185185
additional_dependencies:
@@ -203,7 +203,7 @@ repos:
203203
- wcmatch
204204
- yamllint
205205
- repo: https://github.com/pycqa/pylint
206-
rev: v3.3.3
206+
rev: v3.3.4
207207
hooks:
208208
- id: pylint
209209
args:

test/schemas/package-lock.json

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/schemas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"js-yaml": "^4.1.0",
55
"safe-stable-stringify": "^2.5.0",
66
"ts-node": "^10.9.2",
7-
"vscode-json-languageservice": "^5.4.2"
7+
"vscode-json-languageservice": "^5.4.3"
88
},
99
"scripts": {
1010
"compile": "tsc",
@@ -16,7 +16,7 @@
1616
"@types/js-yaml": "^4.0.9",
1717
"@types/minimatch": "^5.1.2",
1818
"@types/mocha": "^10.0.10",
19-
"@types/node": "^22.10.10",
19+
"@types/node": "^22.12.0",
2020
"chai": "^5.1.2",
2121
"minimatch": "^10.0.1",
2222
"mocha": "^11.1.0",

0 commit comments

Comments
 (0)