Skip to content

Commit 2d131d3

Browse files
authored
Upgrade package MarkupSafe to 3.0.1 (#50)
1 parent 589e12b commit 2d131d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ keywords = [
3333
"Markdown",
3434
]
3535

36-
dependencies = ["PyYAML>=6", "essentials>=1.1.5", "MarkupSafe~=2.1.2"]
36+
dependencies = ["PyYAML>=6", "essentials>=1.1.5", "MarkupSafe>=3.0.0"]
3737

3838
[tool.hatch.version]
3939
path = "openapidocs/__init__.py"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ isort==5.12.0
1717
itsdangerous==2.1.2
1818
Jinja2==3.1.2
1919
markdown-it-py==3.0.0
20-
MarkupSafe==2.1.3
20+
MarkupSafe==3.0.1
2121
mccabe==0.7.0
2222
mdurl==0.1.2
2323
mypy-extensions==1.0.0

0 commit comments

Comments
 (0)