Skip to content

Commit 06b0533

Browse files
build(deps): bump the mkdocs-deps group (#4189)
Bumps the mkdocs-deps group in /hack/mkdocs/image with 5 updates: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.1.8` | `8.3.0` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.7` | `1.4.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.20` | `9.6.22` | | [mkdocs-mermaid2-plugin](https://github.com/fralau/mkdocs-mermaid2-plugin) | `1.2.2` | `1.2.3` | Updates `click` from 8.1.8 to 8.3.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.3.0) Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@3.0.2...3.0.3) Updates `mkdocs-macros-plugin` from 1.3.7 to 1.4.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.3.7...v1.4.0) Updates `mkdocs-material` from 9.6.20 to 9.6.22 - [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.20...9.6.22) Updates `mkdocs-mermaid2-plugin` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/fralau/mkdocs-mermaid2-plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-mermaid2-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-mermaid2-plugin@v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mkdocs-deps - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs-deps - dependency-name: mkdocs-macros-plugin dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mkdocs-deps - dependency-name: mkdocs-material dependency-version: 9.6.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs-deps - dependency-name: mkdocs-mermaid2-plugin dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2441103 commit 06b0533

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hack/mkdocs/image/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
Click==8.1.8
1+
Click==8.3.0
22
htmlmin==0.1.12
33
Jinja2==3.1.6
44
jsmin==3.0.1
55
livereload==2.7.1
66
# mkdocs 2.4.1 requires Markdown < 3.4.0
77
# https://github.com/kubernetes-sigs/gateway-api/pull/1671#issuecomment-1400586465
88
markdown~=3.9
9-
MarkupSafe==3.0.2
9+
MarkupSafe==3.0.3
1010
mkdocs==1.6.1
1111
mkdocs-awesome-pages-plugin==2.10.1
12-
mkdocs-macros-plugin==1.3.7
13-
mkdocs-material==9.6.20
12+
mkdocs-macros-plugin==1.4.0
13+
mkdocs-material==9.6.22
1414
mkdocs-redirects==1.2.2
15-
mkdocs-mermaid2-plugin==1.2.2
15+
mkdocs-mermaid2-plugin==1.2.3
1616
pandas>=2.0.3
1717
pep562==1.1
1818
Pygments==2.19.2

0 commit comments

Comments
 (0)