Skip to content

Commit bf31a5f

Browse files
authored
Merge pull request #136 from frequenz-floss/dependabot/pip/patch-6718f3f1f6
Bump the patch group with 4 updates
2 parents e3c179d + 5f641ae commit bf31a5f

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[api] == 0.13.5",
8+
"frequenz-repo-config[api] == 0.13.6",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
1111
# versions can't work with code that was generated with newer versions.
@@ -75,11 +75,11 @@ dev-mkdocs = [
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
7777
"mkdocs-literate-nav == 0.6.2",
78-
"mkdocs-macros-plugin == 1.4.0",
79-
"mkdocs-material == 9.6.21",
78+
"mkdocs-macros-plugin == 1.4.1",
79+
"mkdocs-material == 9.6.23",
8080
"mkdocstrings[python] == 0.30.1",
8181
"mkdocstrings-python == 1.18.2",
82-
"frequenz-repo-config[api] == 0.13.5",
82+
"frequenz-repo-config[api] == 0.13.6",
8383
]
8484
dev-mypy = [
8585
"mypy == 1.18.2",
@@ -88,7 +88,7 @@ dev-mypy = [
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.5"]
91+
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.6"]
9292
dev-pylint = [
9393
# dev-pytest already defines a dependency to pylint because of the examples
9494
# For checking the noxfile, docs/ script, and tests
@@ -97,7 +97,7 @@ dev-pylint = [
9797
dev-pytest = [
9898
"pytest == 8.4.2",
9999
"pylint == 3.3.8", # We need this to check for the examples
100-
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
100+
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
101101
]
102102
dev = [
103103
"frequenz-api-reporting[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)