Bump the patch group with 5 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
(11 months ago)
by llucax
part:tooling type:tech-debt part:dispatcher
Bumps the patch group with 5 updates:
| Package | From | To |
|---|---|---|
| markdown | 3.8 |
3.8.2 |
| mkdocs-material | 9.6.14 |
9.6.15 |
| frequenz-repo-config[lib] | 0.13.4 |
0.13.5 |
| mypy | 1.16.0 |
1.16.1 |
| frequenz-repo-config[extra-lint-examples] | 0.13.4 |
0.13.5 |
Updates markdown from 3.8 to 3.8.2
Release notes
Sourced from markdown's releases.
Release 3.8.2
Fixed
- Fix
codecsdeprecation in Python 3.14.- Fix issue with unclosed comment parsing in Python 3.14.
- Fix issue with unclosed declarations in Python 3.14.
- Fix issue with unclosed HTML tag
<fooand Python 3.14.Release 3.8.1
Fixed
Changelog
Sourced from markdown's changelog.
[3.8.2] - 2025-06-19
Fixed
- Fix
codecsdeprecation in Python 3.14.- Fix issue with unclosed comment parsing in Python 3.14.
- Fix issue with unclosed declarations in Python 3.14.
- Fix issue with unclosed HTML tag
<fooand Python 3.14.[3.8.1] - 2025-06-18
Fixed
- Ensure incomplete markup declaration in raw HTML doesn't crash parser (#1534).
- 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).The
AbbrPreprocessorclass has been renamed toAbbrBlockprocessor, which
... (truncated)
Commits
d9c8431Bump version to 3.8.29980cb5Fixes for Python 3.143561310Properly document version specification.3bb9d42Update documentation for release process3870f20Bump version to 3.8.18207214Ensure incomplete markup declaration in raw HTML doesn't crash parser.64a3c0fFix HTML handling of\</>f2b9fd1Ensuremd_in_htmldoes not drop content513de8aUpdate pypa/gh-action-pypi-publish to v1.12.4- See full diff in compare view
Updates mkdocs-material from 9.6.14 to 9.6.15
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.6.15
- Updated Mongolian translations
- Improved semantic markup of "edit this page" button
- Improved info plugin virtual environment resolution
- Fixed #8291: Large font size setting throws of breakpoints in JavaScript
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.6.15 (2025-07-01)
- Updated Mongolian translations
- Improved semantic markup of "edit this page" button
- Improved info plugin virtual environment resolution
- Fixed #8291: Large font size setting throws of breakpoints in JavaScript
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)
- Updated Serbo-Croatian translations
- Fixed #8086: Custom SVG icons containing hashes break rendering
... (truncated)
Commits
e8a6331Prepare 9.6.15 release1f7a496Fixed breakpoint unit for media queries in JS462bf38Updated dependencies2b0417fUpdated info plugin to exclude guessed venv paths (#8286)2b42860Fixed feedback widget not mounting with instant navigation (#8275)74f6007Updated JSON schema (#8264)2313e0cAlso add Asahi Linux371b107Added more open-source projects406a3adUpdated Premium sponsors462c94eUpdated Mongolian translations- Additional commits viewable in compare view
Updates frequenz-repo-config[lib] from 0.13.4 to 0.13.5
Release notes
Sourced from frequenz-repo-config[lib]'s releases.
v0.13.5
Frequenz Repository Configuration Release Notes
Bug Fixes
Fixed some typos in the docs.
Fixed wrong comparison for
mikeversions when versions were equal.Fixed version regex escaping of
.. This means that a version like v0x1e1 were accepted as valid semver versions. Now this version is not considered a semver version anymore.
setuptools.grpc_tools: Fix wrong passing of include paths when passed via:
- Command-line: Now extra white-spaces and empty strings are removed, before they were passed to
protoc -I.pyproject.toml: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed toprotoc -I.What's Changed
- Clear release notes by
@llucaxin frequenz-floss/frequenz-repo-config-python#405- Fix typos in documentation by
@llucaxin frequenz-floss/frequenz-repo-config-python#416- setuptools: Fix passing empty include paths by
@llucaxin frequenz-floss/frequenz-repo-config-python#418- Fix missing comparison for equal versions by
@llucaxin frequenz-floss/frequenz-repo-config-python#415Full Changelog: https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.4...v0.13.5
Commits
0da3bdbFix missing comparison for equal versions (#415)5fb428bPrepare release notes for the v0.13.5 release15c1a4eFix semver version regex escaping of.64d8b8cFix missing comparison for equal versionsf93e20fsetuptools: Fix passing empty include paths (#418)735bd98Add release notesef1733aClean comma-separated include paths in grpc_tools6aff099Do not convert array of paths to a string1b3c39cFix typos in documentation (#416)3b81b2bFix typos in documentation- Additional commits viewable in compare view
Updates mypy from 1.16.0 to 1.16.1
Commits
68b8fa0Bump version to 1.16.1e253edeSingle underscore is not a sunder (#19273)9fb5ff6Fix properties with setters after deleters (#19248)c20fd78Handle assignment of bound methods in class bodies (#19233)c86480cTighten metaclass call handling in protocols (#19191)cb3c6ecFix crash on partial type used as context (#19216)c39f5e7[mypyc] Fixing condition for handling user-defined del (#19188)0a4f284Fix crash on invalid property inside its own body (#19208)9b079f6Bump version to 1.16.1+dev- See full diff in compare view
Updates frequenz-repo-config[extra-lint-examples] from 0.13.4 to 0.13.5
Release notes
Sourced from frequenz-repo-config[extra-lint-examples]'s releases.
v0.13.5
Frequenz Repository Configuration Release Notes
Bug Fixes
Fixed some typos in the docs.
Fixed wrong comparison for
mikeversions when versions were equal.Fixed version regex escaping of
.. This means that a version like v0x1e1 were accepted as valid semver versions. Now this version is not considered a semver version anymore.
setuptools.grpc_tools: Fix wrong passing of include paths when passed via:
- Command-line: Now extra white-spaces and empty strings are removed, before they were passed to
protoc -I.pyproject.toml: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed toprotoc -I.What's Changed
- Clear release notes by
@llucaxin frequenz-floss/frequenz-repo-config-python#405- Fix typos in documentation by
@llucaxin frequenz-floss/frequenz-repo-config-python#416- setuptools: Fix passing empty include paths by
@llucaxin frequenz-floss/frequenz-repo-config-python#418- Fix missing comparison for equal versions by
@llucaxin frequenz-floss/frequenz-repo-config-python#415Full Changelog: https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.4...v0.13.5
Commits
0da3bdbFix missing comparison for equal versions (#415)5fb428bPrepare release notes for the v0.13.5 release15c1a4eFix semver version regex escaping of.64d8b8cFix missing comparison for equal versionsf93e20fsetuptools: Fix passing empty include paths (#418)735bd98Add release notesef1733aClean comma-separated include paths in grpc_tools6aff099Do not convert array of paths to a string1b3c39cFix typos in documentation (#416)3b81b2bFix typos in documentation- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+7
-7
Package Dependencies
Technical Details
| ID: | 2759578 |
| UUID: | 2632829752 |
| Node ID: | PR_kwDOLMDPB86c7cs4 |
| Host: | GitHub |
| Repository: | frequenz-floss/frequenz-client-dispatch-python |
| Merge State: | Unknown |