diff --git a/poetry.lock b/poetry.lock index 5b35024..c1b54db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -359,20 +359,17 @@ files = [ [[package]] name = "isort" -version = "5.12.0" +version = "5.13.2" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.8.0" files = [ - {file = "isort-5.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"}, - {file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"}, + {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, + {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, ] [package.extras] -colors = ["colorama (>=0.4.3)"] -pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] -plugins = ["setuptools"] -requirements-deprecated-finder = ["pip-api", "pipreqs"] +colors = ["colorama (>=0.4.6)"] [[package]] name = "joblib" @@ -976,4 +973,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "674856f4e9170c6f45f070b8631d5069395c752a4f9f420403f03be48a0e8661" +content-hash = "cbd06a09d7e7e78eb7f117066cacc2fd73a95c9660330132af6c4263e65c0f39" diff --git a/pyproject.toml b/pyproject.toml index aed5265..45f784b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ toucan-client = "^1.1.0" [tool.poetry.dev-dependencies] black = "^23.3.0" flake8 = "^5.0.4" -isort = "^5.10.1" +isort = "^5.13.2" mypy = "^1.2.0" pre-commit = "^3.3.3" pytest = "^7.0.0"