Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require ansible-compat>=24.10.0 #4402

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading