From f801b11378e42bf5947bb8d0dd9c1bcae48af4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:53:46 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 2 updates Bumps the minor group with 2 updates in the / directory: [uv](https://github.com/astral-sh/uv) and [time-machine](https://github.com/adamchainz/time-machine). Updates `uv` from 0.9.17 to 0.10.7 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.9.17...0.10.7) 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) --- updated-dependencies: - dependency-name: uv dependency-version: 0.10.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: time-machine dependency-version: 3.2.0 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..4b0c63a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev-mypy = [ "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = [ - "uv == 0.9.17", + "uv == 0.10.7", "nox == 2025.11.12", "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]",