From 08e43d7bb8c858ecdd472615bc6d4d46ac4d69d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:13:19 +0000 Subject: [PATCH] chore(deps-dev): bump the minor group across 1 directory with 3 updates Bumps the minor group with 3 updates in the / directory: [asyncclick](https://github.com/python-trio/asyncclick), [pytest](https://github.com/pytest-dev/pytest) and [setuptools-scm](https://github.com/pypa/setuptools-scm). Updates `asyncclick` from 8.3.0.7 to 8.4.2.1 - [Changelog](https://github.com/python-trio/asyncclick/blob/main/CHANGES.md) - [Commits](https://github.com/python-trio/asyncclick/commits) 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: asyncclick dependency-version: 8.4.2.1 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 9bda185..29954fa 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.16.0", ] build-backend = "setuptools.build_meta" @@ -53,7 +53,7 @@ name = "Frequenz Energy-as-a-Service GmbH" email = "floss@frequenz.com" [project.optional-dependencies] -cli = ["asyncclick == 8.3.0.7"] +cli = ["asyncclick == 8.4.2.1"] dev-flake8 = [ "flake8 == 7.3.0", "flake8-datetimez == 20.10.0", @@ -90,7 +90,7 @@ dev-pylint = [ "frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]", ] dev-pytest = [ - "pytest == 9.0.3", + "pytest == 9.1.1", "pylint == 4.0.6", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.16.0", "pytest-mock == 3.15.1",