Skip to content

Commit 49b3898

Browse files
Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [uv](https://github.com/astral-sh/uv) and [pytest](https://github.com/pytest-dev/pytest). Updates `mkdocs-material` from 9.6.18 to 9.6.21 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.18...9.6.21) Updates `mkdocstrings[python]` from 0.30.0 to 0.30.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.30.0...0.30.1) Updates `uv` from 0.8.14 to 0.8.22 - [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.8.14...0.8.22) Updates `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...8.4.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: uv dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb74e80 commit 49b3898

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
@@ -65,8 +65,8 @@ dev-mkdocs = [
6565
"mkdocs-gen-files == 0.5.0",
6666
"mkdocs-literate-nav == 0.6.2",
6767
"mkdocs-macros-plugin == 1.3.9",
68-
"mkdocs-material == 9.6.18",
69-
"mkdocstrings[python] == 0.30.0",
68+
"mkdocs-material == 9.6.21",
69+
"mkdocstrings[python] == 0.30.1",
7070
"mkdocstrings-python == 1.18.2",
7171
"frequenz-repo-config[lib] == 0.13.5",
7272
]
@@ -79,7 +79,7 @@ dev-mypy = [
7979
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
8181
dev-noxfile = [
82-
"uv == 0.8.14",
82+
"uv == 0.8.22",
8383
"nox == 2025.5.1",
8484
"frequenz-repo-config[lib] == 0.13.5",
8585
]
@@ -89,7 +89,7 @@ dev-pylint = [
8989
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
9191
dev-pytest = [
92-
"pytest == 8.4.1",
92+
"pytest == 8.4.2",
9393
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
9494
"pytest-mock == 3.14.1",
9595
"pytest-asyncio == 1.1.0",

0 commit comments

Comments
 (0)