From c2aff9190845b5b60510ae5ac2092fa0208969d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:05:31 +0000 Subject: [PATCH 1/2] build(deps-dev): bump isort from 8.0.1 to 9.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 8.0.1 to 9.0.1. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/8.0.1...9.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e131307..ecdc6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev-flake8 = [ "pydoclint == 0.9.1", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 26.5.1", "isort == 8.0.1"] +dev-formatting = ["black == 26.5.1", "isort == 9.0.1"] dev-mkdocs = [ "black == 26.5.1", "Markdown==3.10.3", From 069fa72a193c0349e0f297c0566146d939574941 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 8 Sep 2026 14:20:38 +0000 Subject: [PATCH 2/2] build(deps-dev): bump pylint from 4.0.7 to 4.0.8 Pylint 4.0.7 pins isort to <9, which conflicts with this PR's isort 9.0.1 bump; 4.0.8 relaxes that to isort<10. Signed-off-by: Leandro Lucarella --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ecdc6a2..ba29339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"] dev-pylint = [ - "pylint == 4.0.7", + "pylint == 4.0.8", # For checking the noxfile, docs/ script, and tests "frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", ]