From 729789ee160ecb400eb63d56182ff1ac9532fff2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Oct 2023 22:06:47 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 937bea0..cf01c33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,5 @@ python-markdown-math==0.6 PyYAML==5.4.1 requests==2.26.0 six==1.16.0 -urllib3==1.26.7 +urllib3==1.26.18 Werkzeug==2.0.2 \ No newline at end of file