diff --git a/poetry.lock b/poetry.lock index 6f209ffc0..18a690619 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 4e9ed8330..76a2814b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "*"