From 1383ca9f257b78a320de3b8b482ebcb821d9617f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jan 2025 02:02:38 +0000 Subject: [PATCH 01/16] fix: OTHERS/PDF_Downloader/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-72435 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1014645 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1533435 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-174323 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-174464 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-72681 --- OTHERS/PDF_Downloader/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OTHERS/PDF_Downloader/requirements.txt b/OTHERS/PDF_Downloader/requirements.txt index 65c79b95..9ab26d27 100644 --- a/OTHERS/PDF_Downloader/requirements.txt +++ b/OTHERS/PDF_Downloader/requirements.txt @@ -1,2 +1,4 @@ beautifulsoup4==4.10.0 -requests==2.18.4 +requests==2.32.2 +idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=1.26.19 # not directly required, pinned by Snyk to avoid a vulnerability From ddfdaf6646fe9e730b88e36981ab08fd1bb58c90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jan 2025 02:08:23 +0000 Subject: [PATCH 02/16] fix: SYSTEM MANAGEMENT APPS/bloodbankmanagement/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1066259 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1076802 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1090612 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1279042 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1290072 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2312875 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2329158 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2329159 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2329160 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2389002 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2389021 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606966 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606969 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2940618 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2968205 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-3319450 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-5496950 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-571013 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-571014 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-5750790 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-5880505 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-5932095 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-6041515 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-609368 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-609369 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-6370660 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7435780 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436273 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436514 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436646 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642790 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642791 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642813 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642814 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7886958 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7886959 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-8456315 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-8456316 - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-1584201 - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-5426157 - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-6615674 --- SYSTEM MANAGEMENT APPS/bloodbankmanagement/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SYSTEM MANAGEMENT APPS/bloodbankmanagement/requirements.txt b/SYSTEM MANAGEMENT APPS/bloodbankmanagement/requirements.txt index 40cadf3b..4b116c4d 100644 --- a/SYSTEM MANAGEMENT APPS/bloodbankmanagement/requirements.txt +++ b/SYSTEM MANAGEMENT APPS/bloodbankmanagement/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.2.7 -Django==3.0.5 +Django==4.2.17 django-widget-tweaks==1.4.8 pytz==2020.1 -sqlparse==0.3.1 +sqlparse==0.5.0 From e2a3f6afae54255f48908f9125ff1b5c7b2e714e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jan 2025 02:08:31 +0000 Subject: [PATCH 03/16] fix: OTHERS/PDF_Downloader/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- OTHERS/PDF_Downloader/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OTHERS/PDF_Downloader/requirements.txt b/OTHERS/PDF_Downloader/requirements.txt index 9ab26d27..dd2e0667 100644 --- a/OTHERS/PDF_Downloader/requirements.txt +++ b/OTHERS/PDF_Downloader/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.10.0 requests==2.32.2 idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability -urllib3>=1.26.19 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability From cd9f9d333fdfe66b90e82cd354e9fc6d465553aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Mar 2025 07:41:25 +0000 Subject: [PATCH 04/16] fix: FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-9292516 --- FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt b/FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt index 5d8c34e1..b91ad78c 100644 --- a/FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt +++ b/FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt @@ -5,7 +5,7 @@ flashtext==2.7 Flask==2.1.3 importlib-metadata==4.12.0 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.6 joblib==1.1.0 MarkupSafe==2.1.1 numpy==1.23.1 From 750fce2a5a07d248a6c829195f3c8d60ed419ab2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Apr 2025 09:22:09 +0000 Subject: [PATCH 05/16] fix: DJANGO PROJECTS/Chat/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JUPYTERLABGIT-9667341 --- DJANGO PROJECTS/Chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DJANGO PROJECTS/Chat/requirements.txt b/DJANGO PROJECTS/Chat/requirements.txt index 0fdd2d1f..255418a4 100644 --- a/DJANGO PROJECTS/Chat/requirements.txt +++ b/DJANGO PROJECTS/Chat/requirements.txt @@ -47,7 +47,7 @@ jupyter_core==5.1.0 jupyter_server==2.0.1 jupyter_server_terminals==0.4.3 jupyterlab==3.5.2 -jupyterlab-git==0.41.0 +jupyterlab-git==0.51.1 jupyterlab-pygments==0.2.2 jupyterlab_server==2.16.5 kiwisolver==1.4.4 From ef4f984ecf77d7da672f058a2628d38f94e254ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Apr 2025 08:04:05 +0000 Subject: [PATCH 06/16] fix: DJANGO PROJECTS/Chat/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORCH-9788071 --- DJANGO PROJECTS/Chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DJANGO PROJECTS/Chat/requirements.txt b/DJANGO PROJECTS/Chat/requirements.txt index 0fdd2d1f..cb485d21 100644 --- a/DJANGO PROJECTS/Chat/requirements.txt +++ b/DJANGO PROJECTS/Chat/requirements.txt @@ -109,7 +109,7 @@ terminado==0.17.1 threadpoolctl==3.1.0 tinycss2==1.2.1 tomli==2.0.1 -torch==1.13.1 +torch==2.6.0 tornado==6.2 traitlets==5.8.0 typing_extensions==4.4.0 From fbebc3dc0146792fb2a179f9d9983b58eb30ee53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 10:45:41 +0000 Subject: [PATCH 07/16] fix: CONVERSION SCRIPTS/Currency Converter/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 --- CONVERSION SCRIPTS/Currency Converter/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CONVERSION SCRIPTS/Currency Converter/requirements.txt b/CONVERSION SCRIPTS/Currency Converter/requirements.txt index e5bb514e..ee167a52 100644 --- a/CONVERSION SCRIPTS/Currency Converter/requirements.txt +++ b/CONVERSION SCRIPTS/Currency Converter/requirements.txt @@ -1,2 +1,3 @@ forex_python==1.6 Pillow==8.4.0 +requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability From b2026e8b4e4a805f271ca1785cfeae3c1e469d4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 08:20:58 +0000 Subject: [PATCH 08/16] fix: WEB SCRAPING/Weather Forcasting/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 --- WEB SCRAPING/Weather Forcasting/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB SCRAPING/Weather Forcasting/requirements.txt b/WEB SCRAPING/Weather Forcasting/requirements.txt index 9d84d358..bd6f2345 100644 --- a/WEB SCRAPING/Weather Forcasting/requirements.txt +++ b/WEB SCRAPING/Weather Forcasting/requirements.txt @@ -1 +1 @@ -requests==2.25.1 +requests==2.32.4 From 805b82176fc9642233e995735087492b9ca6d31b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 09:31:51 +0000 Subject: [PATCH 09/16] fix: OTHERS/Geocoding Google API/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- OTHERS/Geocoding Google API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OTHERS/Geocoding Google API/requirements.txt b/OTHERS/Geocoding Google API/requirements.txt index 08a72fea..59486863 100644 --- a/OTHERS/Geocoding Google API/requirements.txt +++ b/OTHERS/Geocoding Google API/requirements.txt @@ -9,5 +9,5 @@ python-dateutil==2.8.2 pytz==2021.1 requests==2.26.0 six==1.16.0 -urllib3==1.26.6 +urllib3==2.5.0 XlsxWriter==1.4.5 \ No newline at end of file From 290b29253972100991ce180528e54df2280149f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 00:17:53 +0000 Subject: [PATCH 10/16] fix: OTHERS/RandomNameGen/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- OTHERS/RandomNameGen/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/OTHERS/RandomNameGen/requirements.txt b/OTHERS/RandomNameGen/requirements.txt index 9d84d358..12189fd6 100644 --- a/OTHERS/RandomNameGen/requirements.txt +++ b/OTHERS/RandomNameGen/requirements.txt @@ -1 +1,2 @@ requests==2.25.1 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability From 85368722f16232fad8c84ccba6621c443c278694 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 00:20:32 +0000 Subject: [PATCH 11/16] fix: FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843 --- FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt b/FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt index 5d8c34e1..fd68a9a2 100644 --- a/FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt +++ b/FLASK PROJECTS/Teacher Promotion Flask API/requirements.txt @@ -13,5 +13,5 @@ openpyxl==3.0.10 scikit-learn==1.1.1 scipy==1.8.1 threadpoolctl==3.1.0 -Werkzeug==2.1.2 +Werkzeug==3.1.5 zipp==3.8.1 From 71913b7d6624d77771f4d9a7304b9bb85fe94cf8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Feb 2026 15:11:40 +0000 Subject: [PATCH 12/16] fix: IMAGES & PHOTO SCRIPTS/Image Captcha Generator/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-15183335 --- IMAGES & PHOTO SCRIPTS/Image Captcha Generator/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/IMAGES & PHOTO SCRIPTS/Image Captcha Generator/requirements.txt b/IMAGES & PHOTO SCRIPTS/Image Captcha Generator/requirements.txt index 028fa93a..5b2c4f58 100644 --- a/IMAGES & PHOTO SCRIPTS/Image Captcha Generator/requirements.txt +++ b/IMAGES & PHOTO SCRIPTS/Image Captcha Generator/requirements.txt @@ -1 +1,2 @@ django_recaptcha==2.0.6 +django>=4.2.28 # not directly required, pinned by Snyk to avoid a vulnerability From 567bdbd4d61ad71af350ba8fed2c086cd392e9f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Feb 2026 07:56:20 +0000 Subject: [PATCH 13/16] fix: DJANGO PROJECTS/Chat/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NBCONVERT-14463457 --- DJANGO PROJECTS/Chat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DJANGO PROJECTS/Chat/requirements.txt b/DJANGO PROJECTS/Chat/requirements.txt index 0fdd2d1f..3e4fcc4a 100644 --- a/DJANGO PROJECTS/Chat/requirements.txt +++ b/DJANGO PROJECTS/Chat/requirements.txt @@ -57,7 +57,7 @@ matplotlib-inline==0.1.6 mistune==2.0.4 nbclassic==0.4.8 nbclient==0.7.2 -nbconvert==7.2.7 +nbconvert==7.17.0 nbdime==3.1.1 nbformat==5.7.1 nest-asyncio==1.5.6 From d3fef788217154d61fbef5272bdf31401dbf4a5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Feb 2026 11:01:38 +0000 Subject: [PATCH 14/16] fix: AUDIO RELATED SCRIPTS/Audio Captcha Generator/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-15183335 --- AUDIO RELATED SCRIPTS/Audio Captcha Generator/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/AUDIO RELATED SCRIPTS/Audio Captcha Generator/requirements.txt b/AUDIO RELATED SCRIPTS/Audio Captcha Generator/requirements.txt index 028fa93a..5b2c4f58 100644 --- a/AUDIO RELATED SCRIPTS/Audio Captcha Generator/requirements.txt +++ b/AUDIO RELATED SCRIPTS/Audio Captcha Generator/requirements.txt @@ -1 +1,2 @@ django_recaptcha==2.0.6 +django>=4.2.28 # not directly required, pinned by Snyk to avoid a vulnerability From 3856fc21108161a0659724615ea84054401420d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 10:48:37 +0000 Subject: [PATCH 15/16] fix: BOTS/InstagramBot/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- BOTS/InstagramBot/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/BOTS/InstagramBot/requirements.txt b/BOTS/InstagramBot/requirements.txt index f1172547..4cd44c30 100644 --- a/BOTS/InstagramBot/requirements.txt +++ b/BOTS/InstagramBot/requirements.txt @@ -1 +1,2 @@ instapy==0.6.13 +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability From 441a27da3830d5ec261f4ca28fba303320dfe202 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 15:41:32 +0000 Subject: [PATCH 16/16] fix: MachineLearning Projects/Poisonous_Mushroom-project/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 --- .../Poisonous_Mushroom-project/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/MachineLearning Projects/Poisonous_Mushroom-project/requirements.txt b/MachineLearning Projects/Poisonous_Mushroom-project/requirements.txt index 19685b66..6bd8434f 100644 --- a/MachineLearning Projects/Poisonous_Mushroom-project/requirements.txt +++ b/MachineLearning Projects/Poisonous_Mushroom-project/requirements.txt @@ -2,3 +2,4 @@ streamlit pandas numpy scikit-learn +protobuf>=5.29.6 # not directly required, pinned by Snyk to avoid a vulnerability