Skip to content

Commit 79004a0

Browse files
Bump the dependencies group in /.config with 6 updates
Bumps the dependencies group in /.config with 6 updates: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.9.6` | `0.9.7` | | [cachetools](https://github.com/tkem/cachetools) | `5.5.1` | `5.5.2` | | [identify](https://github.com/pre-commit/identify) | `2.6.7` | `2.6.8` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.4` | `9.6.5` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.0` | `1.16.1` | | [rpds-py](https://github.com/crate-py/rpds) | `0.22.3` | `0.23.1` | Updates `ruff` from 0.9.6 to 0.9.7 - [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.6...0.9.7) Updates `cachetools` from 5.5.1 to 5.5.2 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v5.5.1...v5.5.2) Updates `identify` from 2.6.7 to 2.6.8 - [Commits](pre-commit/identify@v2.6.7...v2.6.8) Updates `mkdocs-material` from 9.6.4 to 9.6.5 - [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.4...9.6.5) Updates `mkdocstrings-python` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.0...1.16.1) Updates `rpds-py` from 0.22.3 to 0.23.1 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.22.3...v0.23.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: identify 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-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rpds-py dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b384852 commit 79004a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.config/constraints.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ babel==2.17.0 # via mkdocs-material
99
beautifulsoup4==4.13.3 # via linkchecker, mkdocs-htmlproofer-plugin
1010
black==25.1.0 # via ansible-lint, molecule (pyproject.toml)
1111
bracex==2.5.post1 # via wcmatch
12-
cachetools==5.5.1 # via tox
12+
cachetools==5.5.2 # via tox
1313
cairocffi==1.7.1 # via cairosvg
1414
cairosvg==2.7.1 # via mkdocs-ansible
1515
certifi==2025.1.31 # via requests
@@ -38,7 +38,7 @@ ghp-import==2.1.0 # via mkdocs
3838
griffe==1.5.7 # via mkdocstrings-python
3939
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
4040
htmlmin2==0.1.13 # via mkdocs-minify-plugin
41-
identify==2.6.7 # via pre-commit
41+
identify==2.6.8 # via pre-commit
4242
idna==3.10 # via requests
4343
importlib-metadata==8.6.1 # via ansible-lint
4444
iniconfig==2.0.0 # via pytest
@@ -63,12 +63,12 @@ mkdocs-gen-files==0.5.0 # via mkdocs-ansible
6363
mkdocs-get-deps==0.2.0 # via mkdocs, mkdocstrings
6464
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
6565
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
66-
mkdocs-material==9.6.4 # via mkdocs-ansible
66+
mkdocs-material==9.6.5 # via mkdocs-ansible
6767
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
6868
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
6969
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
7070
mkdocstrings==0.28.1 # via mkdocs-ansible, mkdocstrings-python
71-
mkdocstrings-python==1.16.0 # via mkdocs-ansible
71+
mkdocstrings-python==1.16.1 # via mkdocs-ansible
7272
mypy==1.15.0 # via molecule (pyproject.toml)
7373
mypy-extensions==1.0.0 # via black, mypy
7474
nodeenv==1.9.1 # via pre-commit
@@ -101,9 +101,9 @@ referencing==0.36.2 # via ansible-lint, jsonschema, jsonschema-specificati
101101
regex==2024.11.6 # via mkdocs-material
102102
requests==2.32.3 # via docker, linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material, molecule (pyproject.toml)
103103
rich==13.9.4 # via enrich, molecule (pyproject.toml)
104-
rpds-py==0.22.3 # via jsonschema, referencing
104+
rpds-py==0.23.1 # via jsonschema, referencing
105105
ruamel-yaml==0.18.10 # via ansible-lint
106-
ruff==0.9.6 # via molecule (pyproject.toml)
106+
ruff==0.9.7 # via molecule (pyproject.toml)
107107
six==1.17.0 # via python-dateutil
108108
soupsieve==2.6 # via beautifulsoup4
109109
subprocess-tee==0.4.2 # via ansible-compat, ansible-lint

0 commit comments

Comments
 (0)