Update all non-major pep621 dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| dev/coverage | tool.pdm.dev-dependencies | patch |
==7.3.2 -> ==7.3.4
|
| django (source, changelog) | project.dependencies | patch |
==4.2.6 -> ==4.2.8
|
| docs/mkdocs-material | tool.pdm.dev-dependencies | minor |
==9.4.7 -> ==9.5.3
|
Release Notes
nedbat/coveragepy (dev/coverage)
v7.3.4
-
Fix: the change for multi-line signature exclusions in 7.3.3 broke other forms of nested clauses being excluded properly. This is now fixed, closing
issue 1713_. -
Fix: in the HTML report, selecting code for copying won't select the line numbers also. Thanks,
Robert Harris <pull 1717_>_.
.. _issue 1713: https://github.com/nedbat/coveragepy/issues/1713 .. _pull 1717: https://github.com/nedbat/coveragepy/pull/1717
.. _changes_7-3-3:
v7.3.3
-
Fix: function definitions with multi-line signatures can now be excluded by matching any of the lines, closing
issue 684*. Thanks,Jan Rusak, Maciej Kowalczyk and Joanna Ejzel <pull 1705_>*. -
Fix: XML reports could fail with a TypeError if files had numeric components that were duplicates except for leading zeroes, like
file1.pyandfile001.py. Fixesissue 1709_. -
The
coverage annotatecommand used to announce that it would be removed in a future version. Enough people got in touch to say that they use it, so it will stay. Don't expect it to keep up with other new features though. -
Added new :ref:
debug options <cmd_run_debug>:-
pytestwrites the pytest test name into the debug output. -
dataop2writes the full data being added to CoverageData objects.
-
.. _issue 684: https://github.com/nedbat/coveragepy/issues/684 .. _pull 1705: https://github.com/nedbat/coveragepy/pull/1705 .. _issue 1709: https://github.com/nedbat/coveragepy/issues/1709
.. _changes_7-3-2:
squidfunk/mkdocs-material (docs/mkdocs-material)
v9.5.3: mkdocs-material-9.5.3
- Limited version range of MkDocs to < 1.6
- Updated Macedonian translations
- Fixed #6520: Group plugin crashes when using mike
- Fixed #6494: Hide author's email address if disabled in git-authors plugin
v9.5.2: mkdocs-material-9.5.2
- Fixed types for
slugifysettings in blog plugin config - Fixed #6469: Horizontal scrollbars on MathJax containers
v9.5.1: mkdocs-material-9.5.1
- Updated Greek translations
- Fixed #6464: Privacy plugin cannot be enabled
- Fixed #6461: Sorting blog posts ignores time component in date
v9.5.0: mkdocs-material-9.5.0
Merged Insiders features of 'Goat's Horn' funding goal
- Added privacy plugin: automatic downloading of external assets
- Added support for card grids and grid layouts
- Added support for improved tooltips
- Added support for content tabs anchor links (deep linking)
- Added support for automatic dark/light mode
- Added support for document contributors
v9.4.14: mkdocs-material-9.4.14
- Added support for linking authors in blog posts
v9.4.13: mkdocs-material-9.4.13
- Fixed #6365: Blog plugin pagination links to previous pages broken
- Fixed #5758: Updated Mermaid.js to version 10.6.1 (latest)
v9.4.12: mkdocs-material-9.4.12
- Improved blog plugin to generate Unicode-aware slugs by default
- Fixed non-deterministic order of categories in blog plugin
v9.4.11: mkdocs-material-9.4.11
- Fixed #6364: Search plugin crashing when enabling theme while serving
- Fixed blog plugin crashing when disabling pagination
v9.4.10: mkdocs-material-9.4.10
- Fixed #6356: Version selector can't be disabled via mike's configuration
- Fixed #6281: Navigation not rendering due to Safari bug (9.4.2 regression)
- Fixed #6261: Navigation expansion animates on first load (9.4.2 regression)
v9.4.9: mkdocs-material-9.4.9
- Fixed #6344: Long entries cutoff in table of contents
- Fixed #6336: Custom template for glob archive not working with pagination
- Fixed #6328: Blog plugin crashes for locales with dashes, e.g.
pt-BR - Fixed #6327: Copy-to-clipboard button doesn't trim trailing line feed
- Fixed #6302: Version strings not matched when using mike, only aliases
- Fixed instant navigation progress indicator for gzipped content in Chrome
- Fixed rendering bug on details marker rotation in Firefox
v9.4.8: mkdocs-material-9.4.8
- Fixed invalid local address replacement when using instant loading
- Fixed #6275: Crash after navigation caused 404 when using instant loading
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.