Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mistune from 0.8.4 to 3.0.1 in /requirements #188

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2023

Bumps mistune from 0.8.4 to 3.0.1.

Release notes

Sourced from mistune's releases.

v3.0.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

   🚀 Features

   🐞 Bug Fixes

  • Ensure new line at end of the text  -  by @​lepture
  • Do not strip leading unicode spaces like emsp (full-width space)  -  by @​alphatownsman
    View changes on GitHub

v3.0.0rc5

   🐞 Bug Fixes

    View changes on GitHub

Version 2.0.5

Improve on parsing list. Make it possible to customize list regex. ref lepture/mistune#331

Version 2.0.4

  • Fix url plugin in <a> tag
  • Fix * formatting

Version 2.0.3

Version 2.0.2

Fix escape_url via lepture/mistune#295

Version 2.0.1

Fix XSS for image link syntax.

... (truncated)

Changelog

Sourced from mistune's changelog.

Version 3.0.1

Released on Jun 10, 2023

  • Add py.typed for mypy
  • Add tests, docs for sdist
  • Support renderer="ast" for rendering AST

Version 3.0.0

Released on Jun 08, 2023

  • Do not strip leading unicode spaces like emsp
  • Ensure new line at end of the text

Version 3.0.0rc5

Released on Mar 22, 2023

  • Fix fenced directives
  • Fix inline link parser
  • Fix block math plugin for multiple lines
  • Fix empty list item for markdown renderer

Version 3.0.0rc4

Released on Nov 30, 2022

  • Fix plugin footnotes when there is no newline at the end
  • Move safe HTML entities to HTMLRenderer
  • Redesign directives parsing
  • Add Image and Figure directive

Version 3.0.0rc3

Released on Nov 25, 2022

  • Render inline math with \( and \)
  • Added RSTRenderer, and MarkdownRenderer
  • Fix toc_hook method
  • Breaking change, rename RstDirective to RSTDirective

Version 3.0.0rc2

... (truncated)

Commits
  • 7f6bd7c chore: release 3.0.1
  • 3518067 chore: replace importing of Match from typing
  • fc19c49 fix: renderer="ast" same as render=None (#351)
  • d65a097 fix: include more files in sdist explicitly (#350)
  • 777db05 feat: add py.typed for mypy
  • 8df3d1c Please add py.typed so mypy will use and respect type annotations in mistune ...
  • 4222ee1 chore: release 3.0.0
  • 67fb82f chore: update logos
  • 26a6974 feat: add more type hints
  • f0fd85b chore: update docs
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 3.0.1.
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst)
- [Commits](lepture/mistune@v0.8.4...v3.0.1)

---
updated-dependencies:
- dependency-name: mistune
  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 13, 2023
@dependabot dependabot bot requested a review from mlodic June 13, 2023 18:57
@mlodic mlodic closed this Aug 18, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/requirements/develop/mistune-3.0.1 branch August 18, 2023 13:08
mlodic added a commit that referenced this pull request Aug 30, 2024
aa1fe1a Merge pull request #211 from certego/develop
7eb2422 Fixed Python configurations
b212b30 Removed "version" from docker-compose files and changed RabbitMQ version
15a8394 fixed flake8-django requirement
79f9e15 updated linters and fixed docker compose v2 (#210)
38136b2 Fix hard link
8b1316d Added supported variables to pull_request_automation.yml
b8990d8 Fix rendering in linter configuration readme for Pycharm
de987f1 Fix rendering in linter configuration readme for Pycharm
7fd3421 Added linter configuration readme for Pycharm
32c1fe3 Merge pull request #206 from certego/develop
1fefb58 Test updates (#204)
29a2608 Update README.md
a22ed57 Update README.md
05044ce Fix rm command
1762e6d Added IDE config for VSCode
d1ba3fc Added Elasticsearch container port as a parameter (#188)
7e56833 Merge pull request #187 from certego/develop
c07ba3c Fix
b916424 Merge pull request #183 from certego/develop
6d88d3f Fix
47300bb Fix arguments
76e6afe Test class + pylint
5df7cf7 Removed escape character
ab983c3 Ignore not `.py` files on pylint
9a447b7 Update README.dev.md
e7af14e Fix readme
33af9af Fix hard links creation
830c127 Added the ability to specify container versions (#186)
8293caa Update README.dev.md
29ead72 Upgrade checkout step
4eb872b Fix download of tags
21e0b41 Allow to fetch latest tag before publishing
15c7b1b Update README.md
46596a8 Update README.md
a106411 Fix pylint
6bfa886 Fix pylint
5cd29dc Fix pylint
4c8826a Fix pylint (#182)
2d859aa Fix revision version

git-subtree-dir: .github
git-subtree-split: aa1fe1a6645fe87ec64c808745cb03159ad32fe0
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.

1 participant