From f05fd209773fc1c8e0bed5ee140e7f2e24a3b8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 06:56:25 +0000 Subject: [PATCH 1/2] Bump the dependencies group in /.config with 8 updates Bumps the dependencies group in /.config with 8 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `44.0.1` | `44.0.2` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.5.7` | `1.6.0` | | [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` | | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.3.1` | `1.4.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.5` | `9.6.6` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.28.1` | `0.28.2` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.1` | `1.16.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.7` | `0.9.9` | Updates `cryptography` from 44.0.1 to 44.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...44.0.2) Updates `griffe` from 1.5.7 to 1.6.0 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/griffe/compare/1.5.7...1.6.0) Updates `isort` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.0.0...6.0.1) Updates `mkdocs-autorefs` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/mkdocstrings/autorefs/releases) - [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/autorefs/compare/1.3.1...1.4.0) Updates `mkdocs-material` from 9.6.5 to 9.6.6 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.5...9.6.6) Updates `mkdocstrings` from 0.28.1 to 0.28.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.28.1...0.28.2) Updates `mkdocstrings-python` from 1.16.1 to 1.16.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.16.1...1.16.2) Updates `ruff` from 0.9.7 to 0.9.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.7...0.9.9) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: griffe dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocs-autorefs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .config/constraints.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index 38ef1ed0..890c59f5 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -20,7 +20,7 @@ charset-normalizer==3.4.1 # via requests click==8.1.8 # via black, mkdocs, pydoclint colorama==0.4.6 # via click, griffe, mkdocs, mkdocs-material, pylint, pytest, tox coverage==7.6.12 # via ansible-creator (pyproject.toml) -cryptography==44.0.1 # via ansible-core +cryptography==44.0.2 # via ansible-core csscompressor==0.9.5 # via mkdocs-minify-plugin cssselect2==0.7.0 # via cairosvg defusedxml==0.7.1 # via cairosvg @@ -31,14 +31,14 @@ docstring-parser-fork==0.0.12 # via pydoclint execnet==2.1.1 # via pytest-xdist filelock==3.17.0 # via ansible-lint, tox, virtualenv ghp-import==2.1.0 # via mkdocs -griffe==1.5.7 # via mkdocstrings-python +griffe==1.6.0 # via mkdocstrings-python hjson==3.1.0 # via mkdocs-macros-plugin, super-collections htmlmin2==0.1.13 # via mkdocs-minify-plugin identify==2.6.8 # via pre-commit idna==3.10 # via requests importlib-metadata==8.6.1 # via ansible-lint iniconfig==2.0.0 # via pytest -isort==6.0.0 # via pylint +isort==6.0.1 # via pylint jinja2==3.1.5 # via ansible-core, mkdocs, mkdocs-macros-plugin, mkdocs-material, mkdocstrings, ansible-creator (pyproject.toml) jsmin==3.0.1 # via mkdocs-minify-plugin jsonschema==4.23.0 # via ansible-compat, ansible-lint @@ -52,17 +52,17 @@ mccabe==0.7.0 # via pylint mergedeep==1.3.4 # via mkdocs, mkdocs-get-deps mkdocs==1.6.1 # via mkdocs-ansible, mkdocs-autorefs, mkdocs-gen-files, mkdocs-htmlproofer-plugin, mkdocs-macros-plugin, mkdocs-material, mkdocs-minify-plugin, mkdocs-monorepo-plugin, mkdocstrings mkdocs-ansible==25.2.0 # via ansible-creator (pyproject.toml) -mkdocs-autorefs==1.3.1 # via mkdocstrings, mkdocstrings-python +mkdocs-autorefs==1.4.0 # via mkdocstrings, mkdocstrings-python mkdocs-gen-files==0.5.0 # via mkdocs-ansible 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.5 # via mkdocs-ansible +mkdocs-material==9.6.6 # 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.28.1 # via mkdocs-ansible, mkdocstrings-python -mkdocstrings-python==1.16.1 # via mkdocs-ansible +mkdocstrings==0.28.2 # via mkdocs-ansible, mkdocstrings-python +mkdocstrings-python==1.16.2 # via mkdocs-ansible mypy==1.15.0 # via ansible-creator (pyproject.toml) mypy-extensions==1.0.0 # via black, mypy nodeenv==1.9.1 # via pre-commit @@ -90,7 +90,7 @@ regex==2024.11.6 # via mkdocs-material requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material rpds-py==0.23.1 # via jsonschema, referencing ruamel-yaml==0.18.10 # via ansible-lint -ruff==0.9.7 # via ansible-creator (pyproject.toml) +ruff==0.9.9 # via ansible-creator (pyproject.toml) six==1.17.0 # via python-dateutil soupsieve==2.6 # via beautifulsoup4 subprocess-tee==0.4.2 # via ansible-compat, ansible-lint From 1acd35d0f73349139c7a3ddd04ac991e9bde8340 Mon Sep 17 00:00:00 2001 From: shatakshiiii Date: Mon, 3 Mar 2025 14:25:31 +0530 Subject: [PATCH 2/2] Fix lint failure --- .config/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index 890c59f5..4591a158 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -6,6 +6,7 @@ argcomplete==3.5.3 # via ansible-creator (pyproject.toml) astroid==3.3.8 # via pylint attrs==25.1.0 # via jsonschema, referencing babel==2.17.0 # via mkdocs-material +backrefs==5.8 # via mkdocs-material beautifulsoup4==4.13.3 # via linkchecker, mkdocs-htmlproofer-plugin black==25.1.0 # via ansible-lint bracex==2.5.post1 # via wcmatch @@ -86,7 +87,6 @@ python-slugify==8.0.4 # via mkdocs-monorepo-plugin pyyaml==6.0.2 # via ansible-compat, ansible-core, ansible-lint, mkdocs, mkdocs-get-deps, mkdocs-macros-plugin, pre-commit, pymdown-extensions, pyyaml-env-tag, yamllint, ansible-creator (pyproject.toml) pyyaml-env-tag==0.1 # via mkdocs referencing==0.36.2 # via ansible-lint, jsonschema, jsonschema-specifications -regex==2024.11.6 # via mkdocs-material requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material rpds-py==0.23.1 # via jsonschema, referencing ruamel-yaml==0.18.10 # via ansible-lint