Skip to content

Commit

Permalink
Bump the required group with 5 updates (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax authored Oct 24, 2024
2 parents e48545b + 356e42f commit 2a16d25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dev-flake8 = [
"flake8 == 7.1.1",
"flake8-docstrings == 1.7.0",
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
"pydoclint == 0.5.6",
"pydoclint == 0.5.9",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
Expand All @@ -65,26 +65,28 @@ dev-mkdocs = [
"mike == 2.1.3",
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.0.5",
"mkdocs-material == 9.5.34",
"mkdocs-macros-plugin == 1.2.0",
"mkdocs-material == 9.5.39",
"mkdocstrings[python] == 0.26.1",
"mkdocstrings-python == 1.11.1",
"frequenz-repo-config[lib] == 0.10.0",
]
dev-mypy = [
"mypy == 1.11.2",
"grpc-stubs == 1.53.0.5",
"types-Markdown == 3.7.0.20240822",
"types-protobuf == 4.21.0.7",
# For checking the noxfile, docs/ script, and tests
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"]
dev-pylint = [
"pylint == 3.2.7",
"pylint == 3.3.1",
# For checking the noxfile, docs/ script, and tests
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-pytest = [
"pytest == 8.3.2",
"pytest == 8.3.3",
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion src/frequenz/client/microgrid/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ async def set_power( # noqa: DOC502 (raises ApiClientError indirectly)
method_name="SetPowerActive",
)

async def set_bounds(
async def set_bounds( # noqa: DOC503 (raises ApiClientError indirectly)
self,
component_id: int,
lower: float,
Expand Down

0 comments on commit 2a16d25

Please sign in to comment.