diff --git a/poetry.lock b/poetry.lock index 499a3488..77cd228a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -631,14 +631,14 @@ files = [ [[package]] name = "isort" -version = "8.0.0" +version = "8.0.1" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "isort-8.0.0-py3-none-any.whl", hash = "sha256:184916a933041c7cf718787f7e52064f3c06272aff69a5cb4dc46497bd8911d9"}, - {file = "isort-8.0.0.tar.gz", hash = "sha256:fddea59202f231e170e52e71e3510b99c373b6e571b55d9c7b31b679c0fed47c"}, + {file = "isort-8.0.1-py3-none-any.whl", hash = "sha256:28b89bc70f751b559aeca209e6120393d43fbe2490de0559662be7a9787e3d75"}, + {file = "isort-8.0.1.tar.gz", hash = "sha256:171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d"}, ] [package.extras] @@ -2264,4 +2264,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "c074adacdbb632312f0d709078ddbb0146655aa4dbae73bd33a05235e0ef6068" +content-hash = "ddd36542a656fa55d7d943e1dca1128eada19fc0d2f42daa1ac753e1ba039a73" diff --git a/pyproject.toml b/pyproject.toml index 6086d379..0e474e4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytest-flake8 = "=1.3.0" pytest-cov = "^7.0.0" tox = "*" mypy = "^1.19" -isort = "^8.0.0" +isort = "^8.0.1" black = "^26.1.0" flynt = "^1.0" deptry = "^0.24.0"