Skip to content

Commit

Permalink
Require ansible-compat>=24.10.0 (#4402)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 70a519d commit 44be233
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .config/constraints.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 deps
ansible-compat==24.9.1 # via ansible-lint (pyproject.toml)
ansible-compat==24.10.0 # via ansible-lint (pyproject.toml)
astroid==3.3.5 # via pylint
attrs==24.2.0 # via jsonschema, referencing
babel==2.16.0 # via mkdocs-material
Expand Down Expand Up @@ -103,7 +103,7 @@ super-collections==0.5.3 # via mkdocs-macros-plugin
termcolor==2.5.0 # via mkdocs-macros-plugin
text-unidecode==1.3 # via python-slugify
tinycss2==1.4.0 # via cairosvg, cssselect2
tomli==2.0.2 # via black, coverage, mypy, pylint, pyproject-api, pytest, tox
tomli==2.1.0 # via black, coverage, mypy, pylint, pyproject-api, pytest, tox
tomlkit==0.13.2 # via pylint
tox==4.23.2 # via ansible-lint (pyproject.toml)
types-jsonschema==4.23.0.20240813 # via ansible-lint (pyproject.toml)
Expand All @@ -114,7 +114,7 @@ watchdog==6.0.0 # via mkdocs
wcmatch==10.0 # via ansible-lint (pyproject.toml)
webencodings==0.5.1 # via cssselect2, tinycss2
yamllint==1.35.1 # via ansible-lint (pyproject.toml)
zipp==3.20.2 # via importlib-metadata
zipp==3.21.0 # via importlib-metadata

# The following packages were excluded from the output:
# ansible-core
Expand Down
6 changes: 3 additions & 3 deletions .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 deps
ansible-compat==24.9.1 # via ansible-lint (pyproject.toml)
ansible-compat==24.10.0 # via ansible-lint (pyproject.toml)
attrs==24.2.0 # via jsonschema, referencing
black==24.10.0 # via ansible-lint (pyproject.toml)
bracex==2.5.post1 # via wcmatch
Expand Down Expand Up @@ -28,10 +28,10 @@ rpds-py==0.21.0 # via jsonschema, referencing
ruamel-yaml==0.18.6 # via ansible-lint (pyproject.toml)
ruamel-yaml-clib==0.2.12 # via ruamel-yaml
subprocess-tee==0.4.2 # via ansible-compat, ansible-lint (pyproject.toml)
tomli==2.0.2 # via black
tomli==2.1.0 # via black
wcmatch==10.0 # via ansible-lint (pyproject.toml)
yamllint==1.35.1 # via ansible-lint (pyproject.toml)
zipp==3.20.2 # via importlib-metadata
zipp==3.21.0 # via importlib-metadata

# The following packages were excluded from the output:
# ansible-core
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Special order section for helping pip:
will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows'
ansible-core>=2.13.0 # GPLv3
ansible-compat>=24.9.1 # GPLv3
ansible-compat>=24.10.0 # GPLv3
# alphabetically sorted:
black>=24.3.0 # MIT (security)
filelock>=3.3.0 # The Unlicense
Expand Down

0 comments on commit 44be233

Please sign in to comment.