From d246c6c96b34ee081cce258373d779f82147087d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:05:57 +0000 Subject: [PATCH] build(deps-dev): bump pypandoc from 1.16 to 1.16.2 in /_package Bumps [pypandoc](https://github.com/JessicaTegner/pypandoc) from 1.16 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.16...v1.16.2) --- updated-dependencies: - dependency-name: pypandoc dependency-version: 1.16.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- _package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/pyproject.toml b/_package/pyproject.toml index 0ed628257..3af8dbaf9 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -43,7 +43,7 @@ doc = [ "pandas==2.3.3", "parse==1.20.2", "pydata_sphinx_theme==0.16.1", - "pypandoc==1.16", + "pypandoc==1.16.2", "pytest-sphinx==0.6.3", "pyyaml==6.0.3", "sphinx-autobuild==2024.10.3",