Skip to content

Commit 1296ffc

Browse files
build(deps): bump markupsafe from 2.1.5 to 3.0.2 (#3398)
* build(deps): bump markupsafe from 2.1.5 to 3.0.2 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.5 to 3.0.2. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.1.5...3.0.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * deps: bump netlify python and go Signed-off-by: Mattia Lavacca <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Mattia Lavacca <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mattia Lavacca <[email protected]>
1 parent db97072 commit 1296ffc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
command = "make docs"
44
publish = "site"
55
[build.environment]
6-
PYTHON_VERSION = "3.8"
7-
GO_VERSION = "1.21.4"
6+
PYTHON_VERSION = "3.9"
7+
GO_VERSION = "1.22.8"
88

99
# Standard Netlify redirects
1010
[[redirects]]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ livereload==2.7.0
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.7
9-
MarkupSafe==2.1.5
9+
MarkupSafe==3.0.2
1010
mkdocs==1.6.1
1111
mkdocs-awesome-pages-plugin==2.9.3
1212
mkdocs-macros-plugin==1.3.7

0 commit comments

Comments
 (0)