diff --git a/poetry.lock b/poetry.lock index ffae8615..4ebc5a94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -833,19 +833,19 @@ files = [ [[package]] name = "isort" -version = "5.11.4" +version = "5.12.0" description = "A Python utility / library to sort Python imports." category = "dev" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.8.0" files = [ - {file = "isort-5.11.4-py3-none-any.whl", hash = "sha256:c033fd0edb91000a7f09527fe5c75321878f98322a77ddcc81adbd83724afb7b"}, - {file = "isort-5.11.4.tar.gz", hash = "sha256:6db30c5ded9815d813932c04c2f85a360bcdd35fed496f4d8f35495ef0a261b6"}, + {file = "isort-5.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"}, + {file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"}, ] [package.extras] -colors = ["colorama (>=0.4.3,<0.5.0)"] -pipfile-deprecated-finder = ["pipreqs", "requirementslib"] +colors = ["colorama (>=0.4.3)"] +pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] plugins = ["setuptools"] requirements-deprecated-finder = ["pip-api", "pipreqs"] @@ -1858,4 +1858,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6c7923ce429a2eac3c42fca7f48f6fa728ef01da2a5fa89036bf2dd985c41dd0" +content-hash = "bc1bda7578d2d093c4788df68df3748a8062257bf5f27e17e09b8e90fda20d88" diff --git a/pyproject.toml b/pyproject.toml index cf3c439c..dd258cc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ blacken-docs = "^1.13.0" coverage = {version = "^7.1", extras = ["toml"]} flake8 = "^4.0.1" flake8-docstrings = "^1.7.0" -isort = "^5.11.4" +isort = "^5.12.0" mypy = "^0.991" pre-commit = "^3.0.1" pre-commit-hooks = "^4.4.0"