From d7c099fa52b4ede05572998ec1446fa122d40adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 05:49:56 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 18 updates Bumps the dependencies group with 18 updates in the /.config directory: | Package | From | To | | --- | --- | --- | | [babel](https://github.com/python-babel/babel) | `2.16.0` | `2.17.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.3` | `4.13.3` | | [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.5.5` | `1.5.7` | | [identify](https://github.com/pre-commit/identify) | `2.6.6` | `2.6.7` | | [isort](https://github.com/pycqa/isort) | `5.13.2` | `6.0.0` | | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.3.0` | `1.3.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.50` | `9.6.4` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.27.0` | `0.28.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.13.0` | `1.15.0` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [pbr](https://docs.openstack.org/pbr/latest/) | `6.1.0` | `6.1.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.14.1` | `10.14.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.3` | `0.9.6` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.29.1` | `20.29.2` | Updates `babel` from 2.16.0 to 2.17.0 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.16.0...v2.17.0) Updates `beautifulsoup4` from 4.12.3 to 4.13.3 Updates `black` from 24.10.0 to 25.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.10.0...25.1.0) Updates `certifi` from 2024.12.14 to 2025.1.31 - [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31) Updates `coverage` from 7.6.10 to 7.6.12 - [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.10...7.6.12) Updates `griffe` from 1.5.5 to 1.5.7 - [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.5...1.5.7) Updates `identify` from 2.6.6 to 2.6.7 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.6...v2.6.7) Updates `isort` from 5.13.2 to 6.0.0 - [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/5.13.2...6.0.0) Updates `mkdocs-autorefs` from 1.3.0 to 1.3.1 - [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.0...1.3.1) Updates `mkdocs-material` from 9.5.50 to 9.6.4 - [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.50...9.6.4) Updates `mkdocstrings` from 0.27.0 to 0.28.1 - [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.27.0...0.28.1) Updates `mkdocstrings-python` from 1.13.0 to 1.15.0 - [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.13.0...1.15.0) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) Updates `pbr` from 6.1.0 to 6.1.1 Updates `pylint` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.3...v3.3.4) Updates `pymdown-extensions` from 10.14.1 to 10.14.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.14.1...10.14.3) Updates `ruff` from 0.9.3 to 0.9.6 - [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.3...0.9.6) Updates `virtualenv` from 20.29.1 to 20.29.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.29.1...20.29.2) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: coverage 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-patch dependency-group: dependencies - dependency-name: identify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mkdocs-autorefs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pbr 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: pymdown-extensions 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 - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .config/constraints.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index 54d7e66..37ff110 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -7,22 +7,22 @@ ansible-builder==3.1.0 astroid==3.3.8 attrs==25.1.0 -babel==2.16.0 -beautifulsoup4==4.12.3 +babel==2.17.0 +beautifulsoup4==4.13.3 bindep==2.12.0 -black==24.10.0 +black==25.1.0 build==1.2.2.post1 cachetools==5.5.1 cairocffi==1.7.1 cairosvg==2.7.1 -certifi==2024.12.14 +certifi==2025.1.31 cffi==1.17.1 cfgv==3.4.0 chardet==5.2.0 charset-normalizer==3.4.1 click==8.1.8 colorama==0.4.6 -coverage==7.6.10 +coverage==7.6.12 csscompressor==0.9.5 cssselect2==0.7.0 defusedxml==0.7.1 @@ -35,13 +35,13 @@ exceptiongroup==1.2.2 execnet==2.1.1 filelock==3.17.0 ghp-import==2.1.0 -griffe==1.5.5 +griffe==1.5.7 hjson==3.1.0 htmlmin2==0.1.13 -identify==2.6.6 +identify==2.6.7 idna==3.10 iniconfig==2.0.0 -isort==5.13.2 +isort==6.0.0 jinja2==3.1.5 jsmin==3.0.1 jsonschema==4.23.0 @@ -55,25 +55,25 @@ mccabe==0.7.0 mergedeep==1.3.4 mkdocs==1.6.1 mkdocs-ansible==24.12.0 -mkdocs-autorefs==1.3.0 +mkdocs-autorefs==1.3.1 mkdocs-gen-files==0.5.0 mkdocs-get-deps==0.2.0 mkdocs-htmlproofer-plugin==1.3.0 mkdocs-macros-plugin==1.3.7 -mkdocs-material==9.5.50 +mkdocs-material==9.6.4 mkdocs-material-extensions==1.3.1 mkdocs-minify-plugin==0.8.0 mkdocs-monorepo-plugin==1.1.0 -mkdocstrings==0.27.0 -mkdocstrings-python==1.13.0 -mypy==1.14.1 +mkdocstrings==0.28.1 +mkdocstrings-python==1.15.0 +mypy==1.15.0 mypy-extensions==1.0.0 nodeenv==1.9.1 packaging==24.2 paginate==0.5.7 parsley==1.3 pathspec==0.12.1 -pbr==6.1.0 +pbr==6.1.1 pillow==11.1.0 pip-tools==7.4.1 platformdirs==4.3.6 @@ -82,8 +82,8 @@ pre-commit==4.1.0 pycparser==2.22 pydoclint==0.6.0 pygments==2.19.1 -pylint==3.3.3 -pymdown-extensions==10.14.1 +pylint==3.3.4 +pymdown-extensions==10.14.3 pyproject-api==1.9.0 pyproject-hooks==1.2.0 pytest==8.3.4 @@ -97,7 +97,7 @@ referencing==0.36.2 regex==2024.11.6 requests==2.32.3 rpds-py==0.22.3 -ruff==0.9.3 +ruff==0.9.6 six==1.17.0 soupsieve==2.6 subprocess-tee==0.4.2 @@ -112,7 +112,7 @@ tox==4.24.1 types-pyyaml==6.0.12.20241230 typing-extensions==4.12.2 urllib3==2.3.0 -virtualenv==20.29.1 +virtualenv==20.29.2 watchdog==6.0.0 webencodings==0.5.1 wheel==0.45.1