From 1096fd66681552254e464f94396cf7675e0f694a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:41:07 +0000 Subject: [PATCH] [deps] Update markdown requirement from ~=3.4.3 to ~=3.6 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.4.3...3.6) --- 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 0f28bd10..9f5f877b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ django-notifications-hq~=1.8.2 channels~=3.0.2 openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/master openwisp-utils[rest,celery] @ https://github.com/openwisp/openwisp-utils/tarball/master -markdown~=3.4.3 +markdown~=3.6