From 019f65acf102d4e1ec998dcb62660a6eb16da994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 20:01:38 +0000 Subject: [PATCH] Bump isort from 6.1.0 to 7.0.0 Bumps [isort](https://github.com/PyCQA/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) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9b8d5fd..9b474206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ Repository = "https://github.com/subzeroid/instagrapi" test = [ "flake8==7.3.0", "Pillow==11.3.0", - "isort==6.1.0", + "isort==7.0.0", "bandit==1.8.6", "mike==2.1.3", "markdown-include==0.8.1", diff --git a/requirements-test.txt b/requirements-test.txt index 85a0b22f..1a91ebb8 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ flake8==7.3.0 Pillow==11.3.0 -isort==6.1.0 +isort==7.0.0 bandit==1.8.6 pytest-xdist==3.8.0 pytest~=8.4.1