diff --git a/backend/poetry.lock b/backend/poetry.lock index 81e3e13..f2d8717 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "annotated-types" @@ -426,14 +426,14 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2 [[package]] name = "isort" -version = "6.0.1" +version = "6.1.0" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, - {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, + {file = "isort-6.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"}, + {file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"}, ] [package.extras] @@ -1552,4 +1552,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "d57a156cf0e13e2f58fb20c1b7ca0f59beb8f9c03f99839802eb59576960ac86" +content-hash = "37d2a030e1566a1747f1eeb41db96c41593cc87d6394ac26dc3fdf7329186183" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 4f5f533..38ba68d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -23,7 +23,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.group.dev.dependencies] pylint = "^3.3.7" -isort = "^6.0.1" +isort = "^6.1.0" [tool.isort] atomic = true