From 95e25842a58af5d186f2c307879f69944d0b7d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 03:26:37 +0000 Subject: [PATCH] Bump markdown from 3.3.6 to 3.4.1 in /server Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.3.6 to 3.4.1. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.3.6...3.4.1) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index ae1968c9c..d1ef50412 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.10.0 -markdown==3.3.6 +markdown==3.4.1 Flask==2.0.2 Flask-WTF==1.0.0 gunicorn[gevent]==20.1.0