From 6f65ee75a7c32b8861dba0db9b73ca41b27e5d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:52:42 +0000 Subject: [PATCH] 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](https://github.com/Python-Markdown/markdown/compare/3.2...3.7) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2b128f9..1213867 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ django>=4.2,<5.2 djangorestframework>=3.15.2,<3.16 -markdown>=3.2,<3.6 +markdown>=3.2,<3.8 django-filter>=2.4,<24.4 django-cors-headers>=4.0,<4.5 django-userforeignkey>=0.3,<0.6