Skip to content

Commit ca495b4

Browse files
Bump the dependencies group in /.config with 8 updates (#371)
* Bump the dependencies group in /.config with 8 updates Bumps the dependencies group in /.config with 8 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `44.0.1` | `44.0.2` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.5.7` | `1.6.0` | | [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` | | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.3.1` | `1.4.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.5` | `9.6.6` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.28.1` | `0.28.2` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.1` | `1.16.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.7` | `0.9.9` | Updates `cryptography` from 44.0.1 to 44.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.1...44.0.2) Updates `griffe` from 1.5.7 to 1.6.0 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.5.7...1.6.0) Updates `isort` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.0...6.0.1) Updates `mkdocs-autorefs` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/mkdocstrings/autorefs/releases) - [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/autorefs@1.3.1...1.4.0) Updates `mkdocs-material` from 9.6.5 to 9.6.6 - [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.5...9.6.6) Updates `mkdocstrings` from 0.28.1 to 0.28.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.28.1...0.28.2) Updates `mkdocstrings-python` from 1.16.1 to 1.16.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.1...1.16.2) Updates `ruff` from 0.9.7 to 0.9.9 - [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.7...0.9.9) --- updated-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-minor dependency-group: dependencies - dependency-name: isort 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-minor 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-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]> * Fix lint failure --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shatakshiiii <[email protected]>
1 parent 9e98ab3 commit ca495b4

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
@@ -6,6 +6,7 @@ argcomplete==3.5.3 # via ansible-creator (pyproject.toml)
66
astroid==3.3.8 # via pylint
77
attrs==25.1.0 # via jsonschema, referencing
88
babel==2.17.0 # via mkdocs-material
9+
backrefs==5.8 # via mkdocs-material
910
beautifulsoup4==4.13.3 # via linkchecker, mkdocs-htmlproofer-plugin
1011
black==25.1.0 # via ansible-lint
1112
bracex==2.5.post1 # via wcmatch
@@ -20,7 +21,7 @@ charset-normalizer==3.4.1 # via requests
2021
click==8.1.8 # via black, mkdocs, pydoclint
2122
colorama==0.4.6 # via click, griffe, mkdocs, mkdocs-material, pylint, pytest, tox
2223
coverage==7.6.12 # via ansible-creator (pyproject.toml)
23-
cryptography==44.0.1 # via ansible-core
24+
cryptography==44.0.2 # via ansible-core
2425
csscompressor==0.9.5 # via mkdocs-minify-plugin
2526
cssselect2==0.7.0 # via cairosvg
2627
defusedxml==0.7.1 # via cairosvg
@@ -31,14 +32,14 @@ docstring-parser-fork==0.0.12 # via pydoclint
3132
execnet==2.1.1 # via pytest-xdist
3233
filelock==3.17.0 # via ansible-lint, tox, virtualenv
3334
ghp-import==2.1.0 # via mkdocs
34-
griffe==1.5.7 # via mkdocstrings-python
35+
griffe==1.6.0 # via mkdocstrings-python
3536
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
3637
htmlmin2==0.1.13 # via mkdocs-minify-plugin
3738
identify==2.6.8 # via pre-commit
3839
idna==3.10 # via requests
3940
importlib-metadata==8.6.1 # via ansible-lint
4041
iniconfig==2.0.0 # via pytest
41-
isort==6.0.0 # via pylint
42+
isort==6.0.1 # via pylint
4243
jinja2==3.1.5 # via ansible-core, mkdocs, mkdocs-macros-plugin, mkdocs-material, mkdocstrings, ansible-creator (pyproject.toml)
4344
jsmin==3.0.1 # via mkdocs-minify-plugin
4445
jsonschema==4.23.0 # via ansible-compat, ansible-lint
@@ -52,17 +53,17 @@ mccabe==0.7.0 # via pylint
5253
mergedeep==1.3.4 # via mkdocs, mkdocs-get-deps
5354
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
5455
mkdocs-ansible==25.2.0 # via ansible-creator (pyproject.toml)
55-
mkdocs-autorefs==1.3.1 # via mkdocstrings, mkdocstrings-python
56+
mkdocs-autorefs==1.4.0 # via mkdocstrings, mkdocstrings-python
5657
mkdocs-gen-files==0.5.0 # via mkdocs-ansible
5758
mkdocs-get-deps==0.2.0 # via mkdocs, mkdocstrings
5859
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
5960
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
60-
mkdocs-material==9.6.5 # via mkdocs-ansible
61+
mkdocs-material==9.6.6 # via mkdocs-ansible
6162
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
6263
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
6364
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
64-
mkdocstrings==0.28.1 # via mkdocs-ansible, mkdocstrings-python
65-
mkdocstrings-python==1.16.1 # via mkdocs-ansible
65+
mkdocstrings==0.28.2 # via mkdocs-ansible, mkdocstrings-python
66+
mkdocstrings-python==1.16.2 # via mkdocs-ansible
6667
mypy==1.15.0 # via ansible-creator (pyproject.toml)
6768
mypy-extensions==1.0.0 # via black, mypy
6869
nodeenv==1.9.1 # via pre-commit
@@ -86,11 +87,10 @@ python-slugify==8.0.4 # via mkdocs-monorepo-plugin
8687
pyyaml==6.0.2 # via ansible-compat, ansible-core, ansible-lint, mkdocs, mkdocs-get-deps, mkdocs-macros-plugin, pre-commit, pymdown-extensions, pyyaml-env-tag, yamllint, ansible-creator (pyproject.toml)
8788
pyyaml-env-tag==0.1 # via mkdocs
8889
referencing==0.36.2 # via ansible-lint, jsonschema, jsonschema-specifications
89-
regex==2024.11.6 # via mkdocs-material
9090
requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material
9191
rpds-py==0.23.1 # via jsonschema, referencing
9292
ruamel-yaml==0.18.10 # via ansible-lint
93-
ruff==0.9.7 # via ansible-creator (pyproject.toml)
93+
ruff==0.9.9 # 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)