From 15ba6fac728ab3bd638e4aca1320b7baf55c3afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:59:06 +0000 Subject: [PATCH] build(deps-dev): update pytest-isort requirement in /src/palletjack Updates the requirements on [pytest-isort](https://github.com/stephrdev/pytest-isort) to permit the latest version. - [Changelog](https://github.com/stephrdev/pytest-isort/blob/master/CHANGELOG.rst) - [Commits](https://github.com/stephrdev/pytest-isort/compare/2.0.0...4.0.0) --- updated-dependencies: - dependency-name: pytest-isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src/palletjack/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/palletjack/setup.py b/src/palletjack/setup.py index b0e26fd9..97a82c92 100644 --- a/src/palletjack/setup.py +++ b/src/palletjack/setup.py @@ -36,7 +36,7 @@ "pylint-quotes~=0.2", "pylint~=2.11", "pytest-instafail~=0.4", - "pytest-isort~=2.0", + "pytest-isort>=2,<5", "pytest-pylint~=0.18", "pytest~=6.0", "black~=22.12",