From 27dced860e2c3d00430f42e7377aa89b72b9ed52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:06:45 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [isort](https://github.com/PyCQA/isort) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `isort` from 6.1.0 to 7.0.0 - [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/6.1.0...7.0.0) Updates `pyright` from 1.1.406 to 1.1.407 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.406...v1.1.407) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pyright dependency-version: 1.1.407 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6351777..d2669fc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ pytest -isort==6.1.0 +isort==7.0.0 flake8==7.3.0 black==25.9.0 setuptools==80.9.0 wheel==0.45.1 twine==6.2.0 -pyright==1.1.406 +pyright==1.1.407 docker==7.1.0