From 26bb6c0812a2d37f651e3422e2dcd95c00a3d7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:23:18 +0000 Subject: [PATCH] Bump time-machine from 2.16.0 to 2.19.0 in the minor group Bumps the minor group with 1 update: [time-machine](https://github.com/adamchainz/time-machine). Updates `time-machine` from 2.16.0 to 2.19.0 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/time-machine/compare/2.16.0...2.19.0) --- updated-dependencies: - dependency-name: time-machine dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cb2137..791ea88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ dev-pytest = [ "pytest-mock == 3.14.1", "pytest-asyncio == 1.1.0", "async-solipsism == 0.8", - "time-machine == 2.16.0", + "time-machine == 2.19.0", ] dev = [ "frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",