From 185e48177c39fc3f00a1838c3371e3461eae7f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:51:33 +0000 Subject: [PATCH] Bump the dependencies group in /.config with 10 updates (#402) * Bump the dependencies group in /.config with 10 updates Bumps the dependencies group in /.config with 10 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.9` | | [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.9.3` | `1.10.0` | | [mkdocs-ansible](https://github.com/ansible/mkdocs-ansible) | `24.3.1` | `24.12.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.46` | `9.5.47` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.9` | `0.5.10` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [rpds-py](https://github.com/crate-py/rpds) | `0.21.0` | `0.22.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.2` | | [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` | Updates `coverage` from 7.6.8 to 7.6.9 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.8...7.6.9) Updates `markdown-exec` from 1.9.3 to 1.10.0 - [Release notes](https://github.com/pawamoy/markdown-exec/releases) - [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md) - [Commits](https://github.com/pawamoy/markdown-exec/compare/1.9.3...1.10.0) Updates `mkdocs-ansible` from 24.3.1 to 24.12.0 - [Release notes](https://github.com/ansible/mkdocs-ansible/releases) - [Commits](https://github.com/ansible/mkdocs-ansible/compare/v24.3.1...v24.12.0) Updates `mkdocs-material` from 9.5.46 to 9.5.47 - [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.5.46...9.5.47) Updates `pydoclint` from 0.5.9 to 0.5.10 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.10) Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.2) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) Updates `rpds-py` from 0.21.0 to 0.22.3 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](https://github.com/crate-py/rpds/compare/v0.21.0...v0.22.3) Updates `ruff` from 0.8.1 to 0.8.2 - [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.8.1...0.8.2) Updates `six` from 1.16.0 to 1.17.0 - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: markdown-exec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-ansible 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: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rpds-py dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: six dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] * fix the space error --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shatakshiiii --- .config/constraints.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index e02a3af..dab9db5 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -16,7 +16,7 @@ chardet==5.2.0 # via tox charset-normalizer==3.4.0 # via requests click==8.1.7 # via black, mkdocs, mkdocstrings, pydoclint colorama==0.4.6 # via griffe, mkdocs-material, tox -coverage==7.6.8 # via tox-ansible (pyproject.toml) +coverage==7.6.9 # via tox-ansible (pyproject.toml) cryptography==44.0.0 # via ansible-core csscompressor==0.9.5 # via mkdocs-minify-plugin cssselect2==0.7.0 # via cairosvg @@ -42,19 +42,19 @@ jsonschema==4.23.0 # via ansible-compat jsonschema-specifications==2024.10.1 # via jsonschema linkchecker==10.5.0 # via mkdocs-ansible markdown==3.7 # via markdown-include, mkdocs, mkdocs-autorefs, mkdocs-htmlproofer-plugin, mkdocs-material, mkdocstrings, pymdown-extensions -markdown-exec==1.9.3 # via mkdocs-ansible +markdown-exec==1.10.0 # via mkdocs-ansible markdown-include==0.8.1 # via mkdocs-ansible markupsafe==3.0.2 # via jinja2, mkdocs, mkdocs-autorefs, mkdocstrings 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==24.3.1 # via tox-ansible (pyproject.toml) +mkdocs-ansible==24.12.0 # via tox-ansible (pyproject.toml) mkdocs-autorefs==1.2.0 # via mkdocstrings, mkdocstrings-python mkdocs-gen-files==0.5.0 # via mkdocs-ansible mkdocs-get-deps==0.2.0 # via mkdocs mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible -mkdocs-material==9.5.46 # via mkdocs-ansible +mkdocs-material==9.5.47 # 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 @@ -67,17 +67,17 @@ packaging==24.2 # via ansible-compat, ansible-core, black, mkdocs, mkd paginate==0.5.7 # via mkdocs-material pathspec==0.12.1 # via black, mkdocs, mkdocs-macros-plugin pillow==11.0.0 # via cairosvg, mkdocs-ansible -pipdeptree==2.24.0 # via mkdocs-ansible, tox-ansible (pyproject.toml) +pipdeptree==2.24.0 # via tox-ansible (pyproject.toml) platformdirs==4.3.6 # via black, mkdocs-get-deps, mkdocstrings, pylint, tox, virtualenv pluggy==1.5.0 # via pytest, tox pre-commit==4.0.1 # via tox-ansible (pyproject.toml) pycparser==2.22 # via cffi -pydoclint==0.5.9 # via tox-ansible (pyproject.toml) +pydoclint==0.5.10 # via tox-ansible (pyproject.toml) pygments==2.18.0 # via mkdocs-material -pylint==3.3.1 # via tox-ansible (pyproject.toml) +pylint==3.3.2 # via tox-ansible (pyproject.toml) pymdown-extensions==10.12 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings pyproject-api==1.8.0 # via tox -pytest==8.3.3 # via pytest-ansible, pytest-xdist, tox-ansible (pyproject.toml) +pytest==8.3.4 # via pytest-ansible, pytest-xdist, tox-ansible (pyproject.toml) pytest-ansible==24.9.0 # via tox-ansible (pyproject.toml) pytest-xdist==3.6.1 # via tox-ansible (pyproject.toml) python-dateutil==2.9.0.post0 # via ghp-import, mkdocs-macros-plugin @@ -87,9 +87,9 @@ pyyaml-env-tag==0.1 # via mkdocs referencing==0.35.1 # via jsonschema, jsonschema-specifications regex==2024.11.6 # via mkdocs-material requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material -rpds-py==0.21.0 # via jsonschema, referencing -ruff==0.8.1 # via tox-ansible (pyproject.toml) -six==1.16.0 # via python-dateutil +rpds-py==0.22.3 # via jsonschema, referencing +ruff==0.8.2 # via tox-ansible (pyproject.toml) +six==1.17.0 # via python-dateutil soupsieve==2.6 # via beautifulsoup4 subprocess-tee==0.4.2 # via ansible-compat super-collections==0.5.3 # via mkdocs-macros-plugin