Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps markdown2 from 2.4.10 to 2.4.12.

Changelog

Sourced from markdown2's changelog.

python-markdown2 2.4.12

  • [pull #547] Update markdown-in-html extra to handle markdown on same line as HTML (#546)
  • [pull #550] Fix tables with trailing whitespace not being recognized (#549)
  • [pull #545] Fix multiple instances of strong emphasis (**) in one line (#541)
  • [pull #556] Fix incorrect parsing of links after square brackets (#552)

python-markdown2 2.4.11

  • [pull #524] Fix angles being escaped in style blocks (issue #523)
  • [pull #527] Fix base64 images being corrupted in safe mode (issue #526)
  • [pull #529] Add breaks extra with ability to hard break on backslashes (issue #525)
  • [pull #532] Fix #493 persisting when code-friendly extra enabled
  • [pull #535] Update _slugify to use utf-8 encoding (issue #534)
  • [pull #536] Maintain order of appearance in footnotes
  • [pull #538] Include HTML headers in TOC
  • [pull #540] Add mechanism to prevent header ID counter resetting (issue #530)
Commits
  • d8c6700 prepare for 2.4.12 release
  • 5ddad68 Merge pull request #556 from Crozzers/fix-issue-552
  • 2fb92a9 Update changelog
  • cfbc79c Fix incorrect parsing of links after square brackets
  • c34c957 Merge pull request #553 from fghaas/update-changelog
  • 4b0f19b Update changelog for strong-emphasis fix
  • 0fa9739 Merge pull request #545 from Crozzers/fix-consecutive-bold
  • bef9a20 Merge pull request #543 from m417z/tests-win32
  • f817f0b Merge pull request #547 from Crozzers/markdown-in-html-same-line
  • f5d0f40 Merge branch 'master' into markdown-in-html-same-line
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [markdown2](https://github.com/trentm/python-markdown2) from 2.4.10 to 2.4.12.
- [Changelog](https://github.com/trentm/python-markdown2/blob/master/CHANGES.md)
- [Commits](trentm/python-markdown2@2.4.10...2.4.12)

---
updated-dependencies:
- dependency-name: markdown2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2024 14:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2024
@codecov
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d51dfe6) 84.53% compared to head (b72a217) 84.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #605   +/-   ##
=======================================
  Coverage   84.53%   84.53%           
=======================================
  Files          20       20           
  Lines         931      931           
=======================================
  Hits          787      787           
  Misses        100      100           
  Partials       44       44           
Flag Coverage Δ
e2e 59.82% <ø> (ø)
unit 80.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

@tmshort tmshort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 6, 2024
@tmshort tmshort added this pull request to the merge queue Feb 6, 2024
Merged via the queue into main with commit 262efe1 Feb 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/markdown2-2.4.12 branch February 6, 2024 17:42
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 lgtm Indicates that a PR is ready to be merged. python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants