Skip to content

Bump the patch group with 8 updates#94

Closed
dependabot[bot] wants to merge 1 commit into
v0.x.xfrom
dependabot/pip/patch-1c5a88b143
Closed

Bump the patch group with 8 updates#94
dependabot[bot] wants to merge 1 commit into
v0.x.xfrom
dependabot/pip/patch-1c5a88b143

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2025

Bumps the patch group with 8 updates:

Package From To
isort 6.0.0 6.0.1
mkdocs-literate-nav 0.6.1 0.6.2
mkdocs-material 9.6.1 9.6.14
mkdocstrings-python 1.16.10 1.16.11
frequenz-repo-config[api] 0.13.2 0.13.4
pytest 8.3.4 8.3.5
pylint 3.3.4 3.3.7
frequenz-repo-config[extra-lint-examples] 0.13.2 0.13.4

Updates isort from 6.0.0 to 6.0.1

Release notes

Sourced from isort's releases.

6.0.1

Changes

🪲 Fixes

👷 Continuous Integration

Commits

Updates mkdocs-literate-nav from 0.6.1 to 0.6.2

Release notes

Sourced from mkdocs-literate-nav's releases.

v0.6.2

Other refactors, see oprypin/mkdocs-literate-nav@v0.6.1...v0.6.2

Commits

Updates mkdocs-material from 9.6.1 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

  • 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

  • Fixed #8158: Flip footnote back reference icon for right-to-left languages

mkdocs-material-9.6.11

  • Updated Docker image to latest Alpine Linux
  • Bump required Jinja version to 3.1
  • Fixed #8133: Jinja filter items not available (9.6.10 regression)
  • Fixed #8128: Search plugin not entirely disabled via enabled setting

mkdocs-material-9.6.10

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

  • 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

  • Added Welsh translations
  • Fixed #8076: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.7

  • Fixed #8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #8054: Unescaped quotes in ARIA labels of table of contents

mkdocs-material-9.6.6

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmaintained regex package in search plugin

mkdocs-material-9.6.5

  • Fixed #8016: Tags listing not showing when when file name has spaces
  • Fixed #8012: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.4

  • Fixed #7985: Blog content sometimes not stretching to full width
  • Fixed #7978: Navigation rendering bug in Safari 18.3

... (truncated)

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 items not 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
  • 2e9bd81 Prepare 9.6.14 release
  • e45972a Fixed social plugin crashing for CairoSVG >= 2.8
  • bce053a Fixed social plugin crashing for CairoSVG >= 2.8
  • ca65624 Updated changelog
  • 8670a01 Prepare 9.6.13 release
  • 8485881 Fixed entity-relationship diagram styling after Mermaid upgrade (#8211)
  • 5a0adb8 Documentation (#8205)
  • 572da4f Fixed annotations showing list markers in print view
  • 6d04f2c Updated Change Request guide (#8201)
  • e56efb2 Updated dependencies
  • Additional commits viewable 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

Compare with 1.16.10

Bug Fixes

Changelog

Sourced from mkdocstrings-python's changelog.

1.16.11 - 2025-05-24

Compare with 1.16.10

Bug Fixes

Commits
  • 5d2ba0a chore: Prepare release 1.16.11
  • 7f95686 fix: Fix highlighting for signature with known special names like __init__
  • 0a35b20 fix: Use default font-size for parameter headings
  • ba66969 fix: Prevent uppercasing H5 titles (by Material for MkDocs)
  • 096960a fix: Use configured heading even when signature is not separated
  • d4e618a fix: Render attribute names without full path in ToC
  • bb36fa1 chore: Template upgrade
  • See full diff in compare view

Updates frequenz-repo-config[api] from 0.13.2 to 0.13.4

Release notes

Sourced from frequenz-repo-config[api]'s releases.

v0.13.4

Frequenz Repository Configuration Release Notes

Summary

This release just widens the setuptools dependency to allow for version 80.x.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.13.3...v0.13.4

v0.13.3

Frequenz Repository Configuration Release Notes

This version only widens the setuptools dependency to support 79.x.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.13.2...v0.13.3

Commits
  • 78ec787 Bump the minor group with 4 updates (#404)
  • b68ebb9 Bump the minor group with 4 updates
  • d788cbc Bump the patch group across 1 directory with 4 updates (#402)
  • 1763b3e Bump the patch group across 1 directory with 4 updates
  • 556d9f9 Bump pydoclint from 0.6.4 to 0.6.6 (#397)
  • ec5b00f Bump types-pyyaml from 6.0.12.20250326 to 6.0.12.20250402 (#398)
  • 30e8c0a Update types-setuptools requirement from <80,>=67.6.0 to >=67.6.0,<81 (#399)
  • 961db04 Bump setuptools from 79.0.0 to 80.1.0 (#400)
  • 338a87f Widen setuptools upper bound to < 81 (#401)
  • 991c35e Widen setuptools upper bound to < 81
  • Additional commits viewable in compare view

Updates pytest from 8.3.4 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
Commits

Updates pylint from 3.3.4 to 3.3.7

Commits

Updates frequenz-repo-config[extra-lint-examples] from 0.13.2 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 setuptools dependency to allow for version 80.x.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.13.3...v0.13.4

v0.13.3

Frequenz Repository Configuration Release Notes

This version only widens the setuptools dependency to support 79.x.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.13.2...v0.13.3

Commits
  • 78ec787 Bump the minor group with 4 updates (#404)
  • b68ebb9 Bump the minor group with 4 updates
  • d788cbc Bump the patch group across 1 directory with 4 updates (#402)
  • 1763b3e Bump the patch group across 1 directory with 4 updates
  • 556d9f9 Bump pydoclint from 0.6.4 to 0.6.6 (#397)
  • ec5b00f Bump types-pyyaml from 6.0.12.20250326 to 6.0.12.20250402 (#398)
  • 30e8c0a Update types-setuptools requirement from <80,>=67.6.0 to >=67.6.0,<81 (#399)
  • 961db04 Bump setuptools from 79.0.0 to 80.1.0 (#400)
  • 338a87f Widen setuptools upper bound to < 81 (#401)
  • 991c35e Widen setuptools upper bound to < 81
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` |
| [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.1` | `0.6.2` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.1` | `9.6.14` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.10` | `1.16.11` |
| [frequenz-repo-config[api]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.2` | `0.13.4` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.7` |
| [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.2` | `0.13.4` |


Updates `isort` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@6.0.0...6.0.1)

Updates `mkdocs-literate-nav` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases)
- [Commits](oprypin/mkdocs-literate-nav@v0.6.1...v0.6.2)

Updates `mkdocs-material` from 9.6.1 to 9.6.14
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.1...9.6.14)

Updates `mkdocstrings-python` from 1.16.10 to 1.16.11
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.16.10...1.16.11)

Updates `frequenz-repo-config[api]` from 0.13.2 to 0.13.4
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.2...v0.13.4)

Updates `pytest` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.4...8.3.5)

Updates `pylint` from 3.3.4 to 3.3.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.4...v3.3.7)

Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.2 to 0.13.4
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.2...v0.13.4)

---
updated-dependencies:
- dependency-name: isort
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: mkdocs-literate-nav
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: mkdocs-material
  dependency-version: 9.6.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: mkdocstrings-python
  dependency-version: 1.16.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: frequenz-repo-config[api]
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: pytest
  dependency-version: 8.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: pylint
  dependency-version: 3.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: frequenz-repo-config[extra-lint-examples]
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Jun 2, 2025
@dependabot dependabot Bot requested a review from a team as a code owner June 2, 2025 09:04
@dependabot dependabot Bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Jun 2, 2025
@stefan-brus-frequenz stefan-brus-frequenz added this pull request to the merge queue Jun 4, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 4, 2025
@stefan-brus-frequenz stefan-brus-frequenz added this pull request to the merge queue Jun 4, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 4, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 5, 2025
@dependabot dependabot Bot deleted the dependabot/pip/patch-1c5a88b143 branch June 5, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant