From 220d98a85c6b5daa22cf3f45e48afe0ec7737e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:16:05 +0000 Subject: [PATCH] Bump markdown from 3.4.3 to 3.5.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.3 to 3.5.1. - [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.5.1) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 26d81b4719..4675f2726a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ django-debug-toolbar==3.8.1 bleach==6.0.0 gunicorn==20.1.0 lxml==4.9.3 -Markdown==3.4.3 +Markdown==3.5.1 Pillow==10.0.1 psycopg2-binary==2.9.5 python-dotenv==1.0.0