From 5a159f5156f1ebd68dd1a12527e1736fd6a57406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:34:26 +0000 Subject: [PATCH] chore(deps): bump pypandoc from 1.12 to 1.16.2 Bumps [pypandoc](https://github.com/JessicaTegner/pypandoc) from 1.12 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.12...v1.16.2) --- updated-dependencies: - dependency-name: pypandoc dependency-version: 1.16.2 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 f778f98c0..6dac7afc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "sorl-thumbnail==12.11.0", "django-extensions==3.2.3", "django-import-export==2.7.1", - "pypandoc==1.12", + "pypandoc==1.16.2", "panflute==2.3.1", "Unidecode==1.4.0", ]