Skip to content

Commit 815b0b9

Browse files
committed
hotfix: freeze MarkupSafe version to 2.0.1
1 parent 4f5feca commit 815b0b9

File tree

2 files changed

+76
-43
lines changed

2 files changed

+76
-43
lines changed

poetry.lock

Lines changed: 72 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "sqrl-server"
33
version = "0.1.0"
44
description = ""
55
authors = ["Your Name <you@example.com>"]
6+
packages = [
7+
{ include = "sqrl" }
8+
]
69

710
[tool.poetry.dependencies]
811
python = "^3.9"
@@ -18,6 +21,7 @@ tqdm = "^4.64.0"
1821
yaspin = "^2.1.0"
1922
petname = "^2.6"
2023
setuptools = "^62.5.0"
24+
MarkupSafe = "2.0.1"
2125

2226
[tool.poetry.dev-dependencies]
2327
pytest = "^7.1.2"

0 commit comments

Comments
 (0)