From 760c85d3861213fa8bb3d50ec08a7e7a2c9cce82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:12:08 +0530 Subject: [PATCH] build(deps-dev): update pypandoc requirement from ==1.13 to ==1.14 (#3540) Updates the requirements on [pypandoc](https://github.com/JessicaTegner/pypandoc) to permit the latest version. - [Release notes](https://github.com/JessicaTegner/pypandoc/releases) - [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md) - [Commits](https://github.com/JessicaTegner/pypandoc/compare/v1.13...v1.14) --- updated-dependencies: - dependency-name: pypandoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Prithwish Mukherjee <109645853+prmukherj@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67d69e775f4..b7cfcd72a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ jupyter_sphinx = "==0.5.3" numpydoc = "==1.8.0" matplotlib = "==3.9.3" ansys-sphinx-theme = "==1.2.0" -pypandoc = "==1.13" +pypandoc = "==1.14" pytest-sphinx = "==0.6.3" sphinx-autobuild = "==2024.10.3" sphinx-autodoc-typehints = "==2.3.0"