From 1450db90307e102c71abdc0554f043d3a7195e68 Mon Sep 17 00:00:00 2001 From: Kapil Duwadi Date: Mon, 17 Nov 2025 14:49:05 -0600 Subject: [PATCH] upgraded pytest from 8 to 9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b94d511..335d6ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pre-commit~=4.2.0", - "pytest~=8.4.0", + "pytest~=9.0.1", "ruff~=0.11.12", "pytest-mock~=3.14.1", "pytest-cov~=7.0.0"