From 640e2940c8acdc1c35f70691c77405bc32a30049 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Aug 2024 07:45:43 +0000 Subject: [PATCH] fix: docs/shared/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-BOTO-2849304 - https://snyk.io/vuln/SNYK-PYTHON-BOTO-2849305 - https://snyk.io/vuln/SNYK-PYTHON-BOTO-40479 - https://snyk.io/vuln/SNYK-PYTHON-SYMPY-6084333 - https://snyk.io/vuln/SNYK-PYTHON-TRANSIFEXCLIENT-5411436 --- docs/shared/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/shared/requirements.txt b/docs/shared/requirements.txt index ed8b53bbc93f..fdbcf4756a88 100644 --- a/docs/shared/requirements.txt +++ b/docs/shared/requirements.txt @@ -6,7 +6,7 @@ # beautifulsoup4==4.1.3 beautifulsoup==3.2.1 -boto==2.6.0 +boto==2.39.0 celery==3.0.19 distribute>=0.6.28, <0.7 django-celery==3.0.17 @@ -50,7 +50,7 @@ PyYAML==3.10 requests==2.3.0 Shapely==1.2.16 sorl-thumbnail==12.3 -sympy==0.7.1 +sympy==1.12 xmltodict==0.4.1 # Metrics gathering and monitoring @@ -60,7 +60,7 @@ newrelic==1.13.1.31 # Used for Internationalization and localization Babel==1.3 -transifex-client==0.9.1 +transifex-client==0.11 -e common/lib/calc