Skip to content

Commit 3794501

Browse files
Bump the required group with 5 updates
Bumps the required group with 5 updates: | Package | From | To | | --- | --- | --- | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.0` | `5.29.2` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.9` | `0.5.14` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.5.49` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `3.3.3` | Updates `protobuf` from 5.29.0 to 5.29.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v5.29.0...v5.29.2) Updates `pydoclint` from 0.5.9 to 0.5.14 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.9...0.5.14) Updates `mkdocs-material` from 9.5.47 to 9.5.49 - [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.47...9.5.49) Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) Updates `pylint` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mypy 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1996f9e commit 3794501

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
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.0",
13+
"protobuf == 5.29.2",
1414
"grpcio-tools == 1.68.1",
1515
"grpcio == 1.68.1",
1616
]
@@ -53,27 +53,27 @@ 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.9",
56+
"pydoclint == 0.5.14",
5757
"pydocstyle == 6.3.0",
5858
]
5959
dev-formatting = ["black == 24.10.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.47",
64+
"mkdocs-material == 9.5.49",
6565
"mkdocstrings[python] == 0.27.0",
6666
"frequenz-repo-config[api] == 0.11.0",
6767
]
6868
dev-mypy = [
69-
"mypy == 1.13.0",
69+
"mypy == 1.14.1",
7070
"grpc-stubs == 1.53.0.5",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
7474
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[api] == 0.11.0"]
7575
dev-pylint = [
76-
"pylint == 3.3.2",
76+
"pylint == 3.3.3",
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)