Skip to content

Commit

Permalink
Update ansible-compat to v25.1.1 (#4499)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka authored Jan 29, 2025
1 parent 395b674 commit be8cf91
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 28 deletions.
10 changes: 5 additions & 5 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This file was autogenerated by uv via the following command:
# tox run deps
ansible-compat==25.1.0 # via ansible-lint (pyproject.toml)
ansible-compat==25.1.1 # via ansible-lint (pyproject.toml)
astroid==3.3.8 # via pylint
attrs==25.1.0 # via jsonschema, referencing
babel==2.16.0 # via mkdocs-material
beautifulsoup4==4.12.3 # via linkchecker, mkdocs-htmlproofer-plugin
black==24.10.0 # via ansible-lint (pyproject.toml)
black==25.1.0 # via ansible-lint (pyproject.toml)
boolean-py==4.0 # via license-expression
bracex==2.5.post1 # via wcmatch
cachetools==5.5.1 # via tox
Expand Down Expand Up @@ -36,7 +36,7 @@ htmlmin2==0.1.13 # via mkdocs-minify-plugin
idna==3.10 # via requests
importlib-metadata==8.6.1 # via ansible-lint (pyproject.toml)
iniconfig==2.0.0 # via pytest
isort==5.13.2 # via pylint
isort==6.0.0 # via pylint
jinja2==3.1.5 # via ansible-core, mkdocs, mkdocs-macros-plugin, mkdocs-material, mkdocstrings
jmespath==1.0.1 # via ansible-lint (pyproject.toml)
jsmin==3.0.1 # via mkdocs-minify-plugin
Expand Down Expand Up @@ -75,8 +75,8 @@ pluggy==1.5.0 # via pytest, tox
psutil==6.1.1 # via pytest-xdist, ansible-lint (pyproject.toml)
pycparser==2.22 # via cffi
pygments==2.19.1 # via mkdocs-material
pylint==3.3.3 # via ansible-lint (pyproject.toml)
pymdown-extensions==10.14.1 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
pylint==3.3.4 # via ansible-lint (pyproject.toml)
pymdown-extensions==10.14.2 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
pyproject-api==1.9.0 # via tox
pytest==8.3.4 # via pytest-instafail, pytest-mock, pytest-plus, pytest-xdist, ansible-lint (pyproject.toml)
pytest-instafail==0.5.0 # via ansible-lint (pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# tox run deps
ansible-compat==25.1.0 # via ansible-lint (pyproject.toml)
ansible-compat==25.1.1 # via ansible-lint (pyproject.toml)
attrs==25.1.0 # via jsonschema, referencing
black==24.10.0 # via ansible-lint (pyproject.toml)
black==25.1.0 # via ansible-lint (pyproject.toml)
bracex==2.5.post1 # via wcmatch
cffi==1.17.1 # via cryptography
click==8.1.8 # via black
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
exclude: >
Expand Down Expand Up @@ -144,7 +144,7 @@ repos:
# - id: ruff-format # must be after ruff
# types_or: [python, pyi]
- repo: https://github.com/psf/black # must be after ruff
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down Expand Up @@ -179,7 +179,7 @@ repos:
plugins/.*
)$
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.392.post0
rev: v1.1.393
hooks:
- id: pyright
additional_dependencies:
Expand All @@ -203,7 +203,7 @@ repos:
- wcmatch
- yamllint
- repo: https://github.com/pycqa/pylint
rev: v3.3.3
rev: v3.3.4
hooks:
- id: pylint
args:
Expand Down
29 changes: 14 additions & 15 deletions test/schemas/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"js-yaml": "^4.1.0",
"safe-stable-stringify": "^2.5.0",
"ts-node": "^10.9.2",
"vscode-json-languageservice": "^5.4.2"
"vscode-json-languageservice": "^5.4.3"
},
"scripts": {
"compile": "tsc",
Expand All @@ -16,7 +16,7 @@
"@types/js-yaml": "^4.0.9",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.10",
"@types/node": "^22.12.0",
"chai": "^5.1.2",
"minimatch": "^10.0.1",
"mocha": "^11.1.0",
Expand Down

0 comments on commit be8cf91

Please sign in to comment.