From 372fa65666d5fc8651260e0507cedc43291abc0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:24:51 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a5757d..d63489c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Flask==3.0.0 openai-whisper==20231117 -pytest==7.4.3 +pytest==8.3.3 redis==5.0.1 rq==1.15.1 python-dotenv==1.0.0