Skip to content

Commit 589ce82

Browse files
Bump MarkupSafe version
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent ac6b311 commit 589ce82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Jinja2==3.1.2
3636
jsonstreams==0.6.0
3737
license-expression==30.0.0
3838
lxml==4.9.2
39-
MarkupSafe==2.1.1
39+
MarkupSafe==2.1.2
4040
more-itertools==8.13.0
4141
normality==2.3.3
4242
packageurl-python==0.10.0

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ install_requires =
8787
jsonstreams >= 0.5.0
8888
license_expression >= 30.0.0
8989
lxml >= 4.9.2
90-
MarkupSafe >= 1.0
90+
MarkupSafe >= 2.1.2
9191
packageurl_python >= 0.9.0
9292
packvers >= 21.0.0
9393
# use temp advanced patched release

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ install_requires =
8787
jsonstreams >= 0.5.0
8888
license_expression >= 30.0.0
8989
lxml >= 4.9.2
90-
MarkupSafe >= 1.0
90+
MarkupSafe >= 2.1.2
9191
packageurl_python >= 0.9.0
9292
packvers >= 21.0.0
9393
# use temp advanced patched release

0 commit comments

Comments
 (0)