From ab94fb4ea5ee643eff36a171642e1b0749a0fc7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 09:49:12 +0000 Subject: [PATCH] fix: requirements/dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 31b4272..c2fd9ca 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -16,4 +16,5 @@ pytest==8.1.1 towncrier==17.8.0 tox==4.14.1 twine==1.11.0 -yarl==1.1.1 \ No newline at end of file +yarl==1.1.1 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file