Skip to content

Commit 7d5296d

Browse files
build(deps): update markdown requirement in /hack/mkdocs/image (#4126)
Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown) to permit the latest version. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.8...3.9.0) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56676e4 commit 7d5296d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/mkdocs/image/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
8-
markdown~=3.8
8+
markdown~=3.9
99
MarkupSafe==3.0.2
1010
mkdocs==1.6.1
1111
mkdocs-awesome-pages-plugin==2.10.1

0 commit comments

Comments
 (0)