diff --git a/poetry.lock b/poetry.lock index e94d2513..87a1823d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -811,18 +811,18 @@ files = [ [[package]] name = "isort" -version = "5.11.5" +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.5-py3-none-any.whl", hash = "sha256:ba1d72fb2595a01c7895a5128f9585a5cc4b6d395f1c8d514989b9a7eb2a8746"}, - {file = "isort-5.11.5.tar.gz", hash = "sha256:6be1f76a507cb2ecf16c7cf14a37e41609ca082330be4e3436a18ef74add55db"}, + {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)"] +colors = ["colorama (>=0.4.3)"] pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] plugins = ["setuptools"] requirements-deprecated-finder = ["pip-api", "pipreqs"] @@ -1993,4 +1993,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "aba810a2b60de387c7bb0e3ba9aabf7552708ef0d0dde84ed7d93410c293895d" +content-hash = "e20c7749a8e5876954f54e067290a980cef45e23e1943a3044f51e5afec167d2" diff --git a/pyproject.toml b/pyproject.toml index 8d87c0c8..605d631d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest = "^7.1.3" Sphinx = "^4.3.2" flake8 = "^5.0.4" black = "^23.1" -isort = "^5.11.4" +isort = "^5.12.0" pre-commit = "^2.20.0" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1"