From aced2d5fe4dedc148eda5743b666757d1f57793c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 20:04:05 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6733aba..cf833e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ bitstring~=4.1.1 matplotlib~=3.7.1 urllib3~=1.26.16 seaborn~=0.12.2 -pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file