Skip to content

Commit 2a76005

Browse files
Bump the dependencies group in /.config with 3 updates (#430)
* Bump the dependencies group in /.config with 3 updates Bumps the dependencies group in /.config with 3 updates: [coverage](https://github.com/nedbat/coveragepy), [markdown-exec](https://github.com/pawamoy/markdown-exec) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `coverage` from 7.6.8 to 7.6.9 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.8...7.6.9) Updates `markdown-exec` from 1.9.3 to 1.10.0 - [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.9.3...1.10.0) Updates `mkdocs-material` from 9.5.47 to 9.5.48 - [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.47...9.5.48) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: markdown-exec 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 ... Signed-off-by: dependabot[bot] <[email protected]> * fix the space error --------- 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 17a781d commit 2a76005

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.config/constraints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cffi==1.17.1 # via cairocffi, cryptography
1212
charset-normalizer==3.4.0 # via requests
1313
click==8.1.7 # via black, mkdocs, mkdocstrings
1414
colorama==0.4.6 # via griffe, mkdocs-material
15-
coverage==7.6.8 # via ansible-compat (pyproject.toml)
15+
coverage==7.6.9 # via ansible-compat (pyproject.toml)
1616
cryptography==44.0.0 # via ansible-core
1717
csscompressor==0.9.5 # via mkdocs-minify-plugin
1818
cssselect2==0.7.0 # via cairosvg
@@ -31,7 +31,7 @@ jsonschema==4.23.0 # via ansible-compat (pyproject.toml)
3131
jsonschema-specifications==2024.10.1 # via jsonschema
3232
linkchecker==10.5.0 # via mkdocs-ansible
3333
markdown==3.7 # via markdown-include, mkdocs, mkdocs-autorefs, mkdocs-htmlproofer-plugin, mkdocs-material, mkdocstrings, pymdown-extensions
34-
markdown-exec==1.9.3 # via mkdocs-ansible
34+
markdown-exec==1.10.0 # via mkdocs-ansible
3535
markdown-include==0.8.1 # via mkdocs-ansible
3636
markupsafe==3.0.2 # via jinja2, mkdocs, mkdocs-autorefs, mkdocstrings
3737
mergedeep==1.3.4 # via mkdocs, mkdocs-get-deps
@@ -42,7 +42,7 @@ mkdocs-gen-files==0.5.0 # via mkdocs-ansible
4242
mkdocs-get-deps==0.2.0 # via mkdocs
4343
mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible
4444
mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible
45-
mkdocs-material==9.5.47 # via mkdocs-ansible
45+
mkdocs-material==9.5.48 # via mkdocs-ansible
4646
mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material
4747
mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible
4848
mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible

0 commit comments

Comments
 (0)