Skip to content

Commit 2a16d25

Browse files
authored
Bump the required group with 5 updates (#92)
2 parents e48545b + 356e42f commit 2a16d25

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev-flake8 = [
5555
"flake8 == 7.1.1",
5656
"flake8-docstrings == 1.7.0",
5757
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
58-
"pydoclint == 0.5.6",
58+
"pydoclint == 0.5.9",
5959
"pydocstyle == 6.3.0",
6060
]
6161
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
@@ -65,26 +65,28 @@ dev-mkdocs = [
6565
"mike == 2.1.3",
6666
"mkdocs-gen-files == 0.5.0",
6767
"mkdocs-literate-nav == 0.6.1",
68-
"mkdocs-macros-plugin == 1.0.5",
69-
"mkdocs-material == 9.5.34",
68+
"mkdocs-macros-plugin == 1.2.0",
69+
"mkdocs-material == 9.5.39",
7070
"mkdocstrings[python] == 0.26.1",
7171
"mkdocstrings-python == 1.11.1",
7272
"frequenz-repo-config[lib] == 0.10.0",
7373
]
7474
dev-mypy = [
7575
"mypy == 1.11.2",
76+
"grpc-stubs == 1.53.0.5",
7677
"types-Markdown == 3.7.0.20240822",
78+
"types-protobuf == 4.21.0.7",
7779
# For checking the noxfile, docs/ script, and tests
7880
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
7981
]
8082
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"]
8183
dev-pylint = [
82-
"pylint == 3.2.7",
84+
"pylint == 3.3.1",
8385
# For checking the noxfile, docs/ script, and tests
8486
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
8587
]
8688
dev-pytest = [
87-
"pytest == 8.3.2",
89+
"pytest == 8.3.3",
8890
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
8991
"pytest-mock == 3.14.0",
9092
"pytest-asyncio == 0.24.0",

src/frequenz/client/microgrid/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ async def set_power( # noqa: DOC502 (raises ApiClientError indirectly)
417417
method_name="SetPowerActive",
418418
)
419419

420-
async def set_bounds(
420+
async def set_bounds( # noqa: DOC503 (raises ApiClientError indirectly)
421421
self,
422422
component_id: int,
423423
lower: float,

0 commit comments

Comments
 (0)