From b482f371013ad6f0239da84c650bdd0438fa6e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:39:39 +0000 Subject: [PATCH] deps(deps): bump markdown from 3.9 to 3.10.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.9 to 3.10.1. - [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.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.1 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..372d105 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.1 # Third-Party Package name/License: pytest: MIT pytest==8.4.2 # Third-Party Package name/License: requests: Apache-2.0