diff --git a/poetry.lock b/poetry.lock index 36c29807..07a888c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1346,20 +1346,17 @@ requests = ">=2.25.1,<3.0" [[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 = "jinja2" @@ -2923,4 +2920,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "357269539bed5685ad5e25f2cf1edee806e4666cbd08d9e9cb1fa551e58db711" +content-hash = "c78808e9d4010b57d9575e8674d50018ce87624fdae9315c113761003aa6e9c8" diff --git a/pyproject.toml b/pyproject.toml index 86241450..340cccfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest-cov = "^4.1.0" black = "^23.11.0" flake8-quotes = "^3.3.2" flake8-isort = "^6.1.1" -isort = "^5.12.0" +isort = "^5.13.2" flake8-rst-docstrings = "^0.3.0" flake8-string-format = "^0.3.0" pep8-naming = "^0.13.3"