From 270e969c58e6f6184b6e060a0ae84d3c9775c6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 02:24:03 +0000 Subject: [PATCH] deps(deps): bump markdown from 3.9 to 3.10 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.9 to 3.10. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.9.0...3.10.0) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84a5d6a..ca2d39e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pyinstaller==6.16.0 # Third-Party Package name/License: PyQt5: GPL v3 PyQt5==5.15.11 # Third-Party Package name/License: Markdown: Unknown -Markdown==3.9 +Markdown==3.10 # Third-Party Package name/License: pytest: MIT pytest==8.4.2 # Third-Party Package name/License: requests: Apache-2.0