diff --git a/poetry.lock b/poetry.lock index b3ec0b7..497f412 100644 --- a/poetry.lock +++ b/poetry.lock @@ -703,23 +703,20 @@ files = [ [[package]] name = "isort" -version = "5.11.5" +version = "5.13.2" description = "A Python utility / library to sort Python imports." 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.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, + {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, ] [package.dependencies] -colorama = {version = ">=0.4.3,<0.5.0", optional = true, markers = "extra == \"colors\""} +colorama = {version = ">=0.4.6", optional = true, markers = "extra == \"colors\""} [package.extras] -colors = ["colorama (>=0.4.3,<0.5.0)"] -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 = "joblib" @@ -1844,4 +1841,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ab326ec89a41baacc4cd9f62ac2b9509707e9f7d80c20d9e59858de599c6479e" +content-hash = "0082be7743041aae9104acdeee76ae19f222b2d008a7ecb19e0145deda398678" diff --git a/pyproject.toml b/pyproject.toml index 1ae92a9..dc94cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ black = "^24.2.0" pydocstyle = "^6.1.1" mypy = "^1.8" types-requests = "^2.25.8" -isort = {extras = ["colors"], version = "^5.10.1"} +isort = {extras = ["colors"], version = "^5.13.2"} pre-commit = "^2.17.0" autoflake = "^1.7"