Merge pull request #2033 from GSA/dependabot/pip/isort-7.0.0

Bump isort from 6.1.0 to 7.0.0
This commit is contained in:
ccostino
2025-10-14 09:05:16 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -2157,14 +2157,14 @@ arrow = ">=0.15.0"
[[package]]
name = "isort"
version = "6.1.0"
version = "7.0.0"
description = "A Python utility / library to sort Python imports."
optional = false
python-versions = ">=3.9.0"
python-versions = ">=3.10.0"
groups = ["dev"]
files = [
{file = "isort-6.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"},
{file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"},
{file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"},
{file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"},
]
[package.extras]
@@ -5892,4 +5892,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "572077182747c8f412aa940bef3de27161ecb7924a10df8d4862ff167cb86c4c"
content-hash = "e67699717d5a4119ec1d4600a7158cf032aa76f380447fc2552a3f78acb696b1"

View File

@@ -94,7 +94,7 @@ flake8-bugbear = "^24.12.12"
freezegun = "^1.5.5"
hypothesis = "^6.140.2"
honcho = "*"
isort = "^6.1.0"
isort = "^7.0.0"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "==5.1.14"
pip-audit = "*"