From 0de1f4b92de02fe6ad164ccce6f823f8829188d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:48:13 +0000 Subject: [PATCH] Bump markdown2 from 2.3.9 to 2.4.0 in /GUI Bumps [markdown2](https://github.com/trentm/python-markdown2) from 2.3.9 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.9...2.4.0) --- updated-dependencies: - dependency-name: markdown2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GUI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/requirements.txt b/GUI/requirements.txt index 8dd0a4e..eecb8f8 100644 --- a/GUI/requirements.txt +++ b/GUI/requirements.txt @@ -1,3 +1,3 @@ PyQt5==5.10.1 msgpack==0.5.6 -markdown2==2.3.9 \ No newline at end of file +markdown2==2.4.0 \ No newline at end of file