From 97fbbc6f9d2b07ec38711179ebbce5d5f5295839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:16:15 +0000 Subject: [PATCH] build(deps): update isort requirement from <9.0,>=5.13 to >=5.13,<10.0 Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [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/5.13.0...9.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 9.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 301fd487..2f328bd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "black>=26,<27", # needed for bw-generate-cli "copier~=9.7", "darkdetect~=0.8", - "isort>=5.13, <9.0", # needed for bw-generate-cli + "isort>=5.13, <10.0", # needed for bw-generate-cli "markdown~=3.9", "ophyd_devices~=1.29, >=1.29.1", "pydantic~=2.0",