Bump the patch group with 6 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 year ago)
(12 months ago)
part:tooling type:tech-debt
Bumps the patch group with 6 updates:
| Package | From | To |
|---|---|---|
| mkdocs-material | 9.6.12 |
9.6.14 |
| mkdocstrings-python | 1.16.10 |
1.16.11 |
| frequenz-repo-config[lib] | 0.13.3 |
0.13.4 |
| pylint | 3.3.6 |
3.3.7 |
| frequenz-repo-config[extra-lint-examples] | 0.13.3 |
0.13.4 |
| pytest-mock | 3.14.0 |
3.14.1 |
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)
- Updated Serbo-Croatian translations
- Fixed #8086: Custom SVG icons containing hashes break rendering
- Fixed #8067: Drawer has gap on right side in Firefox on some OSs
mkdocs-material-9.6.8+insiders-4.53.16 (2025-03-13)
- Fixed #8019: Tooltips have precedence over instant previews
mkdocs-material-9.6.8 (2025-03-13)
... (truncated)
Commits
2e9bd81Prepare 9.6.14 releasee45972aFixed social plugin crashing for CairoSVG >= 2.8bce053aFixed social plugin crashing for CairoSVG >= 2.8ca65624Updated changelog8670a01Prepare 9.6.13 release8485881Fixed entity-relationship diagram styling after Mermaid upgrade (#8211)5a0adb8Documentation (#8205)572da4fFixed annotations showing list markers in print view6d04f2cUpdated Change Request guide (#8201)e56efb2Updated dependencies- See full diff in compare view
Updates mkdocstrings-python from 1.16.10 to 1.16.11
Release notes
Sourced from mkdocstrings-python's releases.
1.16.11
1.16.11 - 2025-05-24
Bug Fixes
- Fix highlighting for signature with known special names like
__init__(7f95686 by Timothée Mazzucotelli). Issue-mkdocstrings-757- Use default font-size for parameter headings (0a35b20 by Timothée Mazzucotelli). Issue-mkdocstrings-697
- Prevent uppercasing H5 titles (by Material for MkDocs) (ba66969 by Timothée Mazzucotelli). Issue-mkdocstrings-697, Issue-276
- Use configured heading even when signature is not separated (096960a by Timothée Mazzucotelli). Issue-mkdocstrings-767, PR-278
- Render attribute names without full path in ToC (d4e618a by David Lee). Issue-271, PR-272
Changelog
Sourced from mkdocstrings-python's changelog.
1.16.11 - 2025-05-24
Bug Fixes
- Fix highlighting for signature with known special names like
__init__(7f95686 by Timothée Mazzucotelli). Issue-mkdocstrings-757- Use default font-size for parameter headings (0a35b20 by Timothée Mazzucotelli). Issue-mkdocstrings-697
- Prevent uppercasing H5 titles (by Material for MkDocs) (ba66969 by Timothée Mazzucotelli). Issue-mkdocstrings-697, Issue-276
- Use configured heading even when signature is not separated (096960a by Timothée Mazzucotelli). Issue-mkdocstrings-767, PR-278
- Render attribute names without full path in ToC (d4e618a by David Lee). Issue-271, PR-272
Commits
5d2ba0achore: Prepare release 1.16.117f95686fix: Fix highlighting for signature with known special names like__init__0a35b20fix: Use default font-size for parameter headingsba66969fix: Prevent uppercasing H5 titles (by Material for MkDocs)096960afix: Use configured heading even when signature is not separatedd4e618afix: Render attribute names without full path in ToCbb36fa1chore: Template upgrade- See full diff in compare view
Updates frequenz-repo-config[lib] from 0.13.3 to 0.13.4
Release notes
Sourced from frequenz-repo-config[lib]'s releases.
v0.13.4
Frequenz Repository Configuration Release Notes
Summary
This release just widens the
setuptoolsdependency to allow for version 80.x.What's Changed
- Clear release notes by
@llucaxin frequenz-floss/frequenz-repo-config-python#393- Widen setuptools upper bound to < 81 by
@llucaxin frequenz-floss/frequenz-repo-config-python#401- Bump setuptools from 79.0.0 to 80.1.0 by
@dependabotin frequenz-floss/frequenz-repo-config-python#400- Bump pydoclint from 0.6.4 to 0.6.6 by
@dependabotin frequenz-floss/frequenz-repo-config-python#397- Bump types-pyyaml from 6.0.12.20250326 to 6.0.12.20250402 by
@dependabotin frequenz-floss/frequenz-repo-config-python#398- Update types-setuptools requirement from =67.6.0,<81 by
@dependabotin frequenz-floss/frequenz-repo-config-python#399- Bump the patch group across 1 directory with 4 updates by
@dependabotin frequenz-floss/frequenz-repo-config-python#402- Bump the minor group with 4 updates by
@dependabotin frequenz-floss/frequenz-repo-config-python#404Full Changelog: https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.3...v0.13.4
Commits
78ec787Bump the minor group with 4 updates (#404)b68ebb9Bump the minor group with 4 updatesd788cbcBump the patch group across 1 directory with 4 updates (#402)1763b3eBump the patch group across 1 directory with 4 updates556d9f9Bump pydoclint from 0.6.4 to 0.6.6 (#397)ec5b00fBump types-pyyaml from 6.0.12.20250326 to 6.0.12.20250402 (#398)30e8c0aUpdate types-setuptools requirement from <80,>=67.6.0 to >=67.6.0,<81 (#399)961db04Bump setuptools from 79.0.0 to 80.1.0 (#400)338a87fWiden setuptools upper bound to < 81 (#401)991c35eWiden setuptools upper bound to < 81- Additional commits viewable in compare view
Updates pylint from 3.3.6 to 3.3.7
Commits
f798a4aBump pylint to 3.3.7, update changelog (#10367)f9773deConsistency betweenis/is notand==/!=when comparing types...0533111[fix] Fix a crash for class decorators mistaken for class attributes (#10362)...887b1b6[fix] AttributeError crash when a slice is used as a class decorator (#10350)...6a02395[maintenance/3.3.x] Fix doc build (#10336)e87d10cadded black's github link in tutorial (#10303) (#10335)59d4c26Fix typo in missing-member-hint-distance documentation (#10314) (#10315)46460d8[setuptools] Force the upgrade of setuptools > 77 (#10313)5b2aa6cSpeed up the generation of no-member suggestions (#10277) (#10311)744ba53Fix crash caused by invalid format strings in.formatcontext (#10300) (#10...- See full diff in compare view
Updates frequenz-repo-config[extra-lint-examples] from 0.13.3 to 0.13.4
Release notes
Sourced from frequenz-repo-config[extra-lint-examples]'s releases.
v0.13.4
Frequenz Repository Configuration Release Notes
Summary
This release just widens the
setuptoolsdependency to allow for version 80.x.What's Changed
- Clear release notes by
@llucaxin frequenz-floss/frequenz-repo-config-python#393- Widen setuptools upper bound to < 81 by
@llucaxin frequenz-floss/frequenz-repo-config-python#401- Bump setuptools from 79.0.0 to 80.1.0 by
@dependabotin frequenz-floss/frequenz-repo-config-python#400- Bump pydoclint from 0.6.4 to 0.6.6 by
@dependabotin frequenz-floss/frequenz-repo-config-python#397- Bump types-pyyaml from 6.0.12.20250326 to 6.0.12.20250402 by
@dependabotin frequenz-floss/frequenz-repo-config-python#398- Update types-setuptools requirement from =67.6.0,<81 by
@dependabotin frequenz-floss/frequenz-repo-config-python#399- Bump the patch group across 1 directory with 4 updates by
@dependabotin frequenz-floss/frequenz-repo-config-python#402- Bump the minor group with 4 updates by
@dependabotin frequenz-floss/frequenz-repo-config-python#404Full Changelog: https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.3...v0.13.4
Commits
78ec787Bump the minor group with 4 updates (#404)b68ebb9Bump the minor group with 4 updatesd788cbcBump the patch group across 1 directory with 4 updates (#402)1763b3eBump the patch group across 1 directory with 4 updates556d9f9Bump pydoclint from 0.6.4 to 0.6.6 (#397)ec5b00fBump types-pyyaml from 6.0.12.20250326 to 6.0.12.20250402 (#398)30e8c0aUpdate types-setuptools requirement from <80,>=67.6.0 to >=67.6.0,<81 (#399)961db04Bump setuptools from 79.0.0 to 80.1.0 (#400)338a87fWiden setuptools upper bound to < 81 (#401)991c35eWiden setuptools upper bound to < 81- Additional commits viewable in compare view
Updates pytest-mock from 3.14.0 to 3.14.1
Release notes
Sourced from pytest-mock's releases.
v3.14.1
- #503: Python 3.14 is now officially supported.
Changelog
Sourced from pytest-mock's changelog.
3.14.1 (2025-08-26)
[#503](https://github.com/pytest-dev/pytest-mock/issues/503) <https://github.com/pytest-dev/pytest-mock/pull/503>_: Python 3.14 is now officially supported.
Commits
34dd61aRelease 3.14.1299adb9Add support for Python 3.14 (#503)f5fcef7[pre-commit.ci] pre-commit autoupdate (#504)bae64d8[pre-commit.ci] pre-commit autoupdate (#502)824f334[pre-commit.ci] pre-commit autoupdate (#501)db1add6[pre-commit.ci] pre-commit autoupdate (#500)48ac874[pre-commit.ci] pre-commit autoupdate (#499)fe7ad9a[pre-commit.ci] pre-commit autoupdate (#498)7857e60[pre-commit.ci] pre-commit autoupdate (#497)a8b97ea[pre-commit.ci] pre-commit autoupdate (#496)- 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
+8
-8
Technical Details
| ID: | 792051 |
| UUID: | 2557928780 |
| Node ID: | PR_kwDOLgwdfM6YduVM |
| Host: | GitHub |
| Repository: | frequenz-floss/frequenz-client-reporting-python |
| Merge State: | Unknown |