From eae9f8c18d96e9748f5bf3ea2682651cf6172683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:16:35 +0000 Subject: [PATCH] Build(deps-dev): Bump the patch group with 5 updates 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](https://github.com/mkdocstrings/python/compare/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](https://github.com/astral-sh/uv/compare/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](https://github.com/pylint-dev/pylint/compare/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](https://github.com/adamchainz/time-machine/compare/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](https://github.com/pypa/setuptools-scm/compare/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] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67de839..8467ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 84.0.0", - "setuptools_scm[toml] == 10.2.1", + "setuptools_scm[toml] == 10.2.3", "frequenz-repo-config[lib] == 0.18.0", ] build-backend = "setuptools.build_meta" @@ -68,7 +68,7 @@ dev-mkdocs = [ "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.7", "mkdocstrings[python] == 1.0.6", - "mkdocstrings-python == 2.0.7", + "mkdocstrings-python == 2.0.8", "frequenz-repo-config[lib] == 0.18.0", ] dev-mypy = [ @@ -80,12 +80,12 @@ dev-mypy = [ "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = [ - "uv == 0.12.7", + "uv == 0.12.13", "nox == 2026.8.17", "frequenz-repo-config[lib] == 0.18.0", ] dev-pylint = [ - "pylint == 4.0.7", + "pylint == 4.0.8", # For checking the noxfile, docs/ script, and tests "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] @@ -95,7 +95,7 @@ dev-pytest = [ "pytest-mock == 3.15.1", "pytest-asyncio == 1.4.0", "async-solipsism == 0.9", - "time-machine == 3.5.0", + "time-machine == 3.5.1", ] dev = [ "frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",