From 4421aa143dfe07ed421876432b13157a638ca799 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 Jan 2021 14:34:50 +0000 Subject: [PATCH] chore(deps): update dependency recommonmark to v0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19e28921..a2805705 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pandas="0.25.3" flake8="3.7.9" sphinx = "^2.2" sphinx-rtd-theme = "0.5.0" -recommonmark = "0.6.0" +recommonmark = "0.7.1" [build-system] requires = ["poetry>=0.12"]