diff --git a/poetry.lock b/poetry.lock index 6bf4471..a39e0d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1223,21 +1223,19 @@ arrow = ">=0.15.0" [[package]] name = "isort" -version = "5.10.1" +version = "6.0.1" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.6.1,<4.0" +python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, - {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, + {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, + {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, ] [package.extras] -colors = ["colorama (>=0.4.3,<0.5.0)"] -pipfile-deprecated-finder = ["pipreqs", "requirementslib"] +colors = ["colorama"] plugins = ["setuptools"] -requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "jedi" @@ -3980,4 +3978,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "e0c36b1fe014a0d824df29dd921f8eb19e2556cee5daa8c56e02ffbfa32e97d6" +content-hash = "664476ef69b71322cdf03b116c971bfcafd32365e126a327666f65bfbb32df60" diff --git a/pyproject.toml b/pyproject.toml index 473b1f7..f8019a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ minilog = "^2.3" # Formatters black = ">=24.3,<26.0" -isort = "^5.10" +isort = ">=5.10,<7.0" # Linters mypy = "^1.18.1"