diff --git a/poetry.lock b/poetry.lock index 5a2a8a6af..161dcb417 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2141,19 +2141,18 @@ arrow = ">=0.15.0" [[package]] name = "isort" -version = "7.0.0" +version = "8.0.0" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, - {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, + {file = "isort-8.0.0-py3-none-any.whl", hash = "sha256:184916a933041c7cf718787f7e52064f3c06272aff69a5cb4dc46497bd8911d9"}, + {file = "isort-8.0.0.tar.gz", hash = "sha256:fddea59202f231e170e52e71e3510b99c373b6e571b55d9c7b31b679c0fed47c"}, ] [package.extras] colors = ["colorama"] -plugins = ["setuptools"] [[package]] name = "itsdangerous" @@ -5962,4 +5961,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 = "c9b3c31bab5c4ba0cf58505bbb35612c096cc41835c61467f997ad263a28679e" +content-hash = "ded91e6a5e823d5a2dc1356c97f4715a24b5369311c119488ffd48431cd7cd8d" diff --git a/pyproject.toml b/pyproject.toml index 8426064cd..c8831e447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ flake8-bugbear = "^25.11.29" freezegun = "^1.5.5" hypothesis = "^6.151.9" honcho = "*" -isort = "^7.0.0" +isort = "^8.0.0" jinja2-cli = {version = "==1.0.0", extras = ["yaml"]} moto = "==5.1.21" pip-audit = "*"