diff --git a/poetry.lock b/poetry.lock index ed8b5a92..a8d066ed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -711,14 +711,14 @@ files = [ [[package]] name = "isort" -version = "6.0.0" +version = "6.0.1" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "isort-6.0.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892"}, - {file = "isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"}, + {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, + {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, ] [package.extras] @@ -1549,4 +1549,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "f6e106fec6347fbb9991f6587f507e8ff984db84afd392cd5ee5d5ab682f833b" +content-hash = "ccc2ee80c5e23a0130c18e462a8ee792f6fd27b750c6a8a516cd0c3913303ab5" diff --git a/pyproject.toml b/pyproject.toml index deaf4c90..7596a067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pytest-mock = "^3.14.0" pytest = "^8.3.5" flake8 = "^7.1.2" black = "^25.1.0" -isort = "^6.0.0" +isort = "^6.0.1" pre-commit = "^4.1.0" pytest-cov = "^6.0.0" pytest-depends = "^1.0.1"