Skip to content

Commit 884a48a

Browse files
dependabot[bot]llucax
authored andcommitted
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](protocolbuffers/protobuf@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](grpc/grpc@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](jsh9/pydoclint@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](squidfunk/mkdocs-material@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](pylint-dev/pylint@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](pypa/setuptools@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](grpc/grpc@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] <[email protected]>
1 parent b6db3ca commit 884a48a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 75.6.0",
6+
"setuptools == 75.8.0",
77
"setuptools_scm[toml] == 8.1.0",
88
"frequenz-repo-config[api] == 0.11.0",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
1111
# versions can't work with code that was generated with newer versions.
1212
# https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
13-
"protobuf == 5.29.2",
14-
"grpcio-tools == 1.68.1",
15-
"grpcio == 1.68.1",
13+
"protobuf == 5.29.3",
14+
"grpcio-tools == 1.70.0",
15+
"grpcio == 1.70.0",
1616
]
1717
build-backend = "setuptools.build_meta"
1818

@@ -53,15 +53,15 @@ dev-flake8 = [
5353
"flake8 == 7.1.1",
5454
"flake8-docstrings == 1.7.0",
5555
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
56-
"pydoclint == 0.5.14",
56+
"pydoclint == 0.6.0",
5757
"pydocstyle == 6.3.0",
5858
]
5959
dev-formatting = ["black == 25.1.0", "isort == 5.13.2"]
6060
dev-mkdocs = [
6161
"mike == 1.1.2",
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.1",
64-
"mkdocs-material == 9.5.49",
64+
"mkdocs-material == 9.6.1",
6565
"mkdocstrings[python] == 0.27.0",
6666
"frequenz-repo-config[api] == 0.11.0",
6767
]
@@ -73,7 +73,7 @@ dev-mypy = [
7373
]
7474
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[api] == 0.11.0"]
7575
dev-pylint = [
76-
"pylint == 3.3.3",
76+
"pylint == 3.3.4",
7777
# For checking the noxfile, docs/ script, and tests
7878
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7979
]

0 commit comments

Comments
 (0)