From 56e7512281e1ae1e832ac4b0c220426d5a9a16f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Aug 2025 03:51:52 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ORJSON-6276643 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60c7a8d..102203e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,4 @@ psutil>=5.9.0 cryptography>=41.0.0 # Optional: For better JSON handling -orjson>=3.9.0 \ No newline at end of file +orjson>=3.9.15 \ No newline at end of file