Skip to content

Commit 50091d0

Browse files
build(deps): update markdown requirement from ~=3.2 to ~=3.6 (#2881)
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.2...3.6) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1295b97 commit 50091d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6.3
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.2
8+
markdown~=3.6
99
MarkupSafe==2.1.5
1010
mkdocs==1.5.3
1111
mkdocs-awesome-pages-plugin==2.9.2

0 commit comments

Comments
 (0)