diff --git a/poetry.lock b/poetry.lock index d9364bb..322b941 100644 --- a/poetry.lock +++ b/poetry.lock @@ -534,13 +534,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-isort" -version = "3.1.0" +version = "4.0.0" description = "py.test plugin to check import ordering using isort" optional = false -python-versions = ">=3.7,<4" +python-versions = ">=3.8,<4" files = [ - {file = "pytest_isort-3.1.0-py3-none-any.whl", hash = "sha256:13e68d84b35d4f79d20d3d165f491bffc9e4b9509f420381a4186118c4454bd3"}, - {file = "pytest_isort-3.1.0.tar.gz", hash = "sha256:067801dc5e54a474330d074d521c815948ff6d5cf0ed3b9d057b78216851186c"}, + {file = "pytest_isort-4.0.0-py3-none-any.whl", hash = "sha256:14bb3281bab587d6beb53129481e8885232249ec5cfeaf5d903a561ff0589620"}, + {file = "pytest_isort-4.0.0.tar.gz", hash = "sha256:00e99642e282b00b849cf9b49d9102a02ab8c4ec549ace57d7868b723713aaa9"}, ] [package.dependencies] @@ -633,4 +633,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ee02dc0f957306c61e8fd6fb511126c0be0ed9a28bf1bb6c756565379e1c89a0" +content-hash = "7465c715d2ba8154f09d25c7aabbf3cffa328b9d8592e81de5b5f36b4ea6298c" diff --git a/pyproject.toml b/pyproject.toml index 620a8fd..89ec634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pytest-random-order = "^1.1.1" pytest-ruff = "^0.3" ruff = "^0.3.0" isort = "^5.13.2" -pytest-isort = "^3.1.0" +pytest-isort = "^4.0.0" [tool.ruff] [tool.ruff.lint]