From 2dd6ef426c976b8fe207470ce2b708d36ced721f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:02:50 +0000 Subject: [PATCH] Bump reorder-python-imports from 3.16.0 to 3.17.0 Bumps [reorder-python-imports](https://github.com/asottile/reorder-python-imports) from 3.16.0 to 3.17.0. - [Commits](https://github.com/asottile/reorder-python-imports/compare/v3.16.0...v3.17.0) --- updated-dependencies: - dependency-name: reorder-python-imports dependency-version: 3.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bbf2450..31c2e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "autoflake==2.3.3", "isort==8.0.1", "pyupgrade==3.21.2", - "reorder-python-imports==3.16.0", + "reorder-python-imports==3.17.0", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 9ea0909..cf52994 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ aiofiles==25.1.0 autoflake==2.3.3 isort==8.0.1 pyupgrade==3.21.2 -reorder-python-imports==3.16.0 +reorder-python-imports==3.17.0