From 1e233e9a99f18f481c2d5922710b8bf40e5e3b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 17:04:21 +0000 Subject: [PATCH] Bump mistune from 3.1.1 to 3.1.3 Bumps [mistune](https://github.com/lepture/mistune) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v3.1.1...v3.1.3) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.1.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 011508a8..3521f760 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ autopep8==2.3.2 pre-commit==4.2.0 # HTML changelogs -mistune==3.1.1 +mistune==3.1.3 # Packaging # We only need py2exe on windows.