From 727ec14429db2733dd9d7d132abee5aad36a53c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:14:52 +0000 Subject: [PATCH] build(deps-dev): bump pypandoc from 1.15 to 1.16.2 Bumps [pypandoc](https://github.com/JessicaTegner/pypandoc) from 1.15 to 1.16.2. - [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.15...v1.16.2) --- updated-dependencies: - dependency-name: pypandoc dependency-version: 1.16.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea7c04e8e..82ea475d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ doc = [ "numpydoc==1.8.0", "pandas==2.3.3", "parse==1.20.2", - "pypandoc==1.15", + "pypandoc==1.16.2", "pytest-sphinx==0.6.3", "regex==2025.7.34", "sphinx-autobuild==2024.10.3",