Skip to content

Commit 9b4191b

Browse files
Bump the required group with 4 updates
Bumps the required group with 4 updates: [pydoclint](https://github.com/jsh9/pydoclint), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [types-protobuf](https://github.com/python/typeshed) and [pylint](https://github.com/pylint-dev/pylint). Updates `pydoclint` from 0.5.8 to 0.5.9 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.8...0.5.9) Updates `mkdocs-material` from 9.5.36 to 9.5.39 - [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.36...9.5.39) Updates `types-protobuf` from 5.27.0.20240626 to 5.28.0.20240924 - [Commits](https://github.com/python/typeshed/commits) Updates `pylint` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.0...v3.3.1) --- updated-dependencies: - 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: types-protobuf 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 fe912f6 commit 9b4191b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dev-flake8 = [
4747
"flake8 == 7.1.1",
4848
"flake8-docstrings == 1.7.0",
4949
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
50-
"pydoclint == 0.5.8",
50+
"pydoclint == 0.5.9",
5151
"pydocstyle == 6.3.0",
5252
]
5353
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
@@ -58,7 +58,7 @@ dev-mkdocs = [
5858
"mkdocs-gen-files == 0.5.0",
5959
"mkdocs-literate-nav == 0.6.1",
6060
"mkdocs-macros-plugin == 1.2.0",
61-
"mkdocs-material == 9.5.36",
61+
"mkdocs-material == 9.5.39",
6262
"mkdocstrings[python] == 0.26.1",
6363
"mkdocstrings-python == 1.11.1",
6464
"frequenz-repo-config[lib] == 0.10.0",
@@ -67,7 +67,7 @@ dev-mypy = [
6767
"mypy == 1.11.2",
6868
"grpc-stubs == 1.53.0.5",
6969
"types-Markdown == 3.7.0.20240822",
70-
"types-protobuf == 5.27.0.20240626",
70+
"types-protobuf == 5.28.0.20240924",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
@@ -76,7 +76,7 @@ dev-noxfile = [
7676
"frequenz-repo-config[lib] == 0.10.0",
7777
]
7878
dev-pylint = [
79-
"pylint == 3.3.0",
79+
"pylint == 3.3.1",
8080
# For checking the noxfile, docs/ script, and tests
8181
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
8282
]

0 commit comments

Comments
 (0)