From 46dd2cde0b33692af32475ce9a69445e3ae52f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:53:51 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 2 updates Bumps the minor group with 2 updates in the / directory: [time-machine](https://github.com/adamchainz/time-machine) and [setuptools](https://github.com/pypa/setuptools). Updates `time-machine` from 3.1.0 to 3.2.0 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/time-machine/compare/3.1.0...3.2.0) Updates `setuptools` from 80.9.0 to 80.10.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.9.0...v80.10.2) --- updated-dependencies: - dependency-name: time-machine dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25e76d6..945b3e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [build-system] requires = [ - "setuptools == 80.9.0", + "setuptools == 80.10.2", "setuptools_scm[toml] == 9.2.2", "frequenz-repo-config[lib] == 0.13.8", ] @@ -94,7 +94,7 @@ dev-pytest = [ "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "async-solipsism == 0.8", - "time-machine == 3.1.0", + "time-machine == 3.2.0", ] dev = [ "frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",