Skip to content

Commit 015eee5

Browse files
Build(deps-dev): Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python), [uv](https://github.com/astral-sh/uv) and [pylint](https://github.com/pylint-dev/pylint). Updates `mkdocstrings-python` from 2.0.3 to 2.0.5 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@2.0.3...2.0.5) Updates `uv` from 0.11.17 to 0.11.26 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.11.17...0.11.26) Updates `pylint` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: uv dependency-version: 0.11.26 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1374b39 commit 015eee5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dev-mkdocs = [
6868
"mkdocs-macros-plugin == 1.5.0",
6969
"mkdocs-material == 9.7.6",
7070
"mkdocstrings[python] == 1.0.4",
71-
"mkdocstrings-python == 2.0.3",
71+
"mkdocstrings-python == 2.0.5",
7272
"frequenz-repo-config[lib] == 0.17.0",
7373
]
7474
dev-mypy = [
@@ -80,12 +80,12 @@ dev-mypy = [
8080
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-noxfile = [
83-
"uv == 0.11.17",
83+
"uv == 0.11.26",
8484
"nox == 2026.4.10",
8585
"frequenz-repo-config[lib] == 0.17.0",
8686
]
8787
dev-pylint = [
88-
"pylint == 4.0.5",
88+
"pylint == 4.0.6",
8989
# For checking the noxfile, docs/ script, and tests
9090
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9191
]

0 commit comments

Comments
 (0)