Skip to content

Build(deps): Bump readme-renderer from 44.0 to 45.0#1489

Merged
seifertm merged 1 commit into
mainfrom
dependabot/pip/main/readme-renderer-45.0
Jun 24, 2026
Merged

Build(deps): Bump readme-renderer from 44.0 to 45.0#1489
seifertm merged 1 commit into
mainfrom
dependabot/pip/main/readme-renderer-45.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps readme-renderer from 44.0 to 45.0.

Release notes

Sourced from readme-renderer's releases.

45.0

What's Changed (abbreviated)

  • Replace cmarkgfm with comrak (#340)
  • Support footnotes in Markdown (#324)
  • Support inline link anchors (#351)
  • Allow class attribute on <pre> tags (#365)
  • Advertise support for Python 3.13 (#319), Python 3.14 (#333), pypy 3.11 (#334)
  • Remove support for Python 3.9, pypy 3.9, 3.10 (#342)
  • Remove python3 alias from Pygments (#320)
  • Fix test suite for Pygments update (#325)
  • Fix mypy annotations (#328)
  • Fix test failure with docutils 0.22 (#332)
  • Fix package metadata (#327), (#337), (#356)
  • Fix ignored allowlists on clean() (#368)
  • Don't abort reStructuredText rendering when a :scale: image can't be sized (#359)
  • Disable active input controls in rendered output (#370)
  • Remove executable bit from tests (#329)
  • Update Dependabot config (#338, #358), update workflows (#343), prevent dual run (#344)
  • CI: security updates (#354)
  • Split apart build and release in CI (#363)
  • Speed up test execution (#349)
  • Fix documentation typos and formatting (#352)
  • Replace Gitpod with devcontainer (#326)
  • Convert package data config from exclude to include (#364)
  • Apply ruff/pyupgrade rules (UP) (#330)
  • Apply ruff (RUF) and tryceratops (TRY) rules (#336)
  • Run ruff in addition to flake8 during CI (#355)

New Contributors

Full Changelog: pypa/readme_renderer@44.0...45.0

Changelog

Sourced from readme-renderer's changelog.

45.0 (2026-06-09)

  • Replace cmarkgfm with comrak (#340)

  • Support footnotes in Markdown (#324)

  • Support inline link anchors (#351)

  • Allow class attribute on <pre> tags (#365)

  • Advertise support for Python 3.13 (#319), Python 3.14 (#333), pypy 3.11 (#334)

  • Remove support for Python 3.9, pypy 3.9, 3.10 (#342)

  • Remove python3 alias from Pygments (#320)

  • Fix test suite for Pygments update (#325)

  • Fix mypy annotations (#328)

  • Fix test failure with docutils 0.22 (#332)

  • Fix package metadata (#327), (#337), (#356)

  • Fix ignored allowlists on clean() (#368)

  • Don't abort reStructuredText rendering when a :scale: image can't be sized (#359)

  • Disable active input controls in rendered output (#370)

  • Remove executable bit from tests (#329)

  • Update Dependabot config (#338, #358), update workflows (#343), prevent dual run (#344)

  • CI: security updates (#354)

  • Split apart build and release in CI (#363)

  • Speed up test execution (#349)

  • Fix documentation typos and formatting (#352)

  • Replace Gitpod with devcontainer (#326)

  • Convert package data config from exclude to include (#364)

  • Apply ruff/pyupgrade rules (UP) (#330)

  • Apply ruff (RUF) and tryceratops (TRY) rules (#336)

  • Run ruff in addition to flake8 during CI (#355)

Commits
  • 7bc7147 Release 45 (#360)
  • 5738bce build(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the actions group (...
  • 565fd8d feat: allow \<pre class=...> through (#365)
  • f7c61e3 fix: disable input controls (#370)
  • 2f1fe54 fix: don't abort rST render when :scale: image can't be sized (#359)
  • 130afe3 chore(dev): convert from exclude to include (#364)
  • 94f4f1c chore(dev): replace gitpod with devcontainer (#326)
  • 10c1926 chore(deps): add dependabot config for python (#358)
  • 3a43648 Fix ignored allowlists on clean() (#368)
  • 36e2ba5 build(deps): bump zizmorcore/zizmor-action from 0.5.3 to 0.5.6 in the actions...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [readme-renderer](https://github.com/pypa/readme_renderer) from 44.0 to 45.0.
- [Release notes](https://github.com/pypa/readme_renderer/releases)
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)
- [Commits](pypa/readme_renderer@44.0...45.0)

---
updated-dependencies:
- dependency-name: readme-renderer
  dependency-version: '45.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 22, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 22, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.50%. Comparing base (c23095a) to head (9d8d7c9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1489   +/-   ##
=======================================
  Coverage   94.50%   94.50%           
=======================================
  Files           2        2           
  Lines         510      510           
  Branches       62       62           
=======================================
  Hits          482      482           
  Misses         22       22           
  Partials        6        6           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@seifertm seifertm added this pull request to the merge queue Jun 24, 2026
Merged via the queue into main with commit 2e849fb Jun 24, 2026
23 checks passed
@seifertm seifertm deleted the dependabot/pip/main/readme-renderer-45.0 branch June 24, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants