Bump markdown from 3.9 to 3.10 (#3076)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-04 13:19:31 -05:00
committed by GitHub
parent 379762122c
commit e5a46d1118
2 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ python-dotenv = "==1.2.1"
rtreelib = "==0.2.0"
werkzeug = "^3.1.3"
wtforms = "~=3.1"
markdown = "^3.9"
markdown = "^3.10"
mistune = "^3.1.4"
async-timeout = "^5.0.1"
bleach = "^6.3.0"