Bump the production group with 28 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 2
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
dependencies python root
Bumps the production group with 28 updates:
| Package | From | To |
|---|---|---|
| certifi | 2025.1.31 |
2025.4.26 |
| charset-normalizer | 3.4.1 |
3.4.2 |
| click | 8.1.8 |
8.2.1 |
| coverage[toml] | 7.6.12 |
7.8.2 |
| filelock | 3.17.0 |
3.18.0 |
| griffe | 1.6.0 |
1.7.3 |
| httpcore | 1.0.7 |
1.0.9 |
| identify | 2.6.9 |
2.6.12 |
| markdown | 3.7 |
3.8 |
| mkdocs-autorefs | 1.4.1 |
1.4.2 |
| mkdocs-material | 9.6.12 |
9.6.14 |
| mkdocstrings-python | 1.16.5 |
1.16.11 |
| more-itertools | 10.6.0 |
10.7.0 |
| mypy-extensions | 1.0.0 |
1.1.0 |
| packaging | 24.2 |
25.0 |
| platformdirs | 4.3.7 |
4.3.8 |
| pluggy | 1.5.0 |
1.6.0 |
| pymdown-extensions | 10.14.3 |
10.15 |
| pytest-cov | 6.0.0 |
6.1.1 |
| pyyaml-env-tag | 0.1 |
1.1 |
| rich | 13.9.4 |
14.0.0 |
| ruff | 0.10.0 |
0.11.11 |
| typer | 0.15.2 |
0.15.4 |
| types-python-dateutil | 2.9.0.20241206 |
2.9.0.20250516 |
| typing-extensions | 4.12.2 |
4.13.2 |
| urllib3 | 2.3.0 |
2.4.0 |
| virtualenv | 20.30.0 |
20.31.2 |
| watchfiles | 1.0.4 |
1.0.5 |
Updates certifi from 2025.1.31 to 2025.4.26
Commits
275c9eb2025.04.26 (#347)3788331Bump actions/setup-python from 5.4.0 to 5.5.0 (#346)9d1f1b7Bump actions/download-artifact from 4.1.9 to 4.2.1 (#344)96b97a5Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#343)c054ed3Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#342)44547fcBump actions/download-artifact from 4.1.8 to 4.1.9 (#341)5ea5124Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#340)2f142b7Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#339)80d2ebdBump actions/setup-python from 5.3.0 to 5.4.0 (#337)- See full diff in compare view
Updates charset-normalizer from 3.4.1 to 3.4.2
Release notes
Sourced from charset-normalizer's releases.
Version 3.4.2
3.4.2 (2025-05-02)
Fixed
- Addressed the DeprecationWarning in our CLI regarding
argparse.FileTypeby backporting the target class into the package. (#591)- Improved the overall reliability of the detector with CJK Ideographs. (#605) (#587)
Changed
- Optional mypyc compilation upgraded to version 1.15 for Python >= 3.9
Changelog
Sourced from charset-normalizer's changelog.
3.4.2 (2025-05-02)
Fixed
- Addressed the DeprecationWarning in our CLI regarding
argparse.FileTypeby backporting the target class into the package. (#591)- Improved the overall reliability of the detector with CJK Ideographs. (#605) (#587)
Changed
- Optional mypyc compilation upgraded to version 1.15 for Python >= 3.8
Commits
6422af1:pencil: update release date0e60ec1:bookmark: Release 3.4.2 (#614)f6630ce:arrow_up: Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#617)677c999:arrow_up: Bump actions/download-artifact from 4.2.1 to 4.3.0 (#618)960ab1e:arrow_up: Bump actions/setup-python from 5.5.0 to 5.6.0 (#619)6eb6325:arrow_up: Bump github/codeql-action from 3.28.10 to 3.28.16 (#620)c99c0f2:arrow_up: Update coverage requirement from <7.7,>=7.2.7 to >=7.2.7,<7.9 (#606)270f28e:arrow_up: Bump actions/setup-python from 5.4.0 to 5.5.0 (#607)d4d89a0:arrow_up: Bump pypa/cibuildwheel from 2.22.0 to 2.23.2 (#608)905fcf5:arrow_up: Bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#609)- Additional commits viewable in compare view
Updates click from 8.1.8 to 8.2.1
Release notes
Sourced from click's releases.
8.2.1
This is the Click 8.2.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/click/8.2.1/ Changes: https://click.palletsprojects.com/page/changes/#version-8-2-1 Milestone: https://github.com/pallets/click/milestone/24?closed=1
- Fix flag value handling for flag options with a provided type. #2894 #2897
- Fix shell completion for nested groups. #2906
- Flush
sys.stderrat the end ofCliRunner.invoke. #2682- Fix EOF handling for stdin input in
CliRunner. #27878.2.0
This is the Click 8.2.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecation, or introduce potentially breaking changes.
We encourage everyone to upgrade. You can read more about our Version Support Policy on our website.
PyPI: https://pypi.org/project/click/8.2.0/ Changes: https://click.palletsprojects.com/en/stable/changes/ Milestone https://github.com/pallets/click/milestone/15
- Drop support for Python 3.7, 3.8,and 3.9. #2588, #2893
- Use modern packaging metadata with
pyproject.tomlinstead ofsetup.cfg. #2438- Use
flit_coreinstead ofsetuptoolsas build backend. #2543- Deprecate the
__version__attribute. Use feature detection, orimportlib.metadata.version("click"), instead. #2598BaseCommandis deprecated.Commandis the base class for all commands. #2589MultiCommandis deprecated.Groupis the base class for all group commands. #2590- The current parser and related classes and methods, are deprecated. #2205
OptionParserand theparsermodule, which is a modified copy ofoptparsein the standard library.Context.protected_argsis unneeded.Context.argscontains any remaining arguments while parsing.Parameter.add_to_parser(on bothArgumentandOption) is unneeded. Parsing works directly without building a separate parser.split_arg_stringis moved fromparsertoshell_completion.- Enable deferred evaluation of annotations with
from __future__ import annotations. #2270- When generating a command's name from a decorated function's name, the suffixes
_command,_cmd,_group, and_grpare removed. #2322- Show the
types.ParamType.namefortypes.Choiceoptions within--helpmessage ifshow_choices=Falseis specified. #2356- Do not display default values in prompts when
Option.show_defaultisFalse. #2509- Add
get_help_extramethod onOptionto fetch the generated extra items used inget_help_recordto render help text. #2516 #2517- Keep stdout and stderr streams independent in
CliRunner. Always collect stderr output and never raise an exception. Add a new output stream to simulate what the user sees in its terminal. Removes themix_stderrparameter inCliRunner. #2522 #2523Option.show_envvarnow also shows environment variable in error messages. #2695 #2696Context.closewill be called on exit. This results in allContext.call_on_closecallbacks and context managers added viaContext.with_resourceto be closed on exit as well. #2680- Add
ProgressBar(hidden: bool)to allow hiding the progressbar. #2609- A
UserWarningwill be shown when multiple parameters attempt to use the same name. #2396- When using
Option.envvarwithOption.flag_value, theflag_valuewill always be used instead of the value of the environment variable. #2746 #2788- Add
Choice.get_invalid_choice_messagemethod for customizing the invalid choice message. #2621 #2622- If help is shown because
no_args_is_helpis enabled (defaults toTruefor groups,Falsefor commands), the exit code is 2 instead of 0. #1489 #1489- Contexts created during shell completion are closed properly, fixing a
ResourceWarningwhen usingclick.File. #2644 #2800 #2767click.edit(filename)now supports passing an iterable of filenames in case the editor supports editing multiple files at once. Its return type is now also typed:AnyStriftextis passed, otherwiseNone. #2067 #2068
... (truncated)
Changelog
Sourced from click's changelog.
Version 8.2.1
Released 2025-05-20
- Fix flag value handling for flag options with a provided type. :issue:
2894:issue:2897:pr:2930- Fix shell completion for nested groups. :issue:
2906:pr:2907- Flush
sys.stderrat the end ofCliRunner.invoke. :issue:2682- Fix EOF handling for stdin input in CliRunner. :issue:
2787Version 8.2.0
Released 2025-05-10
Drop support for Python 3.7, 3.8, and 3.9. :pr:
2588:pr:2893Use modern packaging metadata with
pyproject.tomlinstead ofsetup.cfg. :pr:2438Use
flit_coreinstead ofsetuptoolsas build backend. :pr:2543Deprecate the
__version__attribute. Use feature detection, orimportlib.metadata.version("click"), instead. :issue:2598
BaseCommandis deprecated.Commandis the base class for all commands. :issue:2589
MultiCommandis deprecated.Groupis the base class for all group commands. :issue:2590The current parser and related classes and methods, are deprecated. :issue:
2205
OptionParserand theparsermodule, which is a modified copy ofoptparsein the standard library.Context.protected_argsis unneeded.Context.argscontains any remaining arguments while parsing.Parameter.add_to_parser(on bothArgumentandOption) is unneeded. Parsing works directly without building a separate parser.split_arg_stringis moved fromparsertoshell_completion.Enable deferred evaluation of annotations with
from __future__ import annotations. :pr:2270When generating a command's name from a decorated function's name, the suffixes
_command,_cmd,_group, and_grpare removed. :issue:2322Show the
types.ParamType.namefortypes.Choiceoptions within--helpmessage ifshow_choices=Falseis specified. :issue:2356Do not display default values in prompts when
Option.show_defaultisFalse. :pr:2509Add
get_help_extramethod onOptionto fetch the generated extra items used inget_help_recordto render help text. :issue:2516:pr:2517
... (truncated)
Commits
fd183b2release version 8.2.1262bdf0Raise an exception on end of input in CliRunner (#2934)80efdf6Raise an exception on end of input in CliRunnercfa6f4aFlush sys.stderr when CliRunner finalizes (#2933)f3a4363flush sys.stderr when CliRunner.invoke finalizesb7cf069fix shell completion for nested groups (#2935)7c575d6parametrize testac6a2acFix shell completion for nested groups884af5cFix flag value set when is_flag=True and type is provided (#2930)4fd2feaFix condition for setting flag value when type is provided- Additional commits viewable in compare view
Updates coverage[toml] from 7.6.12 to 7.8.2
Release notes
Sourced from coverage[toml]'s releases.
7.8.2
Version 7.8.2 — 2025-05-23
- Wheels are provided for Windows ARM64 on Python 3.11, 3.12, and 3.13. Thanks, Finn Womack.
:arrow_right: PyPI page: coverage 7.8.2. :arrow_right: To install:
python3 -m pip install coverage==7.8.27.8.1
Version 7.8.1 — 2025-05-21
- A number of EncodingWarnings were fixed that could appear if you’ve enabled PYTHONWARNDEFAULTENCODING, fixing issue 1966. Thanks, Henry Schreiner.
- Fixed a race condition when using sys.monitoring with free-threading Python, closing issue 1970.
:arrow_right: PyPI page: coverage 7.8.1. :arrow_right: To install:
python3 -m pip install coverage==7.8.17.8.0
Version 7.8.0 — 2025-03-30
- Added a new
source_dirssetting for symmetry with the existingsource_pkgssetting. It’s preferable to the existingsourcesetting, because you’ll get a clear error when directories don’t exist. Fixes issue 1942. Thanks, Jeremy Fleischman.- Fix: the PYTHONSAFEPATH environment variable new in Python 3.11 is properly supported, closing issue 1696. Thanks, Philipp A.. This works properly except for a detail when using the
coveragecommand on Windows. There you can usepython -m coverageinstead if you need exact emulation.:arrow_right: PyPI page: coverage 7.8.0. :arrow_right: To install:
python3 -m pip install coverage==7.8.07.7.1
Version 7.7.1 — 2025-03-21
- A few small tweaks to the sys.monitoring support for Python 3.14. Please test!
:arrow_right: PyPI page: coverage 7.7.1. :arrow_right: To install:
python3 -m pip install coverage==7.7.17.7.0
Version 7.7.0 — 2025-03-16
- The Coverage object has a new method, Coverage.branch_stats() for getting simple branch information for a module. Closes issue 1888.
- The Coverage constructor now has a
pluginsparameter for passing in plugin objects directly, thanks to Alex Gaynor.- Many constant tests in if statements are now recognized as being optimized away. For example, previously
if 13:would have been considered a branch with one path not taken. Now it is understood as always true and no coverage is missing.- The experimental sys.monitoring support now works for branch coverage if you are using Python 3.14.0 alpha 6 or newer. This should reduce the overhead coverage.py imposes on your test suite. Set the environment variable
COVERAGE_CORE=sysmonto try it out.- Confirmed support for PyPy 3.11. Thanks Michał Górny.
:arrow_right: PyPI page: coverage 7.7.0. :arrow_right: To install:
python3 -m pip install coverage==7.7.0
Changelog
Sourced from coverage[toml]'s changelog.
Version 7.8.2 — 2025-05-23
- Wheels are provided for Windows ARM64 on Python 3.11, 3.12, and 3.13. Thanks,
Finn Womack <pull 1972_>_... _issue 1971: nedbat/coveragepy#1971 .. _pull 1972: nedbat/coveragepy#1972
.. _changes_7-8-1:
Version 7.8.1 — 2025-05-21
A number of EncodingWarnings were fixed that could appear if you've enabled PYTHONWARNDEFAULTENCODING, fixing
issue 1966. Thanks,Henry Schreiner <pull 1967_>.Fixed a race condition when using sys.monitoring with free-threading Python, closing
issue 1970_... _issue 1966: nedbat/coveragepy#1966 .. _pull 1967: nedbat/coveragepy#1967 .. _issue 1970: nedbat/coveragepy#1970
.. _changes_7-8-0:
Version 7.8.0 — 2025-03-30
Added a new
source_dirssetting for symmetry with the existingsource_pkgssetting. It's preferable to the existingsourcesetting, because you'll get a clear error when directories don't exist. Fixesissue 1942. Thanks,Jeremy Fleischman <pull 1943_>.Fix: the PYTHONSAFEPATH environment variable new in Python 3.11 is properly supported, closing
issue 1696. Thanks,Philipp A. <pull 1700_>. This works properly except for a detail when using thecoveragecommand on Windows. There you can usepython -m coverageinstead if you need exact emulation... _issue 1696: nedbat/coveragepy#1696 .. _pull 1700: nedbat/coveragepy#1700 .. _issue 1942: nedbat/coveragepy#1942 .. _pull 1943: nedbat/coveragepy#1943
.. _changes_7-7-1:
Version 7.7.1 — 2025-03-21
... (truncated)
Commits
51ab2e5build: have to keep expected dist counts in syncbe7bbf2docs: sample HTML for 7.8.23cee850docs: prep for 7.8.239bc6b0docs: provide more details if the kit matrix is edited.a608fb3build: add support for Windows arm64 (#1972)2fe6225build: runtox lintif actions have changed3d93a78docs: docs need scriv for making github releases0c443a2build: bump version to 7.8.2ed98b87docs: sample HTML for 7.8.1b98bc9bdocs: prep for 7.8.1- Additional commits viewable in compare view
Updates filelock from 3.17.0 to 3.18.0
Release notes
Sourced from filelock's releases.
3.18.0
What's Changed
- Indicate that locks are exclusive/write locks. by
@bicarlsenin tox-dev/filelock#394- Support fcntl check on Emscripten by
@juntyrin tox-dev/filelock#398New Contributors
@bicarlsenmade their first contribution in tox-dev/filelock#394@juntyrmade their first contribution in tox-dev/filelock#398Full Changelog: https://github.com/tox-dev/filelock/compare/3.17.0...3.18.0
Commits
129a1ef[pre-commit.ci] pre-commit autoupdate (#405)717d7e0[pre-commit.ci] pre-commit autoupdate (#403)efba779[pre-commit.ci] pre-commit autoupdate (#401)82f5a2dSupport fcntl check on Emscripten (#398)468ba43[pre-commit.ci] pre-commit autoupdate (#396)0ac6826[pre-commit.ci] pre-commit autoupdate (#395)b5f98a6Indicate that locks are exclusive/write locks. (#394)3c9b680[pre-commit.ci] pre-commit autoupdate (#393)2760759[pre-commit.ci] pre-commit autoupdate (#391)18c9571Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#390)- See full diff in compare view
Updates griffe from 1.6.0 to 1.7.3
Release notes
Sourced from griffe's releases.
1.7.3
1.7.3 - 2025-04-23
Bug Fixes
Code Refactoring
- Log a debug message when inspecting a module raises an error (4e73b3e by Timothée Mazzucotelli). Issue-mkdocstrings-753
1.7.2
1.7.2 - 2025-04-01
Bug Fixes
- Override exports when merging module stubs (94f23e7 by Timothée Mazzucotelli). Issue-mkdocstrings-751
- Override attribute values when merging stubs (b940c51 by Timothée Mazzucotelli). Issue-mkdocstrings-751
1.7.1
1.7.1 - 2025-03-29
Bug Fixes
- Never raise alias resolution error when resolving a name from an
__init__method scope (949ff7d by Timothée Mazzucotelli). Issue-3741.7.0
1.7.0 - 2025-03-27
Dependencies
- Remove dependency to
astunparse(Python 3.8-) (fd052b1 by Timothée Mazzucotelli).Features
- Add
warningsparameter to docstring parsers, allowing to disable all warning logs when parsing docstrings (7ac01ba by Timothée Mazzucotelli). Issue-2931.6.3
1.6.3 - 2025-03-26
... (truncated)
Changelog
Sourced from griffe's changelog.
1.7.3 - 2025-04-23
Bug Fixes
Code Refactoring
- Log a debug message when inspecting a module raises an error (4e73b3e by Timothée Mazzucotelli). Issue-mkdocstrings-753
1.7.2 - 2025-04-01
Bug Fixes
- Override exports when merging module stubs (94f23e7 by Timothée Mazzucotelli). Issue-mkdocstrings-751
- Override attribute values when merging stubs (b940c51 by Timothée Mazzucotelli). Issue-mkdocstrings-751
1.7.1 - 2025-03-29
Bug Fixes
- Never raise alias resolution error when resolving a name from an
__init__method scope (949ff7d by Timothée Mazzucotelli). Issue-3741.7.0 - 2025-03-27
Dependencies
- Remove dependency to
astunparse(Python 3.8-) (fd052b1 by Timothée Mazzucotelli).Features
- Add
warningsparameter to docstring parsers, allowing to disable all warning logs when parsing docstrings (7ac01ba by Timothée Mazzucotelli). Issue-2931.6.3 - 2025-03-26
Bug Fixes
- Allow setting
lineno,endlinenoandvaluethrough aliases (d038eaa by Timothée Mazzucotelli). Issue-griffe-pydantic-29- Don't resolve attribute values to attribute with same name (25cc58f by Timothée Mazzucotelli). Issue-367
... (truncated)
Commits
4c6907cchore: Prepare release 1.7.32666399fix: Don't output color codes with GitHub format6561643chore: Template upgrade5930e0bdocs: Fix logo in README4e73b3erefactor: Log a debug message when inspecting a module raises an error95cdd8cchore: Prepare release 1.7.294f23e7fix: Override exports when merging module stubsb940c51fix: Override attribute values when merging stubs0e7c55bchore: Prepare release 1.7.1949ff7dfix: Never raise alias resolution error when resolving a name from an `__init...- Additional commits viewable in compare view
Updates httpcore from 1.0.7 to 1.0.9
Release notes
Sourced from httpcore's releases.
Version 1.0.9 (April 24th, 2025)
- Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 dependency update. (#1008)
Version 1.0.8 (April 11th, 2025)
- Fix
AttributeErrorwhen importing on Python 3.14. (#1005)
Changelog
Sourced from httpcore's changelog.
Version 1.0.9 (April 24th, 2025)
- Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 dependency update. (#1008)
Version 1.0.8 (April 11th, 2025)
- Fix
AttributeErrorwhen importing on Python 3.14. (#1005)
Commits
9820975Version 1.0.9 (#1011)d1e17c5Update h11 dependency, resolving security fix. (#1008)ae46dfbVersion 1.0.8 (#1006)b2a796cFixAttributeErrorwhen importing on Python 3.14 (#1005)38f277cRevert "Use AnyIO fast_acquire (#953)" (#1002)973cbddUse AnyIO fast_acquire (#953)8b8ab18fix ci (#999)- See full diff in compare view
Updates identify from 2.6.9 to 2.6.12
Commits
51e358dv2.6.1200310d3Merge pull request #519 from energyworldnet/feature/msbuilda604a3aDrop ambiguous .proj extensionbdd2643v2.6.11d084242Merge remote-tracking branch 'energyworldnet/feature/xslt'f794709Merge pull request #518 from pre-commit/mxr-patch-1a8cce72Identify XSLT files4cf2cc0Identify common MSBuild files4e55b74Add support for.sqlfluffe200468v2.6.10- Additional commits viewable in compare view
Updates markdown from 3.7 to 3.8
Release notes
Sourced from markdown's releases.
Release 3.8
Changed
- DRY fix in
abbrextension by introducing methodcreate_element(#1483).- Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework.
- Improved performance of the raw HTML post-processor (#1510).
Fixed
- Backslash Unescape IDs set via
attr_listontoc(#1493).- Ensure
md_in_htmlprocesses content inside "markdown" blocks as they are parsed outside of "markdown" blocks to keep things more consistent for third-party extensions (#1503).md_in_htmlhandle tags within inline code blocks better (#1075).md_in_htmlfix handling of one-liner block HTML handling (#1074).- Ensure
<center>is treated like a block-level element (#1481).- Ensure that
abbrextension respectsAtomicStringand does not process perceived abbreviations in these strings (#1512).- Ensure
smartyextension correctly renders nested closing quotes (#1514).
Changelog
Sourced from markdown's changelog.
title: Changelog toc_depth: 2
Python-Markdown Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. See the Contributing Guide for details.
[Unreleased]
Fixed
- Fixed dropped content in
md_in_html(#1526).- Fixed HTML handling corner case that prevented some content from not being rendered (#1528).
[3.8.0] - 2025-04-09
Changed
- DRY fix in
abbrextension by introducing methodcreate_element(#1483).- Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework.
- Improved performance of the raw HTML post-processor (#1510).
Fixed
- Backslash Unescape IDs set via
attr_listontoc(#1493).- Ensure
md_in_htmlprocesses content inside "markdown" blocks as they are parsed outside of "markdown" blocks to keep things more consistent for third-party extensions (#1503).md_in_htmlhandle tags within inline code blocks better (#1075).md_in_htmlfix handling of one-liner block HTML handling (#1074).- Ensure
<center>is treated like a block-level element (#1481).- Ensure that
abbrextension respectsAtomicStringand does not process perceived abbreviations in these strings (#1512).- Ensure
smartyextension correctly renders nested closing quotes (#1514).[3.7.0] - 2024-08-16
Changed
Refactor
abbrExtensionA new
AbbrTreeprocessorhas been introduced, which replaces the now deprecatedAbbrInlineProcessor. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two extensions (#1460).
... (truncated)
Commits
b34e1d0Bump version to 3.8e6b7163Update deploy workflow to normalize versionbd67d48Improve changelog validatione912575Fix incorrect TOC list structure in docs42d4b43Fix CI badge in README1caf028Optimize raw HTML post-processor (#1510)f6cfc5cUse PEP 639 license expressions in project metadata9c6e39aAdd Python 3.13 and drop Python 3.87aae61bAdd special case for closing nested quotes0ad5b0aAbbr should respect AtomicStrings- Additional commits viewable in compare view
Updates mkdocs-autorefs from 1.4.1 to 1.4.2
Commits
ca304f0chore: Prepare release 1.4.25e77f7fbuild: Exclude mypy cache from dists47238d4chore: Template upgrade- See full diff in compare view
Updates mkdocs-material from 9.6.12 to 9.6.14
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.6.14
- Fixed #8215: Social plugin crashes when CairoSVG is updated to 2.8
mkdocs-material-9.6.13
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.6.14 (2025-05-13)
- Fixed #8215: Social plugin crashes when CairoSVG is updated to 2.8
mkdocs-material-9.6.13 (2025-05-10)
- Fixed #8204: Annotations showing list markers in print view
- Fixed #8153: Improve style of cardinality symbols in Mermaid.js ER diagrams
mkdocs-material-9.6.12 (2025-04-17)
- Fixed #8158: Flip footnote back reference icon for right-to-left languages
mkdocs-material-9.6.11 (2025-04-01)
- Updated Docker image to latest Alpine Linux
- Bump required Jinja version to 3.1
- Fixed #8133: Jinja filter
itemsnot available (9.6.10 regression)- Fixed #8128: Search plugin not entirely disabled via enabled setting
mkdocs-material-9.6.10 (2025-03-30)
This version is a pure refactoring release, and does not contain new features or bug fixes. It strives to improve the compatibility of our templates with alternative Jinja-like template engines that we're currently exploring, including minijinja.
Additionally, it replaces several instances of Python function invocations with idiomatic use of template filters. All instances where variables have been mutated inside templates have been replaced. Most changes have been made in partials, and only a few in blocks, and all of them are fully backward compatible, so no changes to overrides are necessary.
Note that this release does not replace the Jinja template engine with minijinja. However, our templates are now 99% compatible with minijinja, which means we can explore alternative Jinja-compatible implementations. Additionally, immutability and removal of almost all Python function invocations means much more idiomatic templating.
mkdocs-material-9.6.9 (2025-03-17)
Pull Request Statistics
1
1
+28
-28
Technical Details
| ID: | 626887 |
| UUID: | 2542001701 |
| Node ID: | PR_kwDOCidYUc6Xg94l |
| Host: | GitHub |
| Repository: | render-engine/render-engine |
| Mergeable: | Yes |
| Merge State: | Clean |