From 5c9350ac4ae3139205dc0937345e4730b1088290 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:52:34 +0000 Subject: [PATCH] feat(deps): update dependency pytest to v8.4.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65e3463..9b00057 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi==2025.7.14 # Testing iniconfig==2.1.0 # PyTest Testing packaging==25.0 # PyTest Testing pluggy==1.6.0 # PyTest Testing -pytest==8.4.1 # PyTest Testing +pytest==8.4.2 # PyTest Testing click==8.2.1 # Uvicorn httptools==0.6.4 # Uvicorn