diff --git a/poetry.lock b/poetry.lock index 0e571f0..b19a6d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -525,20 +525,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 = "kiwisolver" @@ -1626,4 +1623,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "a261542c77fedb5d106385d9dfe6525b3abce5bf93c7065e1d7e7408b40349e4" +content-hash = "27369196b04fcf21138292892b24a50d9d9e16609f0bba94b9dbe1ec84dded95" diff --git a/pyproject.toml b/pyproject.toml index 52174b6..d0268b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ importlib-metadata = ">=5,<8" [tool.poetry.dev-dependencies] coverage = "^7.3" black = "^22.12" -isort = "^5.12.0" +isort = "^5.13.2" flake8 = "^5.0.4" pre-commit = "^2.21.0" pre-commit-hooks = "^4.5.0"