From 811469611f07b0c3503a053ec74d1f33e6c9cf5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 14:32:17 +0000 Subject: [PATCH] fix: pip-sample/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-7217828 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-7217829 --- pip-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-sample/requirements.txt b/pip-sample/requirements.txt index 680d0816..5dc4ede6 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -55,7 +55,7 @@ simplegeneric==0.8.1 six==1.11.0 terminado==0.8.1 testpath==0.4.1 -tornado==5.1.1 +tornado==6.4.1 traitlets==4.3.2 tweepy==3.6.0 urllib3==1.23