From a01bdf79c769b3ab688eddd0cddc3a4108e7b6a4 Mon Sep 17 00:00:00 2001 From: Antoine Barthelemy Date: Tue, 1 Oct 2024 15:39:36 +0200 Subject: [PATCH] update --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6a8afcb..50a048f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,8 @@ +Deprecated==1.2.13 +PyGithub==1.58.2 +PyJWT==2.7.0 +PyNaCl==1.5.0 +PyYAML==6.0.2 aiohttp==3.9.4 aiosignal==1.3.1 async-timeout==4.0.2 @@ -6,16 +11,11 @@ certifi==2024.7.4 cffi==1.15.1 charset-normalizer==3.1.0 cryptography==42.0.4 -Deprecated==1.2.13 -frozenlist==1.3.3 -idna==3.7 +frozenlist==1.4.1 +idna==3.10 multidict==6.0.4 openai==0.27.6 pycparser==2.21 -PyGithub==1.58.2 -PyJWT==2.7.0 -PyNaCl==1.5.0 -PyYAML==6.0 requests==2.32.2 tqdm==4.66.3 urllib3==2.2.2