From e460ac3f200bb5a5766fcba2077105a3c5e725f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 05:41:25 +0000 Subject: [PATCH] Bump the dependencies group in /.config with 7 updates (#260) Bumps the dependencies group in /.config with 7 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.3` | `7.6.4` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.6` | `1.3.7` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.41` | `9.5.42` | | [mypy](https://github.com/python/mypy) | `1.12.1` | `1.13.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.0` | `0.7.1` | | [tinycss2](https://github.com/Kozea/tinycss2) | `1.3.0` | `1.4.0` | | [tox](https://github.com/tox-dev/tox) | `4.23.0` | `4.23.2` | Updates `coverage` from 7.6.3 to 7.6.4 - [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.3...7.6.4) Updates `mkdocs-macros-plugin` from 1.3.6 to 1.3.7 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/fralau/mkdocs_macros_plugin/compare/v1.3.6...v1.3.7) Updates `mkdocs-material` from 9.5.41 to 9.5.42 - [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.41...9.5.42) Updates `mypy` from 1.12.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.1...v1.13.0) Updates `ruff` from 0.7.0 to 0.7.1 - [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.7.0...0.7.1) Updates `tinycss2` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/Kozea/tinycss2/releases) - [Changelog](https://github.com/Kozea/tinycss2/blob/main/docs/changelog.rst) - [Commits](https://github.com/Kozea/tinycss2/compare/v1.3.0...v1.4.0) Updates `tox` from 4.23.0 to 4.23.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.23.0...4.23.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocs-macros-plugin 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-patch dependency-group: dependencies - dependency-name: mypy 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: tinycss2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .config/constraints.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index 9535538..0046255 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -22,7 +22,7 @@ chardet==5.2.0 charset-normalizer==3.4.0 click==8.1.7 colorama==0.4.6 -coverage==7.6.3 +coverage==7.6.4 csscompressor==0.9.5 cssselect2==0.7.0 defusedxml==0.7.1 @@ -58,14 +58,14 @@ mkdocs-autorefs==1.2.0 mkdocs-gen-files==0.5.0 mkdocs-get-deps==0.2.0 mkdocs-htmlproofer-plugin==1.3.0 -mkdocs-macros-plugin==1.3.6 -mkdocs-material==9.5.41 +mkdocs-macros-plugin==1.3.7 +mkdocs-material==9.5.42 mkdocs-material-extensions==1.3.1 mkdocs-minify-plugin==0.8.0 mkdocs-monorepo-plugin==1.1.0 mkdocstrings==0.26.2 mkdocstrings-python==1.12.2 -mypy==1.12.1 +mypy==1.13.0 mypy-extensions==1.0.0 nodeenv==1.9.1 packaging==24.1 @@ -96,17 +96,17 @@ referencing==0.35.1 regex==2024.9.11 requests==2.32.3 rpds-py==0.20.0 -ruff==0.7.0 +ruff==0.7.1 six==1.16.0 soupsieve==2.6 subprocess-tee==0.4.2 termcolor==2.5.0 text-unidecode==1.3 -tinycss2==1.3.0 +tinycss2==1.4.0 toml-sort==0.23.1 tomli==2.0.2 tomlkit==0.13.2 -tox==4.23.0 +tox==4.23.2 types-pyyaml==6.0.12.20240917 typing-extensions==4.12.2 urllib3==2.2.3