Skip to content

Bump markdown-it-py from 2.0.1 to 2.1.0#906

Merged
cjolowicz merged 1 commit intomainfrom
dependabot/pip/markdown-it-py-2.1.0
May 17, 2022
Merged

Bump markdown-it-py from 2.0.1 to 2.1.0#906
cjolowicz merged 1 commit intomainfrom
dependabot/pip/markdown-it-py-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2022

Bumps markdown-it-py from 2.0.1 to 2.1.0.

Release notes

Sourced from markdown-it-py's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: executablebooks/markdown-it-py@v2.0.1...v2.1.0

Changelog

Sourced from markdown-it-py's changelog.

2.1.0 - 2022-04-15

This release is primarily to replace the attrs package dependency, with the built-in Python dataclasses package.

This should not be a breaking change, for most use cases.

  • ⬆️ UPGRADE: Drop support for EOL Python 3.6 (#194)
  • ♻️ REFACTOR: Move Rule/Delimiter classes from attrs to dataclass (#211)
  • ♻️ REFACTOR: Move Token class from attrs to dataclass (#211)
  • ‼️ Remove deprecated NestedTokens and nest_tokens
  • ✨ NEW: Save ordered list numbering (#192)
  • 🐛 FIX: Combination of blockquotes, list and newlines causes IndexError (#207)
Commits
  • 7e677c4 🚀 RELEASE: v2.1.0 (#213)
  • 145a484 ♻️ REFACTOR: slots for dataclasses (#214)
  • 2a67873 🐛 FIX: Combination of blockquotes, list and newlines causes IndexError (#207)
  • 8928b0e 📚 DOCS: Update usage guide to use PyPI package name (#202)
  • 6649229 ♻️ REFACTOR: Move Token to dataclass (#212)
  • cbca541 ‼️ Remove deorecated NestedTokens and nest_tokens
  • ead951d ♻️ REFACTOR: Move internal Rule/Delimiter to dataclass (#211)
  • 063268b 🔧 MAINTAIN: Add isort hook (#210)
  • cb2eee1 📚 DOCS: Fix build (#209)
  • 4e5be66 🔧 MAINTAIN: Move from setuptools to flit (#208)
  • 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 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 [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/executablebooks/markdown-it-py/releases)
- [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md)
- [Commits](executablebooks/markdown-it-py@v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: markdown-it-py
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 17, 2022
@cjolowicz cjolowicz merged commit 3bfcd6c into main May 17, 2022
@dependabot dependabot bot deleted the dependabot/pip/markdown-it-py-2.1.0 branch May 17, 2022 15:14
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