Skip to content

Commit a8b394a

Browse files
Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python), [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python). Updates `frequenz-repo-config[lib]` from 0.13.5 to 0.13.6 - [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.5...v0.13.6) Updates `mkdocs-macros-plugin` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.4.0...v1.4.1) Updates `mkdocs-material` from 9.6.21 to 9.6.23 - [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.21...9.6.23) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.5 to 0.13.6 - [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.5...v0.13.6) --- updated-dependencies: - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-macros-plugin dependency-version: 1.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e3dafa commit a8b394a

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 == 80.9.0",
77
"setuptools_scm[toml] == 9.2.2",
8-
"frequenz-repo-config[lib] == 0.13.5",
8+
"frequenz-repo-config[lib] == 0.13.6",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -47,15 +47,15 @@ dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]
4747
dev-mkdocs = [
4848
"Markdown == 3.9",
4949
"black == 25.9.0",
50-
"frequenz-repo-config[lib] == 0.13.5",
50+
"frequenz-repo-config[lib] == 0.13.6",
5151
"markdown-callouts == 0.4.0",
5252
"markdown-svgbob == 202406.1023",
5353
"mike == 2.1.3",
5454
"mkdocs-gen-files == 0.5.0",
5555
"mkdocs-include-markdown-plugin == 7.2.0",
5656
"mkdocs-literate-nav == 0.6.2",
57-
"mkdocs-macros-plugin == 1.4.0",
58-
"mkdocs-material == 9.6.21",
57+
"mkdocs-macros-plugin == 1.4.1",
58+
"mkdocs-material == 9.6.23",
5959
"mkdocstrings[python] == 0.30.1",
6060
"mkdocstrings-python == 1.18.2",
6161
"pymdownx-superfence-filter-lines == 0.1.0",
@@ -66,15 +66,15 @@ dev-mypy = [
6666
"mypy == 1.18.2",
6767
"types-Markdown == 3.9.0.20250906",
6868
]
69-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.5"]
69+
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"]
7070
dev-pylint = [
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
"pylint == 3.3.8",
7474
]
7575
dev-pytest = [
7676
"async-solipsism == 0.8",
77-
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
77+
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
7878
"hypothesis == 6.143.0",
7979
"pytest == 8.4.2",
8080
"pytest-asyncio == 1.1.0",

0 commit comments

Comments
 (0)