Skip to content

Commit

Permalink
Upgrade package MarkupSafe to 3.0.1 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
stollero authored Jan 18, 2025
1 parent 589e12b commit 2d131d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ keywords = [
"Markdown",
]

dependencies = ["PyYAML>=6", "essentials>=1.1.5", "MarkupSafe~=2.1.2"]
dependencies = ["PyYAML>=6", "essentials>=1.1.5", "MarkupSafe>=3.0.0"]

[tool.hatch.version]
path = "openapidocs/__init__.py"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ isort==5.12.0
itsdangerous==2.1.2
Jinja2==3.1.2
markdown-it-py==3.0.0
MarkupSafe==2.1.3
MarkupSafe==3.0.1
mccabe==0.7.0
mdurl==0.1.2
mypy-extensions==1.0.0
Expand Down

0 comments on commit 2d131d3

Please sign in to comment.