From 1e2a61ce9f0a05a2556d338e0424421aac0019e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 15:57:47 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-7217828 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-7217829 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 94404d99..bdb2cc11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,4 +37,5 @@ MarkupSafe==2.0.1 simple_logger matplotlib validators==0.28.3 -pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability +tornado>=6.4.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file