chore(deps): bump markdown from 3.5.2 to 3.8.1#311
Conversation
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.2 to 3.8.1. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.5.2...3.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Routine Dependabot lockfile bump (markdown 3.5.2 → 3.8.1, transitive dep).
Extended reasoning...
Overview
This PR bumps the transitive dependency markdown from 3.5.2 to 3.8.1 in uv.lock only. markdown is not declared in pyproject.toml — it appears to be a transitive dependency (likely pulled in via mkdocs or similar docs tooling). No source files in the project import or depend on the markdown package directly (the only "markdown" references in the codebase are unrelated string literals about Markdown table formatting in benchmark/benchmark.py).
Security risks
None apparent. The upstream changelog covers bug fixes in HTML parsing edge cases and the md_in_html/abbr/smarty extensions. No CVEs referenced. The lock file revision was also bumped from 2 to 3, which is just the uv lockfile format version.
Level of scrutiny
Low — this is a standard Dependabot lockfile bump for a transitive dev/docs dependency with no project code that relies on the package directly. The bug hunting system found no issues.
Other factors
Dependabot PR with the standard dependencies and python:uv labels. The diff is minimal (one package entry plus the lockfile revision number).
The Eyecite Report 👁️Gains and LossesThere were 0 gains and 0 losses. Total citations found: base 15988, PR 15988 (net +0). Click here to see details.
Time ChartGenerated Files |

Bumps markdown from 3.5.2 to 3.8.1.
Release notes
Sourced from markdown's releases.
... (truncated)
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
3870f20Bump version to 3.8.18207214Ensure incomplete markup declaration in raw HTML doesn't crash parser.64a3c0fFix HTML handling of\</>f2b9fd1Ensuremd_in_htmldoes not drop content513de8aUpdate pypa/gh-action-pypi-publish to v1.12.4b34e1d0Bump version to 3.8e6b7163Update deploy workflow to normalize versionbd67d48Improve changelog validatione912575Fix incorrect TOC list structure in docs42d4b43Fix CI badge in READMEDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.