From de513e2b77e02fc075f853d95f14c025af6a7ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 May 2019 06:53:10 +0000 Subject: [PATCH] Bump commonmark from 0.8.1 to 0.9.0 in /src/requirements Bumps [commonmark](https://github.com/rtfd/CommonMark-py) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/rtfd/CommonMark-py/releases) - [Changelog](https://github.com/rtfd/commonmark.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/CommonMark-py/compare/0.8.1...0.9.0) Signed-off-by: dependabot[bot] --- src/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 1f339476..75009dd9 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -2,7 +2,7 @@ Django==2.2.1 channels==2.1.7 channels-redis==2.3.2 -commonmark==0.8.1 +commonmark==0.9.0 Pillow==6.0.0 PyPDF2==1.26.0 Unidecode==1.0.23