From 4069fcc5f2eb536acd45762be5432cdaaf891b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:35:56 +0000 Subject: [PATCH] Bump the minor group with 4 updates Bumps the minor group with 4 updates: [types-protobuf](https://github.com/python/typeshed), [nox](https://github.com/wntrblm/nox), [time-machine](https://github.com/adamchainz/time-machine) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `types-protobuf` from 7.34.1.20260518 to 7.35.1.20260827 - [Commits](https://github.com/python/typeshed/commits) 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) Updates `hypothesis` from 6.163.0 to 6.165.10 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.163.0...v6.165.10) --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 7.35.1.20260827 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - 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 - dependency-name: hypothesis dependency-version: 6.165.10 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd16022..e1ea2dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,10 +88,10 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "grpc-stubs == 1.53.0.6", - "types-protobuf == 7.34.1.20260518", + "types-protobuf == 7.35.1.20260827", "types-python-dateutil == 2.9.0.20260716", ] -dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"] +dev-noxfile = ["nox == 2026.8.17", "frequenz-repo-config[lib] == 0.18.0"] dev-pylint = [ "pylint == 4.0.6", # For checking the noxfile, docs/ script, and tests @@ -104,8 +104,8 @@ dev-pytest = [ "pytest-mock == 3.15.1", "pytest-asyncio == 1.4.0", "async-solipsism == 0.9", - "time-machine == 3.2.0", - "hypothesis == 6.163.0", + "time-machine == 3.5.0", + "hypothesis == 6.165.10", "frequenz-client-dispatch[cli]", ] dev = [