Skip to content

Commit 5cb238c

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/python), [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) and [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python). Updates `mkdocs-material` from 9.6.11 to 9.6.12 - [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.11...9.6.12) Updates `mkdocstrings-python` from 1.16.8 to 1.16.10 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.8...1.16.10) Updates `frequenz-repo-config[lib]` from 0.13.1 to 0.13.3 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.1...v0.13.3) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.1 to 0.13.3 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.1...v0.13.3) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings-python dependency-version: 1.16.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30e84b8 commit 5cb238c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 78.1.0",
77
"setuptools_scm[toml] == 8.2.0",
8-
"frequenz-repo-config[lib] == 0.13.1",
8+
"frequenz-repo-config[lib] == 0.13.3",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -64,10 +64,10 @@ dev-mkdocs = [
6464
"mkdocs-gen-files == 0.5.0",
6565
"mkdocs-literate-nav == 0.6.2",
6666
"mkdocs-macros-plugin == 1.3.7",
67-
"mkdocs-material == 9.6.11",
67+
"mkdocs-material == 9.6.12",
6868
"mkdocstrings[python] == 0.29.1",
69-
"mkdocstrings-python == 1.16.8",
70-
"frequenz-repo-config[lib] == 0.13.1",
69+
"mkdocstrings-python == 1.16.10",
70+
"frequenz-repo-config[lib] == 0.13.3",
7171
]
7272
dev-mypy = [
7373
"mypy == 1.15.0",
@@ -80,7 +80,7 @@ dev-mypy = [
8080
dev-noxfile = [
8181
"uv == 0.6.11",
8282
"nox == 2025.2.9",
83-
"frequenz-repo-config[lib] == 0.13.1",
83+
"frequenz-repo-config[lib] == 0.13.3",
8484
]
8585
dev-pylint = [
8686
"pylint == 3.3.6",
@@ -89,7 +89,7 @@ dev-pylint = [
8989
]
9090
dev-pytest = [
9191
"pytest == 8.3.5",
92-
"frequenz-repo-config[extra-lint-examples] == 0.13.1",
92+
"frequenz-repo-config[extra-lint-examples] == 0.13.3",
9393
"pytest-mock == 3.14.0",
9494
"pytest-asyncio == 0.26.0",
9595
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)