From 867215d64c8eb0074572d16edfd8bf8ba74f69ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:08:57 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- backend/dev-requirements.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/dev-requirements.txt b/backend/dev-requirements.txt index 49975f7..7208e5c 100644 --- a/backend/dev-requirements.txt +++ b/backend/dev-requirements.txt @@ -1,4 +1,4 @@ -pytest==8.4.2 +pytest==9.0.2 pytest-asyncio==0.26.0 httpx==0.28.1 ruff==0.14.8 diff --git a/backend/requirements.txt b/backend/requirements.txt index c1f9c5a..7868cdc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -17,7 +17,7 @@ pandas==2.3.3 numpy==2.3.5 # Testing -pytest==8.4.2 +pytest==9.0.2 pytest-asyncio==0.26.0 pytest-cov==4.1.0 httpx==0.28.1