From dd28bf4426e2abdc96a891b61c198df674074336 Mon Sep 17 00:00:00 2001 From: Maxim Zemskov Date: Thu, 9 Jan 2025 17:39:29 +0300 Subject: [PATCH] Update requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index fc526ed..85a8e01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -aiohttp~=3.8 -cryptography~=41.0.5 +aiohttp~=3.11.11 +cryptography~=44.0.0 PyJWT~=2.8.0 requests~=2.32.0 setuptools~=68.2.0 -yarl~=1.9.2 +yarl~=1.18.3