From 80a6e6876c65713bd9ae1ef3a91e08fbd789759c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:07:45 +0000 Subject: [PATCH] chore(deps): bump pytest from 7.3.1 to 7.4.2 (#186) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3f95bb..7a6f21b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Flask==2.2.5 openai-whisper==20230314 -pytest==7.3.1 +pytest==7.4.2 redis==4.5.5 rq==1.15.1 python-dotenv==1.0.0