diff --git a/poetry.lock b/poetry.lock index 7ea1104c..9361d404 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1225,18 +1225,18 @@ files = [ [[package]] name = "isort" -version = "5.13.2" +version = "8.0.1" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.10.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-8.0.1-py3-none-any.whl", hash = "sha256:28b89bc70f751b559aeca209e6120393d43fbe2490de0559662be7a9787e3d75"}, + {file = "isort-8.0.1.tar.gz", hash = "sha256:171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] [[package]] name = "jinja2" @@ -2949,4 +2949,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "3759fd70597c79048cebeb4fc0a1a1caa1d8a50bef0948a5a3dda1eaf13fddf5" +content-hash = "4bf074bf666aca89562654acedcae36e0fcd3fb926390a24c72426d303803664" diff --git a/pyproject.toml b/pyproject.toml index ffd73d2f..4b4b198f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ boto3-stubs = ">=1.37.38,<1.43.0" mypy = "^1.9.0" flake8 = ">=6,<8" flake8-type-checking = ">=2.9,<4.0" -isort = "^5.13.2" +isort = ">=5.13.2,<9.0.0" pep8-naming = ">=0.14.1,<0.16.0" SQLAlchemy = "^2.0.30" psycopg = "^3.3.1"