From 884a48afdcba4ced357b2b937b2b7e70d7bafeda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:23:26 +0000 Subject: [PATCH 1/2] Bump the required group with 7 updates Bumps the required group with 7 updates: | Package | From | To | | --- | --- | --- | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.2` | `5.29.3` | | [grpcio](https://github.com/grpc/grpc) | `1.68.1` | `1.70.0` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.14` | `0.6.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.49` | `9.6.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` | | [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.68.1` | `1.70.0` | Updates `protobuf` from 5.29.2 to 5.29.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.29.2...v5.29.3) Updates `grpcio` from 1.68.1 to 1.70.0 - [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.68.1...v1.70.0) Updates `pydoclint` from 0.5.14 to 0.6.0 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jsh9/pydoclint/compare/0.5.14...0.6.0) Updates `mkdocs-material` from 9.5.49 to 9.6.1 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.49...9.6.1) Updates `pylint` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.3...v3.3.4) Updates `setuptools` from 75.6.0 to 75.8.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.6.0...v75.8.0) Updates `grpcio-tools` from 1.68.1 to 1.70.0 - [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.68.1...v1.70.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 962a979e..77b1ea60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,16 +3,16 @@ [build-system] requires = [ - "setuptools == 75.6.0", + "setuptools == 75.8.0", "setuptools_scm[toml] == 8.1.0", "frequenz-repo-config[api] == 0.11.0", # We need to pin the protobuf, grpcio and grpcio-tools dependencies to make # sure the code is generated using the minimum supported versions, as older # versions can't work with code that was generated with newer versions. # https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards - "protobuf == 5.29.2", - "grpcio-tools == 1.68.1", - "grpcio == 1.68.1", + "protobuf == 5.29.3", + "grpcio-tools == 1.70.0", + "grpcio == 1.70.0", ] build-backend = "setuptools.build_meta" @@ -53,7 +53,7 @@ dev-flake8 = [ "flake8 == 7.1.1", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.5.14", + "pydoclint == 0.6.0", "pydocstyle == 6.3.0", ] dev-formatting = ["black == 25.1.0", "isort == 5.13.2"] @@ -61,7 +61,7 @@ dev-mkdocs = [ "mike == 1.1.2", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", - "mkdocs-material == 9.5.49", + "mkdocs-material == 9.6.1", "mkdocstrings[python] == 0.27.0", "frequenz-repo-config[api] == 0.11.0", ] @@ -73,7 +73,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[api] == 0.11.0"] dev-pylint = [ - "pylint == 3.3.3", + "pylint == 3.3.4", # For checking the noxfile, docs/ script, and tests "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", ] From 49d18f872ab5dabe9b17596047462f867f433a38 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 3 Feb 2025 14:26:52 +0100 Subject: [PATCH 2/2] Bump minimum dependencies to match build dependencies Signed-off-by: Leandro Lucarella --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77b1ea60..75d02471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,11 +36,11 @@ dependencies = [ # We can't widen beyond the current value unless we bump the minimum # requirements too because of protobuf cross-version runtime guarantees: # https://protobuf.dev/support/cross-version-runtime-guarantee/#major - "protobuf >= 5.29.2, < 7", # Do not widen beyond 7! + "protobuf >= 5.29.3, < 7", # Do not widen beyond 7! # We couldn't find any document with a spec about the cross-version runtime # guarantee for grpcio, so unless we find one in the future, we'll assume # major version jumps are not compatible - "grpcio >= 1.68.1, < 2", # Do not widen beyond 2! + "grpcio >= 1.70.0, < 2", # Do not widen beyond 2! ] dynamic = ["version"] @@ -52,7 +52,7 @@ email = "floss@frequenz.com" dev-flake8 = [ "flake8 == 7.1.1", "flake8-docstrings == 1.7.0", - "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml + "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml "pydoclint == 0.6.0", "pydocstyle == 6.3.0", ]