diff --git a/poetry.lock b/poetry.lock index d2ff34ced56..f8d475fc473 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2224,19 +2224,18 @@ files = [ [[package]] name = "isort" -version = "7.0.0" +version = "8.0.1" 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.1-py3-none-any.whl", hash = "sha256:28b89bc70f751b559aeca209e6120393d43fbe2490de0559662be7a9787e3d75"}, + {file = "isort-8.0.1.tar.gz", hash = "sha256:171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d"}, ] [package.extras] colors = ["colorama"] -plugins = ["setuptools"] [[package]] name = "jinja2" @@ -5179,4 +5178,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0.0" -content-hash = "ce9536cb09ab6326e9420027a1986fe78a8f4a803f924eed430a0e27a0ae65ff" +content-hash = "f89f84ee54e29c9efaca37b5102e899b8a15a84b862f78196aa6b26f3c21f180" diff --git a/pyproject.toml b/pyproject.toml index 73bbaf680c7..39598824dce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ kafka-consumer-protobuf = ["protobuf"] coverage = { extras = ["toml"], version = "^7.6" } pytest = ">=8.3.4,<10.0.0" boto3 = "^1.26.164" -isort = ">=5.13.2,<8.0.0" +isort = ">=5.13.2,<9.0.0" pytest-cov = ">=5,<8" pytest-mock = "^3.14.0" pytest-asyncio = ">=0.24,<1.4"