From 6158bb48b83ae23c2a0cc05330441c2fece8261a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:46:33 +0100 Subject: [PATCH] Update pytest requirement from ~=7.2 to ~=9.0 (#3676) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d92f3b7e0..8dfa5815d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -89,7 +89,7 @@ pyppeteer-ng==2.0.0rc10 pyppeteerstealth>=0.0.4 # Include pytest, so if theres a support issue we can ask them to run these tests on their setup -pytest ~=7.2 +pytest ~=9.0 pytest-flask ~=1.3 pytest-mock ~=3.15