diff --git a/.config/constraints.txt b/.config/constraints.txt index 6b1d2cab97..0eea2a838e 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -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 @@ -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) @@ -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 diff --git a/.config/requirements-lock.txt b/.config/requirements-lock.txt index dbfc887ed6..11d7cfea67 100644 --- a/.config/requirements-lock.txt +++ b/.config/requirements-lock.txt @@ -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 @@ -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 diff --git a/.config/requirements.in b/.config/requirements.in index 1ecad7bc83..d52ad7ef30 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -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