From dfb4346d4b68e2b66115702a14fba3c8d0f9e449 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:21:51 +0000 Subject: [PATCH] chore(deps): update dependency dev/pytest to >=8.3,<9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 773dc62..343a666 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ openhexa = "openhexa.cli:app" [project.optional-dependencies] dev = [ "ruff>=0.5.0,<0.6.0", - "pytest>=7.3,<8.3", + "pytest>=8.3,<9", "build>=0.10,<1.3", "pytest-cov>=4.0,<5.1", "pre-commit",