Skip to content

Commit fd82395

Browse files
deps: bump the pip-dependencies group with 3 updates (#29)
Bumps the pip-dependencies group with 3 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) and [jinja2](https://github.com/pallets/jinja). Updates `mkdocs-material` from 9.5.44 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.5.44...9.6.10) Updates `pymdown-extensions` from 10.12 to 10.14.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.12...10.14.3) Updates `jinja2` from 3.1.4 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d930646 commit fd82395

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/requirements-docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ markdown==3.7
22
mkdocs==1.6.1
33
mkdocs-material==9.5.44
44
mdx_truly_sane_lists==1.3
5-
pymdown-extensions==10.12
6-
jinja2==3.1.4
5+
pymdown-extensions==10.14.3
6+
jinja2==3.1.6
77
mike==2.1.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ package-mode = false
3232
[tool.poetry.group.dev.dependencies]
3333
markdown = "3.7"
3434
mkdocs = "1.6.1"
35-
mkdocs-material = "9.6.9"
35+
mkdocs-material = "9.6.10"
3636
mdx-truly-sane-lists = "1.3"
3737
pymdown-extensions = "10.14.3"
3838
jinja2 = "3.1.6"

0 commit comments

Comments
 (0)