Skip to content

Commit 90d057e

Browse files
Bump the dependencies group in /.config with 6 updates (#477)
* Bump the dependencies group in /.config with 6 updates Bumps the dependencies group in /.config with 6 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.7.1` | `7.8.0` | | [griffe](https://github.com/mkdocstrings/griffe) | `1.6.2` | `1.7.1` | | [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.10.2` | `1.10.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.9` | `9.6.10` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.7` | `1.16.8` | | [rpds-py](https://github.com/crate-py/rpds) | `0.23.1` | `0.24.0` | Updates `coverage` from 7.7.1 to 7.8.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.7.1...7.8.0) Updates `griffe` from 1.6.2 to 1.7.1 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@1.6.2...1.7.1) Updates `markdown-exec` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/pawamoy/markdown-exec/releases) - [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md) - [Commits](pawamoy/markdown-exec@1.10.2...1.10.3) Updates `mkdocs-material` from 9.6.9 to 9.6.10 - [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.9...9.6.10) Updates `mkdocstrings-python` from 1.16.7 to 1.16.8 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.7...1.16.8) Updates `rpds-py` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.23.1...v0.24.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: griffe dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: markdown-exec 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]> * 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 0605853 commit 90d057e

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
@@ -13,15 +13,15 @@ cffi==1.17.1 # via cairocffi, cryptography
1313
charset-normalizer==3.4.1 # via requests
1414
click==8.1.8 # via black, mkdocs
1515
colorama==0.4.6 # via griffe, mkdocs-material
16-
coverage==7.7.1 # via ansible-compat (pyproject.toml)
16+
coverage==7.8.0 # via ansible-compat (pyproject.toml)
1717
cryptography==44.0.2 # via ansible-core
1818
csscompressor==0.9.5 # via mkdocs-minify-plugin
1919
cssselect2==0.8.0 # via cairosvg
2020
defusedxml==0.7.1 # via cairosvg
2121
dnspython==2.7.0 # via linkchecker
2222
exceptiongroup==1.2.2 # via pytest
2323
ghp-import==2.1.0 # via mkdocs
24-
griffe==1.6.2 # via mkdocstrings-python
24+
griffe==1.7.1 # via mkdocstrings-python
2525
hjson==3.1.0 # via mkdocs-macros-plugin, super-collections
2626
htmlmin2==0.1.13 # via mkdocs-minify-plugin
2727
idna==3.10 # via requests
@@ -32,7 +32,7 @@ jsonschema==4.23.0 # via ansible-compat (pyproject.toml)
3232
jsonschema-specifications==2024.10.1 # via jsonschema
3333
linkchecker==10.5.0 # via mkdocs-ansible
3434
markdown==3.7 # via markdown-include, mkdocs, mkdocs-autorefs, mkdocs-htmlproofer-plugin, mkdocs-material, mkdocstrings, pymdown-extensions
35-
markdown-exec==1.10.2 # via mkdocs-ansible
35+
markdown-exec==1.10.3 # via mkdocs-ansible
3636
markdown-include==0.8.1 # via mkdocs-ansible
3737
markupsafe==3.0.2 # via jinja2, mkdocs, mkdocs-autorefs, mkdocstrings
3838
mergedeep==1.3.4 # via mkdocs, mkdocs-get-deps
@@ -43,12 +43,12 @@ mkdocs-gen-files==0.5.0 # via mkdocs-ansible
4343
mkdocs-get-deps==0.2.0 # via mkdocs
4444
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
4545
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
46-
mkdocs-material==9.6.9 # via mkdocs-ansible
46+
mkdocs-material==9.6.10 # via mkdocs-ansible
4747
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
4848
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
4949
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible
5050
mkdocstrings==0.29.0 # via mkdocs-ansible, mkdocstrings-python
51-
mkdocstrings-python==1.16.7 # via mkdocs-ansible
51+
mkdocstrings-python==1.16.8 # via mkdocs-ansible
5252
mypy-extensions==1.0.0 # via black
5353
packaging==24.2 # via ansible-core, black, mkdocs, mkdocs-macros-plugin, pytest, ansible-compat (pyproject.toml)
5454
paginate==0.5.7 # via mkdocs-material
@@ -69,7 +69,7 @@ pyyaml==6.0.2 # via ansible-core, mkdocs, mkdocs-get-deps, mkdocs-ma
6969
pyyaml-env-tag==0.1 # via mkdocs
7070
referencing==0.36.2 # via jsonschema, jsonschema-specifications
7171
requests==2.32.3 # via linkchecker, mkdocs-htmlproofer-plugin, mkdocs-material
72-
rpds-py==0.23.1 # via jsonschema, referencing
72+
rpds-py==0.24.0 # via jsonschema, referencing
7373
six==1.17.0 # via python-dateutil
7474
soupsieve==2.6 # via beautifulsoup4
7575
subprocess-tee==0.4.2 # via ansible-compat (pyproject.toml)

0 commit comments

Comments
 (0)