From 68e8d68a7ee67e5c68eb9f28bae855a51b7eb883 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 26 Aug 2020 05:53:08 +0300 Subject: [PATCH] fix: shards/requirements.txt to reduce vulnerabilities (#3457) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SQLALCHEMY-590109 --- shards/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shards/requirements.txt b/shards/requirements.txt index 50ff97f49..cf9c17b85 100644 --- a/shards/requirements.txt +++ b/shards/requirements.txt @@ -29,7 +29,7 @@ requests==2.22.0 requests-oauthlib==1.2.0 rsa==4.1 six==1.12.0 -SQLAlchemy==1.3.5 +SQLAlchemy==1.3.19 ujson==2.0.1 urllib3==1.25.8 jaeger-client>=3.4.0 -- GitLab