diff --git a/poetry.lock b/poetry.lock index e14228bbe..e5c974d71 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1556,14 +1556,14 @@ files = [ [[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] @@ -4398,4 +4398,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "a0534c54796ee2107d7382495cb252b5bfea506f8a908f8a1e4396f8ab31ba81" +content-hash = "563c334a72c388cbc0fdac2b92c39a49d2afad29be4cd97610c331b80d3d4d5f" diff --git a/pyproject.toml b/pyproject.toml index 0bd075261..222d4ba80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ flake8 = "^7.3.0" flake8-bugbear = "^24.12.12" flake8-print = "^5.0.0" flake8-pytest-style = "^2.1.0" -isort = "^6.1.0" +isort = "^7.0.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} moto = "*" pip-audit = "*"