diff --git a/poetry.lock b/poetry.lock index 65f02b69..4cfecc32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -992,20 +992,17 @@ test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.21)", "pa [[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 = "jedi" @@ -2236,4 +2233,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fe8ae9569d817222767604c7d9eac055d2e9d9c59b9b22a56f52db70fda0aa81" +content-hash = "1f6256f3affa46cd7a2b5e0fc60c0df0c66e22025898e32b7ae397b13c76858d" diff --git a/pyproject.toml b/pyproject.toml index d4b7654e..8e4ca98d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ flake8-docstrings = "1.7.0" flake8-isort = "6.0.0" flake8-string-format = "0.3.0" ipdb = "0.13.13" -isort = "5.12.0" +isort = "5.13.2" pdbpp = "0.10.3" pytest = "7.4.0" pytest-cov = "5.0.0"