brightway-lca / brightway2-ui

a command line tool for brightway
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Update dependency docs/myst_parser to v4 - autoclosed #40

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
docs/myst_parser ==2.0.0 -> ==4.0.0 age adoption passing confidence

Release Notes

executablebooks/MyST-Parser (docs/myst_parser) ### [`v4.0.0`](https://togithub.com/executablebooks/MyST-Parser/blob/HEAD/CHANGELOG.md#400---2024-08-05) [Compare Source](https://togithub.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0) This release bumps the supported versions of: - Python to `3.10` and greater - Sphinx to `>=7,<9` - Docutils to `>=0.19,<0.22` Additionally, footnotes are now parsed similar to the corresponding reStructuredText, in that resolution (between definitions and references) and ordering is now deferred to transforms on the doctree (in ). This allows for the proper interaction with other docutils/sphinx transforms, including those that perform translations, and logging of warnings for duplicate/unreferenced footnote definitions and also for footnote references with no definitions. See the [footnotes guide](#syntax/footnotes) for more information. **Full Changelog**: [v3.0.1...v4.0.0](https://togithub.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0) ### [`v3.0.1`](https://togithub.com/executablebooks/MyST-Parser/blob/HEAD/CHANGELOG.md#301---2024-04-28) [Compare Source](https://togithub.com/executablebooks/MyST-Parser/compare/v3.0.0...v3.0.1) ##### 🐛 Bug Fixes - Account for the final directive option having an empty value, by in - Re-allow indented directive option blocks, by in **Full Changelog**: [v3.0.0...v3.0.1](https://togithub.com/executablebooks/MyST-Parser/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://togithub.com/executablebooks/MyST-Parser/blob/HEAD/CHANGELOG.md#300---2024-04-23) [Compare Source](https://togithub.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.0) ##### Upgraded dependencies - ⬆️ Add support for Python 3.12 by in - ⬆️ Update docutils requirement from >=0.16,<0.21 to >=0.18,<0.22 by in ##### New features - ✨ Allow for use of the `line-block` directive by in - ✨ Emits sphinx include-read event by in ##### Improvements - 👌 Nested parse attribution in `attr_block` by in - 👌 Directive option parsing by in \ in - 👌 Allow for opening external links in new tabs ([#​856](https://togithub.com/executablebooks/MyST-Parser/issues/856)) by in ##### Internal - 🔧 Replace black, isort, pyupgrade with ruff formatter by in - 🔧 remove redundant mypy config by in - 🔧 Add additional Ruff lints (and fix issues) by in - 🔧 mypy- disallow 'any generics' by in - 🔧 Fix docutils deprecation in option parsing by in ##### Documentation - 📚 Fix a broken link in configuration.md by in - 📚 Add linkify dependency to contributing docs. by in - 📚 Fix the double `used` in docs/syntax/math.md by in - 📚 Also add linkify to pip install command in README by in - 📚 Fix the code section title in live preview by in - 📚 Fix admonition example by in - 📚 Fix url for jupyter book gallery by in - 📚 Update theme version by in - 📚 Fix typo by in - 📚 Fix architecture typo ([#​855](https://togithub.com/executablebooks/MyST-Parser/issues/855)) by in **Full Changelog**: [v2.0.0...v3.0.0](https://togithub.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.0)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.