Skip to content

Commit 3d6251c

Browse files
Bump the dependencies group in /.config with 6 updates (#357)
* Bump the dependencies group in /.config with 6 updates Bumps the dependencies group in /.config with 6 updates: | Package | From | To | | --- | --- | --- | | [babel](https://github.com/python-babel/babel) | `2.16.0` | `2.17.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.5.5` | `1.5.6` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.50` | `9.6.1` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.14.2` | `10.14.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.3` | `0.9.4` | Updates `babel` from 2.16.0 to 2.17.0 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.16.0...v2.17.0) Updates `certifi` from 2024.12.14 to 2025.1.31 - [Commits](certifi/python-certifi@2024.12.14...2025.01.31) Updates `griffe` from 1.5.5 to 1.5.6 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.5.5...1.5.6) Updates `mkdocs-material` from 9.5.50 to 9.6.1 - [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.50...9.6.1) Updates `pymdown-extensions` from 10.14.2 to 10.14.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.14.2...10.14.3) Updates `ruff` from 0.9.3 to 0.9.4 - [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.3...0.9.4) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: griffe 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-minor dependency-group: dependencies - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update whitespaces --------- 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 349efe6 commit 3d6251c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.config/constraints.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ ansible-lint==25.1.1 # via ansible-creator (pyproject.toml)
55
argcomplete==3.5.3 # via ansible-creator (pyproject.toml)
66
astroid==3.3.8 # via pylint
77
attrs==25.1.0 # via jsonschema, referencing
8-
babel==2.16.0 # via mkdocs-material
8+
babel==2.17.0 # via mkdocs-material
99
beautifulsoup4==4.12.3 # via linkchecker, mkdocs-htmlproofer-plugin
1010
black==25.1.0 # via ansible-lint
1111
bracex==2.5.post1 # via wcmatch
1212
cachetools==5.5.1 # via tox
1313
cairocffi==1.7.1 # via cairosvg
1414
cairosvg==2.7.1 # via mkdocs-ansible
15-
certifi==2024.12.14 # via requests
15+
certifi==2025.1.31 # via requests
1616
cffi==1.17.1 # via cairocffi, cryptography
1717
cfgv==3.4.0 # via pre-commit
1818
chardet==5.2.0 # via tox
@@ -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.5 # via mkdocstrings-python
34+
griffe==1.5.6 # 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.6 # via pre-commit
@@ -57,7 +57,7 @@ mkdocs-gen-files==0.5.0 # via mkdocs-ansible
5757
mkdocs-get-deps==0.2.0 # via mkdocs
5858
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
5959
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
60-
mkdocs-material==9.5.50 # via mkdocs-ansible
60+
mkdocs-material==9.6.1 # 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
@@ -77,7 +77,7 @@ pycparser==2.22 # via cffi
7777
pydoclint==0.6.0 # via ansible-creator (pyproject.toml)
7878
pygments==2.19.1 # via mkdocs-material
7979
pylint==3.3.4 # via ansible-creator (pyproject.toml)
80-
pymdown-extensions==10.14.2 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
80+
pymdown-extensions==10.14.3 # via markdown-exec, mkdocs-ansible, mkdocs-material, mkdocstrings
8181
pyproject-api==1.9.0 # via tox
8282
pytest==8.3.4 # via pytest-xdist, ansible-creator (pyproject.toml)
8383
pytest-xdist==3.6.1 # via ansible-creator (pyproject.toml)
@@ -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.3 # via ansible-creator (pyproject.toml)
93+
ruff==0.9.4 # 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

0 commit comments

Comments
 (0)