Skip to content

Commit a16fe9c

Browse files
Bump the required group with 3 updates
Bumps the required group with 3 updates: [pydoclint](https://github.com/jsh9/pydoclint), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [pylint](https://github.com/pylint-dev/pylint). Updates `pydoclint` from 0.5.7 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.7...0.5.9) Updates `mkdocs-material` from 9.5.34 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.34...9.5.39) Updates `pylint` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.7...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: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d0aa69 commit a16fe9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.7",
56+
"pydoclint == 0.5.9",
5757
"pydocstyle == 6.3.0",
5858
]
5959
dev-formatting = ["black == 24.8.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.34",
64+
"mkdocs-material == 9.5.39",
6565
"mkdocstrings[python] == 0.26.1",
6666
"frequenz-repo-config[api] == 0.10.0",
6767
]
@@ -73,7 +73,7 @@ dev-mypy = [
7373
]
7474
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[api] == 0.10.0"]
7575
dev-pylint = [
76-
"pylint == 3.2.7",
76+
"pylint == 3.3.1",
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)