From 88194661d3ff9b5d86548841a00140bd57aad250 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 08:49:42 +0000 Subject: [PATCH] fix: daemons/notification/requirements.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 --- daemons/notification/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/daemons/notification/requirements.txt b/daemons/notification/requirements.txt index 7df09e07..adc7db97 100644 --- a/daemons/notification/requirements.txt +++ b/daemons/notification/requirements.txt @@ -6,3 +6,4 @@ requests==2.20.0 scipy==1.3.0 zarr==2.3.2 git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b13#egg=hca-metadata-api +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability