From 49cd41ca149f5497630bdc356db8a896cc85e571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 06:01:08 +0000 Subject: [PATCH] Update markdown requirement from <3.5,>=3.2 to >=3.2,<3.6 Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown) to permit the latest version. - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.2...3.5) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 860396d..29a60c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django>=4.2,<4.3 djangorestframework>=3.12,<3.15 -markdown>=3.2,<3.5 +markdown>=3.2,<3.6 django-filter>=2.4,<23.4 django-cors-headers>=4.0,<4.3 django-userforeignkey>=0.3,<0.6