Skip to content

Commit

Permalink
build: Support the upcoming major Jinja and MarkupSafe releases
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed May 9, 2021
1 parent e7301ac commit 52bc0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ packages = [ { include = "mkdocstrings", from = "src" } ]

[tool.poetry.dependencies]
python = "^3.6"
Jinja2 = "^2.11"
Jinja2 = ">=2.11.1, <4.0"
Markdown = "^3.3"
MarkupSafe = "^1.1"
MarkupSafe = ">=1.1, <3.0"
mkdocs = "^1.1"
mkdocs-autorefs = ">=0.1, <0.3"
pymdown-extensions = ">=6.3, <9.0"
Expand Down

0 comments on commit 52bc0c3

Please sign in to comment.