From 7750f5ec1c67ff33d54b1dec6b4b5025a4a6994c Mon Sep 17 00:00:00 2001 From: Maxim Zemskov Date: Thu, 9 Jan 2025 18:22:24 +0300 Subject: [PATCH] feat: update cryptography and aiohttp (#91) --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index fc526ed..bb3912e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -aiohttp~=3.8 -cryptography~=41.0.5 -PyJWT~=2.8.0 -requests~=2.32.0 -setuptools~=68.2.0 -yarl~=1.9.2 +aiohttp~=3.10.11 +cryptography~=44.0.0 +PyJWT~=2.8.0 +requests~=2.32.0 +setuptools~=68.2.0 +yarl~=1.15.2