From ca4a1803a0ae9971b0f71c4b012a06cd69970b4b Mon Sep 17 00:00:00 2001 From: Shubham Date: Thu, 16 Nov 2023 15:22:23 +0530 Subject: [PATCH] chore: bumping aiohttp from 3.8.5 to 3.8.6 (#733) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1a08de6e..06fbe4544 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.0.0 PyJWT>=2.0.0, <3.0.0 -aiohttp==3.8.5 +aiohttp==3.8.6 aiohttp-retry>=2.8.3