From 5a274ba7c6eada2069f0c584e80dd5b3779d5f32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 May 2025 07:12:28 +0000 Subject: [PATCH] fix: local-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-9964606 --- local-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-requirements.txt b/local-requirements.txt index 24f15a179..ba0c946b2 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -17,7 +17,7 @@ pytest-timeout==2.1.0 pytest-xdist==3.5.0 requests==2.31.0 service_identity==23.1.0 -setuptools==68.2.2 +setuptools==78.1.1 twisted==23.10.0 types-pyOpenSSL==24.0.0.20240130 types-requests==2.31.0.10