Skip to content

Commit 72e4dd3

Browse files
Bump markupsafe from 2.0.1 to 3.0.3
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 3.0.3. - [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.3) --- updated-dependencies: - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fcb70ee commit 72e4dd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ idna==3.10
1717
iniconfig==2.1.0
1818
Jinja2==2.10.3
1919
markdown-it-py==3.0.0
20-
MarkupSafe==2.0.1
20+
MarkupSafe==3.0.3
2121
mdurl==0.1.2
2222
netifaces==0.11.0
2323
packaging==25.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737

3838
# See https://github.com/pallets/markupsafe/issues/286 but breaking change in
3939
# MarkupSafe causes jinja to break
40-
"MarkupSafe==2.0.1",
40+
"MarkupSafe==3.0.3",
4141

4242
# Only for some importers:
4343
"pyyaml>=5.3,<6.1", # http://pyyaml.org/wiki/PyYAML

0 commit comments

Comments
 (0)