diff --git a/poetry.lock b/poetry.lock index 03d5f10..3a82a4a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 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 = "aiobotocore" @@ -1473,18 +1473,19 @@ test-extra = ["curio", "ipython[test]", "matplotlib (!=3.2.0)", "nbformat", "num [[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 = "jedi" @@ -4744,4 +4745,4 @@ api = ["fastapi", "pyjwt", "uvicorn"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<4" -content-hash = "c2ff6a87e9a07cfe946af03c487d873003edff42f6b782cc4bd01a9893500209" +content-hash = "1590e1a848be6be2d77f235677a0ae326d0d7036d5a8c80eba231401b06e8efc" diff --git a/pyproject.toml b/pyproject.toml index 60dc7f0..53d0170 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest = "^8.3.2" pytest-cov = ">=4.1,<7.0" pytest-env = "^1.1.1" black = ">=23.11,<25.0" -isort = "^5.12.0" +isort = "^6.0.1" mypy = "^1.7.0" pre-commit = "^4.0.1" flake8 = ">=6.1,<8.0"