From f590f1aab51a73896055b9d6bbe3538e89f9c4dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 15:28:19 +0000 Subject: [PATCH] Bump types-protobuf from 5.29.1.20241207 to 5.29.1.20250208 Bumps [types-protobuf](https://github.com/python/typeshed) from 5.29.1.20241207 to 5.29.1.20250208. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe008762..993ae033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ 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.5", - "types-protobuf == 5.29.1.20241207", + "types-protobuf == 5.29.1.20250208", "types-python-dateutil == 2.9.0.20241206", ] dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.11.0"]