diff --git a/poetry.lock b/poetry.lock index 4fdd316..db8330d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1350,17 +1350,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 = "itsdangerous" @@ -3252,4 +3253,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7411ea4668c14f3f9e25025273b68890362dc3dc01ccc9630e18fa5ecfd8b48a" +content-hash = "648074b6cac1ae861461ef2413691a34010679d3394c94f245059c0e82efd8c2" diff --git a/pyproject.toml b/pyproject.toml index 3872f3b..713280c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pytest-cov = "6.0.0" [tool.poetry.group.lint.dependencies] bandit = "1.8.0" flake8 = "7.1.1" -isort = "5.13.2" +isort = "6.0.0" mypy = "1.14.1" types-pyyaml = "6.0.12.20241230" types-requests = "2.32.0.20241016"