From 2a76005be7c818e8cf63bea38596657ac31624d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 07:38:10 -0500 Subject: [PATCH] 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](https://github.com/nedbat/coveragepy/compare/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](https://github.com/pawamoy/markdown-exec/compare/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](https://github.com/squidfunk/mkdocs-material/compare/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] * fix the space error --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shatakshiiii --- .config/constraints.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index a9f0a1b..dc15496 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -12,7 +12,7 @@ cffi==1.17.1 # via cairocffi, cryptography charset-normalizer==3.4.0 # via requests click==8.1.7 # via black, mkdocs, mkdocstrings colorama==0.4.6 # via griffe, mkdocs-material -coverage==7.6.8 # via ansible-compat (pyproject.toml) +coverage==7.6.9 # via ansible-compat (pyproject.toml) cryptography==44.0.0 # via ansible-core csscompressor==0.9.5 # via mkdocs-minify-plugin cssselect2==0.7.0 # via cairosvg @@ -31,7 +31,7 @@ jsonschema==4.23.0 # via ansible-compat (pyproject.toml) jsonschema-specifications==2024.10.1 # via jsonschema linkchecker==10.5.0 # via mkdocs-ansible markdown==3.7 # via markdown-include, mkdocs, mkdocs-autorefs, mkdocs-htmlproofer-plugin, mkdocs-material, mkdocstrings, pymdown-extensions -markdown-exec==1.9.3 # via mkdocs-ansible +markdown-exec==1.10.0 # via mkdocs-ansible markdown-include==0.8.1 # via mkdocs-ansible markupsafe==3.0.2 # via jinja2, mkdocs, mkdocs-autorefs, mkdocstrings mergedeep==1.3.4 # via mkdocs, mkdocs-get-deps @@ -42,7 +42,7 @@ mkdocs-gen-files==0.5.0 # via mkdocs-ansible mkdocs-get-deps==0.2.0 # via mkdocs mkdocs-htmlproofer-plugin==1.3.0 # via mkdocs-ansible mkdocs-macros-plugin==1.3.7 # via mkdocs-ansible -mkdocs-material==9.5.47 # via mkdocs-ansible +mkdocs-material==9.5.48 # via mkdocs-ansible mkdocs-material-extensions==1.3.1 # via mkdocs-ansible, mkdocs-material mkdocs-minify-plugin==0.8.0 # via mkdocs-ansible mkdocs-monorepo-plugin==1.1.0 # via mkdocs-ansible