From 6c0a6711a67f9a1ebf0b99d86646be60b7ff1e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:42:33 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 3 updates Bumps the minor group with 3 updates in the / directory: [griffe](https://github.com/mkdocstrings/griffe), [pytest](https://github.com/pytest-dev/pytest) and [setuptools-scm](https://github.com/pypa/setuptools-scm). Updates `griffe` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/griffe/compare/2.0.2...2.1.0) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `setuptools-scm` from 10.0.5 to 10.2.0 - [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.0.5...setuptools-scm-v10.2.0) --- updated-dependencies: - dependency-name: griffe dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e96db36..aaeac10f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 82.0.1", - "setuptools_scm[toml] == 10.0.5", + "setuptools_scm[toml] == 10.2.0", "frequenz-repo-config[lib] == 0.18.0", ] build-backend = "setuptools.build_meta" @@ -60,7 +60,7 @@ dev-mkdocs = [ "mkdocstrings[python] == 1.0.4", "mkdocstrings-python == 2.0.5", "pymdownx-superfence-filter-lines == 0.1.0", - "griffe==2.0.2", + "griffe==2.1.0", ] dev-mypy = [ # For checking the noxfile, docs/ script, and tests @@ -78,7 +78,7 @@ dev-pytest = [ "async-solipsism == 0.9", "frequenz-repo-config[extra-lint-examples] == 0.18.0", "hypothesis == 6.155.7", - "pytest == 9.0.3", + "pytest == 9.1.1", "pytest-asyncio == 1.4.0", "pytest-mock == 3.15.1", ]