Skip to content

Commit e6e0d5a

Browse files
Bump the dependencies group in /.config with 9 updates (#366)
Bumps the dependencies group in /.config with 9 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.11` | `7.6.12` | | [cryptography](https://github.com/pyca/cryptography) | `44.0.0` | `44.0.1` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.5.6` | `1.5.7` | | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.3.0` | `1.3.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.3` | `9.6.4` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.28.0` | `0.28.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.14.6` | `1.15.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.5` | `0.9.6` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.29.1` | `20.29.2` | Updates `coverage` from 7.6.11 to 7.6.12 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.11...7.6.12) Updates `cryptography` from 44.0.0 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.0...44.0.1) Updates `griffe` from 1.5.6 to 1.5.7 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.5.6...1.5.7) 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](mkdocstrings/autorefs@1.3.0...1.3.1) Updates `mkdocs-material` from 9.6.3 to 9.6.4 - [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.3...9.6.4) Updates `mkdocstrings` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.28.0...0.28.1) Updates `mkdocstrings-python` from 1.14.6 to 1.15.0 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.14.6...1.15.0) Updates `ruff` from 0.9.5 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](astral-sh/ruff@0.9.5...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](pypa/virtualenv@20.29.1...20.29.2) --- updated-dependencies: - dependency-name: coverage 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: griffe dependency-type: direct:production update-type: version-update:semver-patch 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-patch dependency-group: dependencies - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocstrings-python 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: virtualenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19318fa commit e6e0d5a

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
@@ -19,8 +19,8 @@ chardet==5.2.0 # via tox
1919
charset-normalizer==3.4.1 # via requests
2020
click==8.1.8 # via black, mkdocs, pydoclint
2121
colorama==0.4.6 # via click, griffe, mkdocs, mkdocs-material, pylint, pytest, tox
22-
coverage==7.6.11 # via ansible-creator (pyproject.toml)
23-
cryptography==44.0.0 # via ansible-core
22+
coverage==7.6.12 # via ansible-creator (pyproject.toml)
23+
cryptography==44.0.1 # via ansible-core
2424
csscompressor==0.9.5 # via mkdocs-minify-plugin
2525
cssselect2==0.7.0 # via cairosvg
2626
defusedxml==0.7.1 # via cairosvg
@@ -31,7 +31,7 @@ docstring-parser-fork==0.0.12 # via pydoclint
3131
execnet==2.1.1 # via pytest-xdist
3232
filelock==3.17.0 # via ansible-lint, tox, virtualenv
3333
ghp-import==2.1.0 # via mkdocs
34-
griffe==1.5.6 # via mkdocstrings-python
34+
griffe==1.5.7 # via mkdocstrings-python
3535
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
3636
htmlmin2==0.1.13 # via mkdocs-minify-plugin
3737
identify==2.6.7 # via pre-commit
@@ -52,17 +52,17 @@ mccabe==0.7.0 # via pylint
5252
mergedeep==1.3.4 # via mkdocs, mkdocs-get-deps
5353
mkdocs==1.6.1 # via mkdocs-ansible, mkdocs-autorefs, mkdocs-gen-files, mkdocs-htmlproofer-plugin, mkdocs-macros-plugin, mkdocs-material, mkdocs-minify-plugin, mkdocs-monorepo-plugin, mkdocstrings
5454
mkdocs-ansible==24.12.0 # via ansible-creator (pyproject.toml)
55-
mkdocs-autorefs==1.3.0 # via mkdocstrings, mkdocstrings-python
55+
mkdocs-autorefs==1.3.1 # via mkdocstrings, mkdocstrings-python
5656
mkdocs-gen-files==0.5.0 # via mkdocs-ansible
5757
mkdocs-get-deps==0.2.0 # via mkdocs, mkdocstrings
5858
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
5959
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
60-
mkdocs-material==9.6.3 # via mkdocs-ansible
60+
mkdocs-material==9.6.4 # via mkdocs-ansible
6161
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
6262
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
6363
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
64-
mkdocstrings==0.28.0 # via mkdocs-ansible, mkdocstrings-python
65-
mkdocstrings-python==1.14.6 # via mkdocs-ansible
64+
mkdocstrings==0.28.1 # via mkdocs-ansible, mkdocstrings-python
65+
mkdocstrings-python==1.15.0 # via mkdocs-ansible
6666
mypy==1.15.0 # via ansible-creator (pyproject.toml)
6767
mypy-extensions==1.0.0 # via black, mypy
6868
nodeenv==1.9.1 # via pre-commit
@@ -90,7 +90,7 @@ regex==2024.11.6 # via mkdocs-material
9090
requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material
9191
rpds-py==0.22.3 # via jsonschema, referencing
9292
ruamel-yaml==0.18.10 # via ansible-lint
93-
ruff==0.9.5 # via ansible-creator (pyproject.toml)
93+
ruff==0.9.6 # via ansible-creator (pyproject.toml)
9494
six==1.17.0 # via python-dateutil
9595
soupsieve==2.6 # via beautifulsoup4
9696
subprocess-tee==0.4.2 # via ansible-compat, ansible-lint
@@ -103,7 +103,7 @@ tomlkit==0.13.2 # via pylint, toml-sort
103103
tox==4.24.1 # via ansible-creator (pyproject.toml)
104104
types-pyyaml==6.0.12.20241230 # via ansible-creator (pyproject.toml)
105105
urllib3==2.3.0 # via requests
106-
virtualenv==20.29.1 # via pre-commit, tox
106+
virtualenv==20.29.2 # via pre-commit, tox
107107
watchdog==6.0.0 # via mkdocs
108108
wcmatch==10.0 # via ansible-lint
109109
webencodings==0.5.1 # via cssselect2, tinycss2

0 commit comments

Comments
 (0)