diff --git a/poetry.lock b/poetry.lock index 75839815750..235b0b2af74 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1982,17 +1982,18 @@ files = [ [[package]] name = "isort" -version = "5.13.2" +version = "6.0.0" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" files = [ - {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, - {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, + {file = "isort-6.0.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892"}, + {file = "isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] +plugins = ["setuptools"] [[package]] name = "jinja2" @@ -4504,4 +4505,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0.0" -content-hash = "2bd6190fb26fceb1fa2b7efd2a3904b47130cbd38d2608c22091f1ec10495672" +content-hash = "4ab143a3ce04ab9054e157efcb90f694d87985113a5fb97161268d25d35d0280" diff --git a/pyproject.toml b/pyproject.toml index cb9a50b3080..4535d17e5bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ coverage = { extras = ["toml"], version = "^7.6" } pytest = "^8.3.4" black = "^24.8" boto3 = "^1.26.164" -isort = "^5.13.2" +isort = ">=5.13.2,<7.0.0" pytest-cov = ">=5,<7" pytest-mock = "^3.14.0" pdoc3 = "^0.11.0"