From e41aecc8c96cf720edadc3375739d56cdf978093 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:05:35 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | pytest | 8.4.1 | 9.0.0 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acddc54..941ce9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ all = [ ipykernel = "^6.27.1" mypy = "^1.15.0" ruff = "^0.10.0" -pytest = "^8.0.0" +pytest = "^9.0.0" pandas-stubs = "^2.2.1.240316" coverage = "^7.5.1" ipywidgets = "^8.1.3"