From c58deafd6426353e3bbdc651006e13014aaf3bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:18:02 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 18 updates (#1847) Bumps the dependencies group with 18 updates in the /.config directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` | | [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` | | [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `43.0.1` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` | `3.16.0` | | [linkchecker](https://github.com/linkchecker/linkchecker) | `10.4.0` | `10.5.0` | | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.1.0` | `1.2.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.33` | `9.5.34` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.25.2` | `0.26.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.10.8` | `1.11.1` | | [paginate](https://github.com/Signum/paginate) | `0.5.6` | `0.5.7` | | [pbr](https://docs.openstack.org/pbr/latest/) | `6.0.0` | `6.1.0` | | [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.23.1` | `2.23.3` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.2` | `4.3.1` | | [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.3` | `1.1.4` | | [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.8.0` | | [types-setuptools](https://github.com/python/typeshed) | `73.0.0.20240822` | `74.1.0.20240907` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.26.4` | | [watchdog](https://github.com/gorakhargosh/watchdog) | `4.0.2` | `5.0.2` | Updates `certifi` from 2024.7.4 to 2024.8.30 - [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30) Updates `cffi` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1) Updates `cryptography` from 43.0.0 to 43.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) Updates `filelock` from 3.15.4 to 3.16.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.15.4...3.16.0) Updates `linkchecker` from 10.4.0 to 10.5.0 - [Release notes](https://github.com/linkchecker/linkchecker/releases) - [Changelog](https://github.com/linkchecker/linkchecker/blob/master/doc/changelog.txt) - [Commits](https://github.com/linkchecker/linkchecker/compare/v10.4.0...v10.5.0) Updates `mkdocs-autorefs` from 1.1.0 to 1.2.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.1.0...1.2.0) Updates `mkdocs-material` from 9.5.33 to 9.5.34 - [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.33...9.5.34) Updates `mkdocstrings` from 0.25.2 to 0.26.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.25.2...0.26.1) Updates `mkdocstrings-python` from 1.10.8 to 1.11.1 - [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.10.8...1.11.1) Updates `paginate` from 0.5.6 to 0.5.7 - [Changelog](https://github.com/Pylons/paginate/blob/master/CHANGELOG.txt) - [Commits](https://github.com/Signum/paginate/compare/0.5.6...0.5.7) Updates `pbr` from 6.0.0 to 6.1.0 Updates `pipdeptree` from 2.23.1 to 2.23.3 - [Release notes](https://github.com/tox-dev/pipdeptree/releases) - [Commits](https://github.com/tox-dev/pipdeptree/compare/2.23.1...2.23.3) Updates `platformdirs` from 4.2.2 to 4.3.1 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.2.2...4.3.1) Updates `pytest-env` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.3...1.1.4) Updates `rich` from 13.7.1 to 13.8.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.7.1...v13.8.0) Updates `types-setuptools` from 73.0.0.20240822 to 74.1.0.20240907 - [Commits](https://github.com/python/typeshed/commits) Updates `virtualenv` from 20.26.3 to 20.26.4 - [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.26.3...20.26.4) Updates `watchdog` from 4.0.2 to 5.0.2 - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](https://github.com/gorakhargosh/watchdog/compare/v4.0.2...v5.0.2) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: linkchecker dependency-type: direct:production update-type: version-update:semver-minor 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-minor dependency-group: dependencies - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: paginate dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pbr dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pipdeptree dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest-env dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: watchdog dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .config/constraints.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index 86f64a73b..1ad891f6e 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -17,15 +17,15 @@ black==24.8.0 bracex==2.5 cairocffi==1.7.1 cairosvg==2.7.1 -certifi==2024.7.4 -cffi==1.17.0 +certifi==2024.8.30 +cffi==1.17.1 cfgv==3.4.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 coverage==7.6.1 coverage-enable-subprocess==1.0 -cryptography==43.0.0 +cryptography==43.0.1 csscompressor==0.9.5 cssselect2==0.7.0 darglint==1.8.1 @@ -36,7 +36,7 @@ dnspython==2.6.1 docutils==0.21.2 exceptiongroup==1.2.2 execnet==2.1.1 -filelock==3.15.4 +filelock==3.16.0 flake8==7.1.1 flake8-docstrings==1.7.0 ghp-import==2.1.0 @@ -50,7 +50,7 @@ jsmin==3.0.1 jsonschema==4.23.0 jsonschema-specifications==2023.12.1 libtmux==0.37.0 -linkchecker==10.4.0 +linkchecker==10.5.0 lockfile==0.12.2 markdown==3.7 markdown-exec==1.9.3 @@ -62,28 +62,28 @@ mdurl==0.1.2 mergedeep==1.3.4 mkdocs==1.6.0 mkdocs-ansible==24.3.1 -mkdocs-autorefs==1.1.0 +mkdocs-autorefs==1.2.0 mkdocs-gen-files==0.5.0 mkdocs-htmlproofer-plugin==1.2.1 mkdocs-macros-plugin==1.0.5 -mkdocs-material==9.5.33 +mkdocs-material==9.5.34 mkdocs-material-extensions==1.3.1 mkdocs-minify-plugin==0.8.0 mkdocs-monorepo-plugin==1.1.0 -mkdocstrings==0.25.2 -mkdocstrings-python==1.10.8 +mkdocstrings==0.26.1 +mkdocstrings-python==1.11.1 mypy-extensions==1.0.0 nodeenv==1.9.1 onigurumacffi==1.3.0 packaging==24.1 -paginate==0.5.6 +paginate==0.5.7 parsley==1.3 pathspec==0.12.1 -pbr==6.0.0 +pbr==6.1.0 pexpect==4.9.0 pillow==10.4.0 -pipdeptree==2.23.1 -platformdirs==4.2.2 +pipdeptree==2.23.3 +platformdirs==4.3.1 pluggy==1.5.0 pre-commit==3.8.0 ptyprocess==0.7.0 @@ -94,7 +94,7 @@ pyflakes==3.2.0 pygments==2.18.0 pymdown-extensions==10.9 pytest==8.3.2 -pytest-env==1.1.3 +pytest-env==1.1.4 pytest-mock==3.14.0 pytest-plus==0.7.0 pytest-subtests==0.13.1 @@ -109,7 +109,7 @@ regex==2024.7.24 requests==2.32.3 requirements-parser==0.11.0 resolvelib==1.0.1 -rich==13.7.1 +rich==13.8.0 rpds-py==0.20.0 ruamel-yaml==0.18.6 ruamel-yaml-clib==0.2.8 @@ -121,12 +121,12 @@ termcolor==2.4.0 text-unidecode==1.3 tinycss2==1.3.0 tomli==2.0.1 -types-setuptools==73.0.0.20240822 +types-setuptools==74.1.0.20240907 typing-extensions==4.12.2 tzdata==2024.1 urllib3==2.2.2 -virtualenv==20.26.3 -watchdog==4.0.2 +virtualenv==20.26.4 +watchdog==5.0.2 wcmatch==9.0 webencodings==0.5.1 yamllint==1.35.1