Skip to content

Commit d4fbca9

Browse files
Build(deps): Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python), [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). 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 `frequenz-repo-config[lib]` from 0.13.2 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.2...v0.13.3) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.2 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.2...v0.13.3) Updates `hypothesis` from 6.131.0 to 6.131.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.131.0...hypothesis-python-6.131.9) --- 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: 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 - dependency-name: hypothesis dependency-version: 6.131.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db330d0 commit d4fbca9

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.2",
8+
"frequenz-repo-config[lib] == 0.13.3",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -56,18 +56,18 @@ dev-mkdocs = [
5656
"mkdocs-gen-files == 0.5.0",
5757
"mkdocs-literate-nav == 0.6.2",
5858
"mkdocs-macros-plugin == 1.3.7",
59-
"mkdocs-material == 9.6.11",
59+
"mkdocs-material == 9.6.12",
6060
"mkdocstrings[python] == 0.29.1",
6161
"mkdocstrings-python == 1.16.10",
62-
"frequenz-repo-config[lib] == 0.13.2",
62+
"frequenz-repo-config[lib] == 0.13.3",
6363
]
6464
dev-mypy = [
6565
"mypy == 1.15.0",
6666
"types-Markdown == 3.8.0.20250413",
6767
# For checking the noxfile, docs/ script, and tests
6868
"frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]",
6969
]
70-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"]
70+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.3"]
7171
dev-pylint = [
7272
# dev-pytest already defines a dependency to pylint because of the examples
7373
# For checking the noxfile, docs/ script, and tests
@@ -76,11 +76,11 @@ dev-pylint = [
7676
dev-pytest = [
7777
"pytest == 8.3.5",
7878
"pylint == 3.3.6", # We need this to check for the examples
79-
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
79+
"frequenz-repo-config[extra-lint-examples] == 0.13.3",
8080
"pytest-mock == 3.14.0",
8181
"pytest-asyncio == 0.26.0",
8282
"async-solipsism == 0.7",
83-
"hypothesis == 6.131.0",
83+
"hypothesis == 6.131.9",
8484
"frequenz-quantities[marshmallow]",
8585
]
8686

0 commit comments

Comments
 (0)