From 7f0eaf3eb15d2e87168251bb1903a7c07d9e01e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 10:12:04 +0000 Subject: [PATCH] fix: notification-manager/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 --- notification-manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification-manager/requirements.txt b/notification-manager/requirements.txt index bd956e33b..337247934 100644 --- a/notification-manager/requirements.txt +++ b/notification-manager/requirements.txt @@ -31,7 +31,7 @@ python-dotenv==0.16.0 python-editor==1.0.4 python-jose==3.2.0 pytz==2021.1 -requests==2.31.0 +requests==2.32.0 rsa==4.7.2 sentry-sdk==1.14.0 six==1.15.0