From e2efa08b8324d4c5b43bbc0726c8b2390db2f927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 08:09:53 +0000 Subject: [PATCH] build(deps): update pandoc requirement from <2.4,>=1.0 to >=1.0,<2.5 Updates the requirements on [pandoc](https://github.com/boisgera/pandoc) to permit the latest version. - [Release notes](https://github.com/boisgera/pandoc/releases) - [Changelog](https://github.com/boisgera/pandoc/blob/master/mkdocs/changelog.md) - [Commits](https://github.com/boisgera/pandoc/compare/v1.0.0...v2.4) --- updated-dependencies: - dependency-name: pandoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/docs.txt b/_requirements/docs.txt index 615bbab44..0e77b17e4 100644 --- a/_requirements/docs.txt +++ b/_requirements/docs.txt @@ -1,7 +1,7 @@ sphinx >5.0, <7.0 myst-parser >=1.0.0, <4.0.0 nbsphinx >=0.8.5, <0.10 -pandoc >=1.0, <2.4 +pandoc >=1.0, <2.5 #docutils >=0.16 sphinx-paramlinks >=0.5.1, <=0.6.0 ipython[notebook] >=8.0.0, <9.0