From 351aacc44e2754cd247d18923000927792ae5472 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Feb 2023 10:51:28 +0000 Subject: [PATCH] fix: Screenshoter/reqirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321969 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 --- Screenshoter/reqirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Screenshoter/reqirements.txt b/Screenshoter/reqirements.txt index d6404804a..f09640837 100644 --- a/Screenshoter/reqirements.txt +++ b/Screenshoter/reqirements.txt @@ -1,4 +1,4 @@ pynput==1.7.1 -numpy==1.18.1 +numpy==1.22.2 PyAutoGUI==0.9.52 opencv-python==4.4.0.44 \ No newline at end of file