diff --git a/poetry.lock b/poetry.lock index 2d571c76384..b62788f35fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1341,20 +1341,17 @@ files = [ [[package]] name = "isort" -version = "5.11.5" +version = "5.13.2" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.8.0" files = [ - {file = "isort-5.11.5-py3-none-any.whl", hash = "sha256:ba1d72fb2595a01c7895a5128f9585a5cc4b6d395f1c8d514989b9a7eb2a8746"}, - {file = "isort-5.11.5.tar.gz", hash = "sha256:6be1f76a507cb2ecf16c7cf14a37e41609ca082330be4e3436a18ef74add55db"}, + {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, + {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, ] [package.extras] -colors = ["colorama (>=0.4.3,<0.5.0)"] -pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] -plugins = ["setuptools"] -requirements-deprecated-finder = ["pip-api", "pipreqs"] +colors = ["colorama (>=0.4.6)"] [[package]] name = "jinja2" @@ -3329,4 +3326,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "db50c6e0d3bb94db558aef5220d8f06c42af3d5772e32de19250970448b0531c" +content-hash = "1eb623d82065a5ab34897f92712b38bb28e8d316ed307a38ece0427a58d80545" diff --git a/pyproject.toml b/pyproject.toml index b2260d4c232..36767102e12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ coverage = {extras = ["toml"], version = "^7.4"} pytest = "^8.0.0" black = "^23.3" boto3 = "^1.26.164" -isort = "^5.11.5" +isort = "^5.13.2" pytest-cov = "^4.1.0" pytest-mock = "^3.11.1" pdoc3 = "^0.10.0"