Skip to content

Commit 1076343

Browse files
dependabot[bot]amotl
authored andcommitted
build(deps): update markupsafe requirement in /python-flask
Updates the requirements on [markupsafe](https://github.com/pallets/markupsafe) to permit the latest version. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@0.9...3.0.1) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be52fba commit 1076343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"flask-cors<5",
1212
"itsdangerous<3",
1313
"jinja2<4",
14-
"markupsafe<3",
14+
"markupsafe<4",
1515
]
1616

1717
[tool.poe.tasks]

0 commit comments

Comments
 (0)