From 0d675fbbf7cf7ba6401ba0ec7c5ab933d0838c5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:16:07 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18f43750..5153d2b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ zip-safe = false "kinde_flask" = ["**/*.py", "**/*.json", "**/*.yaml", "**/*.yml"] [tool.poetry.dev-dependencies] -pytest = "^7.4.0" +pytest = "^9.0.0" pytest-cov = "^4.1.0" pytest-django = "^4.5.2" mypy = "^1.5.0"