diff --git a/poetry.lock b/poetry.lock index b1992ff6..5ce9abe9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -204,14 +204,14 @@ files = [ [[package]] name = "isort" -version = "6.0.0" +version = "6.0.1" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "isort-6.0.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892"}, - {file = "isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"}, + {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, + {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, ] [package.extras] @@ -471,4 +471,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9.1" -content-hash = "273665f74aabf84021c701f27675f98e94af58bd9fbe88d926d5e8d10fea5d7d" +content-hash = "4df4aafa11f47d122689b72c88d622b6faf561c135279f2b0972c356505b0504" diff --git a/pyproject.toml b/pyproject.toml index af918762..a5d4ba11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ jestspectation = "^1.4.5" [tool.poetry.group.dev.dependencies] coverage = "^7.8.0" flake8 = "^7.1.1" -isort = "^6.0.0" +isort = "^6.0.1" mypy = "^1.15.0" pytest = "^8.3.4" autopep8 = "^2.3.2"