Skip to content

Commit 6f65ee7

Browse files
authoredSep 10, 2024··
Update markdown requirement from <3.6,>=3.2 to >=3.2,<3.8
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.2...3.7) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 320d0be commit 6f65ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
django>=4.2,<5.2
22
djangorestframework>=3.15.2,<3.16
3-
markdown>=3.2,<3.6
3+
markdown>=3.2,<3.8
44
django-filter>=2.4,<24.4
55
django-cors-headers>=4.0,<4.5
66
django-userforeignkey>=0.3,<0.6

0 commit comments

Comments
 (0)
Please sign in to comment.