From da62dbda1a7d5a69e1b441af992d8643d99c3cbd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 12:39:54 +0000 Subject: [PATCH] fix: requirements/develop.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FLASKCORS-9668953 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- requirements/develop.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/develop.txt b/requirements/develop.txt index a1658cc..d001ccb 100644 --- a/requirements/develop.txt +++ b/requirements/develop.txt @@ -3,4 +3,6 @@ black isort pytest setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability -gevent>=23.9.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +gevent>=23.9.0 # not directly required, pinned by Snyk to avoid a vulnerability +flask-cors>=6.0.0 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file