From f6ae46daeaa5fe982c200c968f89f41a615e9202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:02:33 +0000 Subject: [PATCH] Bump time-machine from 2.19.0 to 3.1.0 Bumps [time-machine](https://github.com/adamchainz/time-machine) from 2.19.0 to 3.1.0. - [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/time-machine/compare/2.19.0...3.1.0) --- updated-dependencies: - dependency-name: time-machine dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 575a3df..f60ef28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ dev-pytest = [ "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0", "async-solipsism == 0.8", - "time-machine == 2.19.0", + "time-machine == 3.1.0", "hypothesis == 6.142.5", "frequenz-client-dispatch[cli]", ]