From c051e9636bc2b6f9193deed43be672e09a4ea59c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 20:06:13 +0000 Subject: [PATCH] Bump pypandoc from 1.14 to 1.15 Bumps [pypandoc](https://github.com/JessicaTegner/pypandoc) from 1.14 to 1.15. - [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.14...v1.15) --- updated-dependencies: - dependency-name: pypandoc dependency-type: direct:production 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 e1e1a9968..aa111963f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ docs = [ 'mypy==1.14.1', 'numpydoc==1.8.0', 'osmnx==2.0.0', - 'pypandoc==1.14', + 'pypandoc==1.15', 'pytest-sphinx==0.6.3', 'pyvista-xarray==0.1.7', 'pyvista[all]==0.44.2',