From 06ae8ad670eb89b5ff16f23dbcb0709ef6e4b4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:39:03 +0000 Subject: [PATCH] Bump mistune from 0.8.4 to 2.0.3 in /backend Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v0.8.4...v2.0.3) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-test.txt b/backend/requirements-test.txt index 45acb3f0..ec6e44d1 100644 --- a/backend/requirements-test.txt +++ b/backend/requirements-test.txt @@ -19,6 +19,6 @@ uritemplate==4.1.1 # pyyaml==5.3 use fork waiting for https://github.com/yaml/pyyaml/pull/372 git+https://github.com/syre/pyyaml@yaml-add-decimal-representer#egg=pyyaml sphinxcontrib-openapi==0.7.0 -mistune==0.8.4 # sphinxcontrib-openapi==0.7.0 cannot work with the latest mistune version (2.0.0) +mistune==2.0.3 # sphinxcontrib-openapi==0.7.0 cannot work with the latest mistune version (2.0.0) # ^ These are requirements for openapi # | \ No newline at end of file