Skip to content

Commit e460ac3

Browse files
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](nedbat/coveragepy@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](fralau/mkdocs-macros-plugin@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](squidfunk/mkdocs-material@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](python/mypy@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](astral-sh/ruff@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](Kozea/tinycss2@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](tox-dev/tox@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68b0b6d commit e460ac3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.config/constraints.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ chardet==5.2.0
2222
charset-normalizer==3.4.0
2323
click==8.1.7
2424
colorama==0.4.6
25-
coverage==7.6.3
25+
coverage==7.6.4
2626
csscompressor==0.9.5
2727
cssselect2==0.7.0
2828
defusedxml==0.7.1
@@ -58,14 +58,14 @@ mkdocs-autorefs==1.2.0
5858
mkdocs-gen-files==0.5.0
5959
mkdocs-get-deps==0.2.0
6060
mkdocs-htmlproofer-plugin==1.3.0
61-
mkdocs-macros-plugin==1.3.6
62-
mkdocs-material==9.5.41
61+
mkdocs-macros-plugin==1.3.7
62+
mkdocs-material==9.5.42
6363
mkdocs-material-extensions==1.3.1
6464
mkdocs-minify-plugin==0.8.0
6565
mkdocs-monorepo-plugin==1.1.0
6666
mkdocstrings==0.26.2
6767
mkdocstrings-python==1.12.2
68-
mypy==1.12.1
68+
mypy==1.13.0
6969
mypy-extensions==1.0.0
7070
nodeenv==1.9.1
7171
packaging==24.1
@@ -96,17 +96,17 @@ referencing==0.35.1
9696
regex==2024.9.11
9797
requests==2.32.3
9898
rpds-py==0.20.0
99-
ruff==0.7.0
99+
ruff==0.7.1
100100
six==1.16.0
101101
soupsieve==2.6
102102
subprocess-tee==0.4.2
103103
termcolor==2.5.0
104104
text-unidecode==1.3
105-
tinycss2==1.3.0
105+
tinycss2==1.4.0
106106
toml-sort==0.23.1
107107
tomli==2.0.2
108108
tomlkit==0.13.2
109-
tox==4.23.0
109+
tox==4.23.2
110110
types-pyyaml==6.0.12.20240917
111111
typing-extensions==4.12.2
112112
urllib3==2.2.3

0 commit comments

Comments
 (0)