Skip to content

Commit

Permalink
Require ansible-compat>=25.1.2 (#4512)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Feb 5, 2025
1 parent 1789856 commit 9cf49a0
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
20 changes: 10 additions & 10 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This file was autogenerated by uv via the following command:
# tox run -e deps
ansible-compat==25.1.1 # via ansible-lint (pyproject.toml)
ansible-compat==25.1.2 # via ansible-lint (pyproject.toml)
astroid==3.3.8 # via pylint
attrs==25.1.0 # via jsonschema, referencing
babel==2.17.0 # via mkdocs-material
beautifulsoup4==4.13.0 # via linkchecker, mkdocs-htmlproofer-plugin
beautifulsoup4==4.13.3 # via linkchecker, mkdocs-htmlproofer-plugin
black==25.1.0 # via ansible-lint (pyproject.toml)
boolean-py==4.0 # via license-expression
bracex==2.5.post1 # via wcmatch
Expand All @@ -15,7 +15,7 @@ certifi==2025.1.31 # via requests
cffi==1.17.1 # via cairocffi, cryptography
chardet==5.2.0 # via tox
charset-normalizer==3.4.1 # via requests
click==8.1.8 # via black, mkdocs, mkdocstrings
click==8.1.8 # via black, mkdocs
colorama==0.4.6 # via griffe, mkdocs-material, tox
coverage==7.6.10 # via coverage-enable-subprocess, ansible-lint (pyproject.toml)
coverage-enable-subprocess==1.0 # via ansible-lint (pyproject.toml)
Expand Down Expand Up @@ -54,23 +54,23 @@ mkdocs==1.6.1 # via mkdocs-ansible, mkdocs-autorefs, mkdocs-gen-file
mkdocs-ansible==24.12.0 # via ansible-lint (pyproject.toml)
mkdocs-autorefs==1.3.0 # via mkdocstrings, mkdocstrings-python
mkdocs-gen-files==0.5.0 # via mkdocs-ansible
mkdocs-get-deps==0.2.0 # via mkdocs
mkdocs-get-deps==0.2.0 # via mkdocs, mkdocstrings
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
mkdocs-material==9.6.1 # via mkdocs-ansible
mkdocs-material==9.6.2 # via mkdocs-ansible
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
mkdocstrings==0.27.0 # via mkdocs-ansible, mkdocstrings-python
mkdocstrings-python==1.13.0 # via mkdocs-ansible
mypy==1.14.1 # via ansible-lint (pyproject.toml)
mkdocstrings==0.28.0 # via mkdocs-ansible, mkdocstrings-python
mkdocstrings-python==1.14.4 # via mkdocs-ansible
mypy==1.15.0 # via ansible-lint (pyproject.toml)
mypy-extensions==1.0.0 # via black, mypy
netaddr==1.3.0 # via ansible-lint (pyproject.toml)
packaging==24.2 # via ansible-compat, ansible-core, black, mkdocs, mkdocs-macros-plugin, pyproject-api, pytest, tox, ansible-lint (pyproject.toml)
paginate==0.5.7 # via mkdocs-material
pathspec==0.12.1 # via black, mkdocs, mkdocs-macros-plugin, yamllint, ansible-lint (pyproject.toml)
pillow==11.1.0 # via cairosvg, mkdocs-ansible
platformdirs==4.3.6 # via black, mkdocs-get-deps, mkdocstrings, pylint, tox, virtualenv
platformdirs==4.3.6 # via black, mkdocs-get-deps, pylint, tox, virtualenv
pluggy==1.5.0 # via pytest, tox
psutil==6.1.1 # via pytest-xdist, ansible-lint (pyproject.toml)
pycparser==2.22 # via cffi
Expand Down Expand Up @@ -105,7 +105,7 @@ tomlkit==0.13.2 # via pylint
tox==4.24.1 # via ansible-lint (pyproject.toml)
types-jsonschema==4.23.0.20241208 # via ansible-lint (pyproject.toml)
types-pyyaml==6.0.12.20241230 # via ansible-lint (pyproject.toml)
typing-extensions==4.12.2 # via astroid, beautifulsoup4, black, mypy, referencing, tox
typing-extensions==4.12.2 # via astroid, beautifulsoup4, black, mkdocstrings-python, mypy, referencing, tox
urllib3==2.3.0 # via requests
virtualenv==20.29.1 # via tox
watchdog==6.0.0 # via mkdocs
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# tox run -e deps
ansible-compat==25.1.1 # via ansible-lint (pyproject.toml)
ansible-compat==25.1.2 # via ansible-lint (pyproject.toml)
attrs==25.1.0 # via jsonschema, referencing
black==25.1.0 # via ansible-lint (pyproject.toml)
bracex==2.5.post1 # via wcmatch
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Special order section for helping pip:
ansible-core>=2.16.0 # GPLv3
ansible-compat>=25.1.0 # GPLv3
ansible-compat>=25.1.2 # GPLv3
# alphabetically sorted:
black>=24.3.0 # MIT (security)
filelock>=3.8.2 # The Unlicense
Expand Down
2 changes: 1 addition & 1 deletion .github/lower-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# automatically updated by dependabot. This should be kept in sync with
# minimal requirements configured inside .config/requirements.in
ansible-core==2.16.0
ansible-compat==25.1.0 # GPLv3
ansible-compat>=25.1.2 # GPLv3
black==24.3.0 # MIT (security)
filelock==3.8.2 # The Unlicense
jsonschema==4.10.0 # MIT, version needed for improved errors
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ repos:
# empty args needed in order to match mypy cli behavior
args: [--strict]
additional_dependencies:
- ansible-compat>=25.1.0
- ansible-compat>=25.1.2
- black>=22.10.0
- cryptography>=39.0.1
- filelock>=3.12.2
Expand Down Expand Up @@ -190,7 +190,7 @@ repos:
- id: pyright
additional_dependencies:
- nodejs-wheel-binaries
- ansible-compat>=25.1.0
- ansible-compat>=25.1.2
- black>=22.10.0
- cryptography>=39.0.1
- filelock>=3.12.2
Expand All @@ -215,7 +215,7 @@ repos:
args:
- --output-format=colorized
additional_dependencies:
- ansible-compat>=25.1.0
- ansible-compat>=25.1.2
- ansible-core>=2.16.0
- black>=24.10.0
- docutils
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# If you want to use specific version of ansible-core or ansible, feel
# free to override `additional_dependencies` in your own hook config
# file.
- ansible-core>=2.13.3
- ansible-core>=2.16.0
14 changes: 7 additions & 7 deletions test/schemas/package-lock.json

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

2 changes: 1 addition & 1 deletion test/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/js-yaml": "^4.0.9",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"chai": "^5.1.2",
"minimatch": "^10.0.1",
"mocha": "^11.1.0",
Expand Down

0 comments on commit 9cf49a0

Please sign in to comment.