From 9ed7ee3d408b1380425db6d2157d61a1bbb60979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:48:55 +0000 Subject: [PATCH] Bump markdown2 from 2.3.4 to 2.4.0 in /appinit/docker/base Bumps [markdown2](https://github.com/trentm/python-markdown2) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/trentm/python-markdown2/releases) - [Changelog](https://github.com/trentm/python-markdown2/blob/master/CHANGES.md) - [Commits](https://github.com/trentm/python-markdown2/compare/2.3.4...2.4.0) --- updated-dependencies: - dependency-name: markdown2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- appinit/docker/base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinit/docker/base/requirements.txt b/appinit/docker/base/requirements.txt index d83778b..fc0afed 100644 --- a/appinit/docker/base/requirements.txt +++ b/appinit/docker/base/requirements.txt @@ -18,7 +18,7 @@ python-dateutil==2.5.3 uWSGI==2.0.14 gevent==1.1.2 querystring-parser==1.2.3 -markdown2==2.3.4 +markdown2==2.4.0 Flask==0.11.1 ldap3==1.2.2 lxml==3.6.0