From 954de9d6641a028636da7f4ce1a009c47dbbb45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:34:03 +0000 Subject: [PATCH] Bump urllib3 from 1.25.3 to 1.26.5 in /Website Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Website/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/requirements.txt b/Website/requirements.txt index b9e3421..6868f8a 100644 --- a/Website/requirements.txt +++ b/Website/requirements.txt @@ -2,5 +2,5 @@ Flask== 1.1.1 Jinja2== 2.10 Werkzeug== 0.16.0 psycopg2 == 2.8.4 -urllib3 == 1.25.3 +urllib3 == 1.26.5 azure-storage-blob == 12.2.0 \ No newline at end of file