autodoc_pydantic
autodoc_pydantic copied to clipboard
fix(deps): update dependency myst-parser to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| myst-parser | ^3.0.0 -> ^4.0.0 |
Release Notes
executablebooks/MyST-Parser (myst-parser)
v4.0.0
This release bumps the supported versions of:
- Python to
3.10and 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 gh-pr:931).
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 for more information.
Full Changelog: v3.0.1...v4.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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 93.36%. Comparing base (eb8e2e9) to head (abf9b95).
Additional details and impacted files
@@ Coverage Diff @@
## main #294 +/- ##
==========================================
+ Coverage 93.27% 93.36% +0.08%
==========================================
Files 13 13
Lines 1116 1100 -16
==========================================
- Hits 1041 1027 -14
+ Misses 75 73 -2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.