From a208cb0a521ccb1b3221306ba14e4388683fc3e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:01:39 +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 07f4ac0f..565beed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ repository = "https://github.com/Mause/duckdb_engine" [tool.poetry.group.dev.dependencies] numpy = "*" pyarrow = "*" -pytest = "^8.0.0" +pytest = "^9.0.0" mypy = "^1.4" hypothesis = "^6.75.2" pandas = "^1"