diff --git a/poetry.lock b/poetry.lock index 3dcfccee..94fd7173 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1151,19 +1151,18 @@ files = [ [[package]] name = "isort" -version = "7.0.0" +version = "8.0.1" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, - {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, + {file = "isort-8.0.1-py3-none-any.whl", hash = "sha256:28b89bc70f751b559aeca209e6120393d43fbe2490de0559662be7a9787e3d75"}, + {file = "isort-8.0.1.tar.gz", hash = "sha256:171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d"}, ] [package.extras] colors = ["colorama"] -plugins = ["setuptools"] [[package]] name = "jinja2" @@ -2637,4 +2636,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = ">=3.13,!=3.14.1" -content-hash = "6ce5578d98164d4395d0a6583d7670d79c6c69c36fb5802d144cadd39338f527" +content-hash = "124a4b592565231d5436078b51c2619af0b14fc014f6a469aa9d69e33bc7f74c" diff --git a/pyproject.toml b/pyproject.toml index 096adcf5..efa07c38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ gitpython = "^3.1.45" [tool.poetry.group.dev.dependencies] bandit = "^1.9.3" -isort = "^7.0.0" +isort = "^8.0.1" moto = "^5.1.20" pre-commit = "^4.5.1" python-dotenv = "^1.2.1"