From f945ebf8b75c0d7bd8f4644f0d3967b20ca4c640 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 15:56:52 +0000 Subject: [PATCH 1/2] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7a8ec0..b1f41ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ cachetools==5.5.2 certifi==2025.1.31 cffi==1.17.1 charset-normalizer==3.4.1 -cryptography==44.0.3 +cryptography==46.0.5 dnspython==2.7.0 dnstwist==20250130 frozenlist==1.5.0 From 8502cb71e4dfcdda35e72e4d4b1bdb8076d1d5f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 13:57:29 +0000 Subject: [PATCH 2/2] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096