Skip to content

Commit ce60fb1

Browse files
Bump the dependencies group in /.config with 9 updates (#470)
* Bump the dependencies group in /.config with 9 updates Bumps the dependencies group in /.config with 9 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.0` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.44` | `3.1.45` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.7.3` | `1.8.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.15` | `9.6.16` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.29.1` | `0.30.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.4` | `0.12.5` | | [tox](https://github.com/tox-dev/tox) | `4.27.0` | `4.28.3` | | [tox-uv](https://github.com/tox-dev/tox-uv) | `1.26.1` | `1.26.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.31.2` | `20.32.0` | Updates `coverage` from 7.9.2 to 7.10.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.2...7.10.0) Updates `gitpython` from 3.1.44 to 3.1.45 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.44...3.1.45) Updates `griffe` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.7.3...1.8.0) Updates `mkdocs-material` from 9.6.15 to 9.6.16 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.15...9.6.16) Updates `mkdocstrings` from 0.29.1 to 0.30.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.29.1...0.30.0) Updates `ruff` from 0.12.4 to 0.12.5 - [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.12.4...0.12.5) Updates `tox` from 4.27.0 to 4.28.3 - [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.27.0...4.28.3) Updates `tox-uv` from 1.26.1 to 1.26.2 - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](tox-dev/tox-uv@1.26.1...1.26.2) Updates `virtualenv` from 20.31.2 to 20.32.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.31.2...20.32.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: gitpython dependency-version: 3.1.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: griffe dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-material dependency-version: 9.6.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocstrings dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tox dependency-version: 4.28.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tox-uv dependency-version: 1.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: virtualenv dependency-version: 20.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update constraints.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhinav Anand <[email protected]>
1 parent acbc2ba commit ce60fb1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.config/constraints.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ chardet==5.2.0 # via tox
1818
charset-normalizer==3.4.2 # via requests
1919
click==8.2.1 # via mkdocs, pydoclint
2020
colorama==0.4.6 # via click, griffe, mkdocs, mkdocs-material, pylint, pytest, tox
21-
coverage==7.9.2 # via tox-ansible (pyproject.toml)
21+
coverage==7.10.0 # via tox-ansible (pyproject.toml)
2222
cryptography==45.0.5 # via ansible-core
2323
csscompressor==0.9.5 # via mkdocs-minify-plugin
2424
cssselect2==0.8.0 # via cairosvg
@@ -32,8 +32,8 @@ execnet==2.1.1 # via pytest-xdist
3232
filelock==3.18.0 # via tox, virtualenv
3333
ghp-import==2.1.0 # via mkdocs
3434
gitdb==4.0.12 # via gitpython
35-
gitpython==3.1.44 # via tox-extra
36-
griffe==1.7.3 # via mkdocstrings-python
35+
gitpython==3.1.45 # via tox-extra
36+
griffe==1.8.0 # via mkdocstrings-python
3737
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
3838
htmlmin2==0.1.13 # via mkdocs-minify-plugin
3939
identify==2.6.12 # via pre-commit
@@ -59,10 +59,10 @@ mkdocs-gen-files==0.5.0 # via mkdocs-ansible
5959
mkdocs-get-deps==0.2.0 # via mkdocs
6060
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
6161
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
62-
mkdocs-material==9.6.15 # via mkdocs-ansible
62+
mkdocs-material==9.6.16 # via mkdocs-ansible
6363
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
6464
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
65-
mkdocstrings==0.29.1 # via mkdocs-ansible, mkdocstrings-python
65+
mkdocstrings==0.30.0 # via mkdocs-ansible, mkdocstrings-python
6666
mkdocstrings-python==1.16.12 # via mkdocs-ansible
6767
mypy==1.17.0 # via tox-ansible (pyproject.toml)
6868
mypy-extensions==1.1.0 # via mypy
@@ -91,7 +91,7 @@ pyyaml-env-tag==1.1 # via mkdocs
9191
referencing==0.36.2 # via jsonschema, jsonschema-specifications
9292
requests==2.32.4 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material
9393
rpds-py==0.26.0 # via jsonschema, referencing
94-
ruff==0.12.4 # via tox-ansible (pyproject.toml)
94+
ruff==0.12.5 # via tox-ansible (pyproject.toml)
9595
setuptools==80.9.0 # via pbr
9696
six==1.17.0 # via python-dateutil
9797
smmap==5.0.2 # via gitdb
@@ -102,12 +102,12 @@ termcolor==3.1.0 # via mkdocs-macros-plugin
102102
tinycss2==1.4.0 # via cairosvg, cssselect2
103103
toml-sort==0.24.2 # via tox-ansible (pyproject.toml)
104104
tomlkit==0.13.3 # via pylint, toml-sort
105-
tox==4.27.0 # via tox-extra, tox-uv, tox-ansible (pyproject.toml)
105+
tox==4.28.3 # via tox-extra, tox-uv, tox-ansible (pyproject.toml)
106106
tox-extra==2.2.0 # via tox-ansible (pyproject.toml)
107-
tox-uv==1.26.1 # via tox-extra
107+
tox-uv==1.26.2 # via tox-extra
108108
types-pyyaml==6.0.12.20250516 # via tox-ansible (pyproject.toml)
109109
urllib3==2.5.0 # via requests
110-
virtualenv==20.31.2 # via pre-commit, tox
110+
virtualenv==20.32.0 # via pre-commit, tox
111111
watchdog==6.0.0 # via mkdocs
112112
webencodings==0.5.1 # via cssselect2, tinycss2
113113

0 commit comments

Comments
 (0)