From 217a4b61777ab2576f53f6b936e0fa683453dbb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 15:49:14 +0000 Subject: [PATCH] fix: category_service/app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096 --- category_service/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/category_service/app/requirements.txt b/category_service/app/requirements.txt index 24d3f51..77b630d 100644 --- a/category_service/app/requirements.txt +++ b/category_service/app/requirements.txt @@ -10,7 +10,7 @@ cffi==1.15.1 chardet==5.1.0 Click==8.1.3 contextlib2==21.6.0 -cryptography==44.0.1 +cryptography==46.0.5 docker==6.1.2 english==2020.7.0 Flask==2.3.2