From fb14967bf201b736be1ea97f68f6d71ba9675fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:09:25 +0000 Subject: [PATCH] Bump the minor group with 4 updates Bumps the minor group with 4 updates: [grpcio](https://github.com/grpc/grpc), [flake8](https://github.com/pycqa/flake8), [pytest](https://github.com/pytest-dev/pytest) and [grpcio-tools](https://github.com/grpc/grpc). Updates `grpcio` from 1.72.1 to 1.73.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.72.1...v1.73.1) Updates `flake8` from 7.2.0 to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.2.0...7.3.0) Updates `pytest` from 8.3.5 to 8.4.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.1) Updates `grpcio-tools` from 1.72.1 to 1.73.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.72.1...v1.73.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.73.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: grpcio-tools dependency-version: 1.73.1 dependency-type: direct:production 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 d2cdeaae..56bf7283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,8 @@ requires = [ # versions can't work with code that was generated with newer versions. # https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards "protobuf == 6.31.1", - "grpcio-tools == 1.72.1", - "grpcio == 1.72.1", + "grpcio-tools == 1.73.1", + "grpcio == 1.73.1", ] build-backend = "setuptools.build_meta" @@ -50,7 +50,7 @@ email = "floss@frequenz.com" [project.optional-dependencies] dev-flake8 = [ - "flake8 == 7.2.0", + "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml "pydoclint == 0.6.6", @@ -78,7 +78,7 @@ dev-pylint = [ "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 8.3.5", + "pytest == 8.4.1", "frequenz-repo-config[extra-lint-examples] == 0.13.5", ] dev = [