From 24a88c12f4292388dc52d5af295eb01389ae8e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:00:41 +0000 Subject: [PATCH] Build(deps-dev): Bump the minor group across 1 directory with 2 updates Bumps the minor group with 2 updates in the / directory: [nox](https://github.com/wntrblm/nox) and [time-machine](https://github.com/adamchainz/time-machine). Updates `nox` from 2026.7.11 to 2026.8.17 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2026.07.11...2026.08.17) Updates `time-machine` from 3.2.0 to 3.5.0 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/time-machine/compare/3.2.0...3.5.0) --- updated-dependencies: - dependency-name: nox dependency-version: 2026.8.17 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: time-machine dependency-version: 3.5.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 1bb61af..baff90f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dev-mypy = [ ] dev-noxfile = [ "uv == 0.12.7", - "nox == 2026.7.11", + "nox == 2026.8.17", "frequenz-repo-config[lib] == 0.18.0", ] dev-pylint = [ @@ -95,7 +95,7 @@ dev-pytest = [ "pytest-mock == 3.15.1", "pytest-asyncio == 1.4.0", "async-solipsism == 0.9", - "time-machine == 3.2.0", + "time-machine == 3.5.0", ] dev = [ "frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",