Build(deps-dev): Bump the patch group with 5 updates - #305
Merged
frequenz-auto-dependabot[bot] merged 1 commit intoSep 17, 2026
Merged
Conversation
Bumps the patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `2.0.7` | `2.0.8` | | [uv](https://github.com/astral-sh/uv) | `0.12.7` | `0.12.13` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.7` | `4.0.8` | | [time-machine](https://github.com/adamchainz/time-machine) | `3.5.0` | `3.5.1` | | [setuptools-scm](https://github.com/pypa/setuptools-scm) | `10.2.1` | `10.2.3` | Updates `mkdocstrings-python` from 2.0.7 to 2.0.8 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@2.0.7...2.0.8) Updates `uv` from 0.12.7 to 0.12.13 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.12.7...0.12.13) Updates `pylint` from 4.0.7 to 4.0.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.7...v4.0.8) Updates `time-machine` from 3.5.0 to 3.5.1 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst) - [Commits](adamchainz/time-machine@3.5.0...3.5.1) Updates `setuptools-scm` from 10.2.1 to 10.2.3 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](pypa/setuptools-scm@setuptools-scm-v10.2.1...setuptools-scm-v10.2.3) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: uv dependency-version: 0.12.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: time-machine dependency-version: 3.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: setuptools-scm dependency-version: 10.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested review from
ela-kotulska-frequenz
and removed request for
a team
September 17, 2026 08:16
frequenz-auto-dependabot
Bot
deleted the
dependabot/pip/patch-96683b27c1
branch
September 17, 2026 08:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the patch group with 5 updates:
2.0.72.0.80.12.70.12.134.0.74.0.83.5.03.5.110.2.110.2.3Updates
mkdocstrings-pythonfrom 2.0.7 to 2.0.8Release notes
Sourced from mkdocstrings-python's releases.
Changelog
Sourced from mkdocstrings-python's changelog.
Commits
8125b0dchore: Prepare release 2.0.85054240chore: Be a bit more minijinja compatiblec0424f2perf: Make template existence test (for locale templates) fasterUpdates
uvfrom 0.12.7 to 0.12.13Release notes
Sourced from uv's releases.
... (truncated)
Changelog
Sourced from uv's changelog.
... (truncated)
Commits
0ebbd92Bump version to 0.12.13 (#21594)17ccae3Use separate Depot projects for Docker development builds (#21591)8c18e15Use the workflow revision for PR security review configuration (#21592)9ebb1f6Clarify release pipeline job names (#21561)d87450dOmit unusedexclude-newer-packageentries from script locks (#21589)911f3a2Refactor release artifact handling (#21556)a712e81Separate Docker release builds from publishing (#21586)4196daeUse xhigh effort for PR security review (#21530)a51624bReduce PR security review reporting work (#21528)63e28b6Useeditpefor trampoline resource edits (#18713)Updates
pylintfrom 4.0.7 to 4.0.8Release notes
Sourced from pylint's releases.
... (truncated)
Commits
ecb84baBump pylint to 4.0.8, update changelog (#11355)989e9c5[Backport maintenance/4.0.x] Support isort 9 (#11354)8c1ee95Flag assertEqual and assertNotEqual between two constants in W1503eadefe3Fix false positive bad-string-format-type for subclasses of builtin typesdb00e3b[Backport maintenance/4.0.x] fix(docparams): guard decorated_with_property ag...7909c17Accept subclass instances in the invalid-*-returned checksd19640d[Backport maintenance/4.0.x] Fixinvalid-namefalse positive in `if _name...94e5704Skip unspecified-encoding for unknown open modes (#11163)d59b329fix(refactoring): handle non-AssignName targets in use-yield-from (#11286) (#...eea0569[Backport maintenance/4.0.x] Fix crash in docparams on raising a non-exceptio...Updates
time-machinefrom 3.5.0 to 3.5.1Changelog
Sourced from time-machine's changelog.
... (truncated)
Commits
27b1d58Version 3.5.159ead38Add PR links to changelog0e75f48MakeTimeMachineFixturealways available (#675)657108bStandardize the import detection test code (#694)34c2a9aAdapt tests for platforms with 32-bit time_t (#693)42b65d0Only use -mno-omit-leaf-frame-pointer where supported (#692)9446dcdExtend runtime fuzz tests (#691)64aec53[pre-commit.ci] pre-commit autoupdate (#676)effec2dFix mockeddatetime.today()rounding microseconds for far-future dates (#690)656a7a0Extend Migration CLI fuzz grammar and properties (#689)Updates
setuptools-scmfrom 10.2.1 to 10.2.3Release notes
Sourced from setuptools-scm's releases.
Commits
886267dMerge pull request #1517 from pypa/release/mainf57803dPrepare release: setuptools-scm v10.2.3, vcs-versioning v2.3.49a4b179Merge pull request #1516 from RonnyPfannschmidt/fix-1512-vcs-versioning-stand...2f8d5a3test: move the egg-info vs PKG-INFO priority test to setuptools-scmae95190test: do not run the xmlsec download regression test on python 3.82822b07test: make the vcs-versioning testsuite independent of setuptools-scm3f6f8d7Merge pull request #1514 from pypa/release/maina4e3ca2Prepare release: vcs-versioning v2.3.35a4539fMerge pull request #1513 from dylanpulver/semver-schemes-keep-epoch07cf0e9Add changelog fragmentDependabot 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 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