From 3ff996366269e41fc5f7d59c7c9ad652ef1960aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Wed, 8 Oct 2025 19:27:43 +0200 Subject: [PATCH] Update dependencies in requirements.txt Upgraded python-dotenv, Requests, and tqdm to newer versions. Removed cryptography and simpleaudio from the requirements. --- requirements.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 97b6e50..d157b44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,3 @@ -cryptography==39.0.1 -python-dotenv==1.0.1 -Requests==2.32.3 -simpleaudio==1.0.4 -tqdm==4.65.0 +python-dotenv==1.1.1 +Requests==2.32.5 +tqdm==4.67.1 \ No newline at end of file