From 86a9b95189e8b292a8c7880a1c49dc55d1895544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 17:21:11 +0000 Subject: [PATCH] Bump pypandoc from 1.9 to 1.10 (#65) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 491af59d1..b4574ccaa 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ 'myst-parser==0.18.1', 'nbsphinx==0.8.9', 'pandoc==2.2', - 'pypandoc==1.9', + 'pypandoc==1.10', 'sphinx-argparse==0.3.2', 'sphinx-copybutton==0.5.0', 'sphinx==4.4.0',