From bf223ede7091a1eb14677679412bfc55a9c1048d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 10:16:41 +0000 Subject: [PATCH] Bump commonmark from 0.9.1 to 0.9.2 Bumps [commonmark](https://github.com/rtfd/commonmark.py) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/rtfd/commonmark.py/releases) - [Changelog](https://github.com/readthedocs/commonmark.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/commonmark.py/commits) --- updated-dependencies: - dependency-name: commonmark dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd204ad3f..0a6dd4fa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "Django==5.2.14", "channels==4.3.2", "channels-redis==4.3.0", - "commonmark==0.9.1", + "commonmark==0.9.2", "conference-scheduler==3.0.1", "django-allauth[mfa]==65.16.1", "django-bootstrap5==26.2",