Skip to content

Commit 9b53bb5

Browse files
Bump markupsafe from 2.0.1 to 3.0.2
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 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.0.1...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]>
1 parent ea676f5 commit 9b53bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"jinja2==2.11.3",
7272
"dataclasses; python_version<'3.7'",
7373
# FIXME fixing markupsafe to solve https://github.com/pallets/markupsafe/issues/284 until jinja is upgraded
74-
"markupsafe==2.0.1",
74+
"markupsafe==3.0.2",
7575
],
7676
license="Apache 2.0",
7777
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)