From 877c286faadf6ee080c02ed43dd150af32c8a94b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:41:41 +0000 Subject: [PATCH] Update dependency pytest-isort to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8e817247..822ba381 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2468,13 +2468,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] @@ -3263,4 +3263,4 @@ tasks = ["Jinja2", "aiodns", "ansible-runner", "celery", "jmespath", "pottery"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c14b886662d19006946ee70db5bc90497670fca1d618f4f210ea3589e5578ce3" +content-hash = "296707264de6c46d716dfc33b0b750d5ad2384606e51ac523810bda6af5b0c79" diff --git a/pyproject.toml b/pyproject.toml index 21bbab31..a98c5917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ pytest = ">=6.2.5" pytest-asyncio = "^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.23.0" pytest-black = "^0.3.12" pytest-cov = "^3 || ^4" -pytest-isort = "^2 || ^3" +pytest-isort = "^2 || ^3 || ^4.0.0" tox = "^3.24.4 || ^4.0.0" psycopg = "^3.0.16" pytest-postgresql = "^4.1.1 || ^5.0.0"