Skip to content

Commit

Permalink
Update markdown requirement from <3.5,>=3.4 to >=3.4,<3.6 (#1323)
Browse files Browse the repository at this point in the history
Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown) to permit the latest version.
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.4...3.5.1)

---
updated-dependencies:
- dependency-name: markdown
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 2, 2023
1 parent 85c1d39 commit 8aea2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies = [
# django-wiki's integration with Markdown is really detailed,
# several extensions have imported internal APIs, so be very
# careful here.
"Markdown>=3.4,<3.5",
"Markdown>=3.4,<3.6",
"pymdown-extensions",
]
dynamic = ["version"]
Expand Down

0 comments on commit 8aea2d1

Please sign in to comment.