diff --git a/poetry.lock b/poetry.lock index efe50d4..af27dc7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -978,18 +978,19 @@ tests = ["coverage[toml]", "pytest", "pytest-cov", "pytest-mock"] [[package]] name = "isort" -version = "5.13.2" +version = "6.0.1" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" groups = ["dev"] 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.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, + {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] +plugins = ["setuptools"] [[package]] name = "jinja2" @@ -3404,4 +3405,4 @@ requests = ">=2.0,<3.0" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "c7b3e8be4f0a0e2e06f36acefd69e716df22fc566933753f3cf98c6e286ec9e6" +content-hash = "25b25f6dc8291ef685c536e4b236f2a9afde86a6384f1dd9ace2fe67b9e794ed" diff --git a/pyproject.toml b/pyproject.toml index 832533f..c6947f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ types-pyyaml = "^6.0.12.20250402" types-requests = "^2.32.0.20250328" uvicorn = "^0.34.1" ruff = "^0.0.292" -isort = "^5.12.0" +isort = "^6.0.1" pre-commit = "^3.3.3" bandit = "^1.7.5" safety = "^2.3.5"