From 40a71ce5ec13372cccee4d79f8ebb4fdcc59a1a2 Mon Sep 17 00:00:00 2001 From: Jason Jackson Date: Fri, 10 Jul 2026 11:04:33 -0400 Subject: [PATCH] chore(deps): update pytest requirement from <10.0.0,>=7.0.0 to >=9.0.3,<10.0.0 Reapplies the dependabot bump on top of current main (now on python:3.12-slim) to resolve merge conflicts caused by branch drift. Drops the stale "pin below major 9" comment, which no longer applies now that pytest is pinned to >=9.0.3. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e9adda5..89138c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,7 @@ selenium>=4.9.0 webdriver-manager>=4.0.2 # Testing dependencies -# Pin below major 9 to avoid unavailable releases while allowing minor updates -pytest>=7.0.0,<10.0.0 +pytest>=9.0.3,<10.0.0 pytest-cov>=4.1.0 pytest-timeout>=2.4.0 pytest-mock>=3.15.1 \ No newline at end of file