From fde59f3913dad1d44570a91b186036194c00768f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:50:17 +0000 Subject: [PATCH] Bump pymdown-extensions from 10.16 to 10.16.1 Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.16 to 10.16.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.16...10.16.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 10.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baeaeefdc..278ca6a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "markdown==3.8.2", "psycopg[binary]==3.2.9", "pyjwt[crypto]==2.10.1", - "pymdown-extensions==10.16", + "pymdown-extensions==10.16.1", "python-frontmatter==1.1.0", "pyyaml==6.0.2", "sentry-sdk==2.33.0",