Skip to content

Commit

Permalink
Pin markupsafe to v2.0.1 (#126)
Browse files Browse the repository at this point in the history
- Pinned markupsafe to v2.0.1
  • Loading branch information
jarojasm95 authored Mar 9, 2022
1 parent 4f13ce4 commit 74f3f01
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
59 changes: 29 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aladdin"
version = "1.19.7.25"
version = "1.19.7.26"
description = ""
authors = ["Fivestars <dev@fivestars.com>"]
include = [
Expand All @@ -25,6 +25,8 @@ lazy-object-proxy = "^1.5.1"
urllib3 = "1.26.6"
importlib-metadata = {version = "^1.0", python = "<3.8"}
"backports.cached-property" = {version = "^1.0.1", python = "<3.8"}
# jinja2 dependency, but there is a breaking change in v2.1.0
markupsafe = "2.0.1" # https://github.com/pallets/markupsafe/issues/284

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 74f3f01

Please sign in to comment.