Skip to content

Commit

Permalink
Update markdown package to avoid deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandakumar Chandrasekhar committed Jul 7, 2024
1 parent b1ef93c commit a97b1d6
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 @@ -30,7 +30,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9.0,<4.0"
pelican = ">=4.5"
markdown = {version = "<=3.3.4", optional = true}
markdown = ">=3.6"
pyyaml = "^6.0.0"
beautifulsoup4 = "^4.9.3"
"ruamel.yaml" = "^0.17.32"
Expand All @@ -43,7 +43,7 @@ flake8-black = "^0.2.0"
invoke = "^2.0"
isort = "^5.12.0"
livereload = "^2.6"
markdown = "<=3.3.4"
markdown = ">=3.6"
pytest = "^6.0"
pytest-cov = "^2.8"
pytest-pythonpath = "^0.7.3"
Expand Down

0 comments on commit a97b1d6

Please sign in to comment.