From 6e57e04037450cb822e4a8f098541818531a0831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 20:15:52 +0000 Subject: [PATCH] Bump markdown from 3.4.1 to 3.4.3 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.1 to 3.4.3. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/release-2.6.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.1...3.4.3) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch ... 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 692a37472..427b27f6d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ psycopg2-binary==2.9.6 requests==2.28.2 django-filter==22.1 django-model-utils==4.3.1 -Markdown==3.4.1 +Markdown==3.4.3 django-localflavor==3.1 django-extensions==3.2.1 djangorestframework==3.14.0