From 9f1d6883ec0d1dbb347d0e398a79a84f808af918 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Nov 2024 00:21:27 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-8400708 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a68d3f..57f76a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ semver==2.10.1 six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' smmap==3.0.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' toml==0.10.1 -tornado==6.3.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +tornado==6.4.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' uritools==3.0.0; python_version ~= '3.5' wheel==0.34.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'