From 3a5014059636836bfefce48b7c13965b0da887f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:28:15 +0000 Subject: [PATCH] Bump urllib3 from 1.26.4 to 1.26.5 in /docker Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 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.26.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index f1112d3..67a3ee0 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -61,6 +61,6 @@ six==1.15.0 SQLAlchemy==1.4.46 text-unidecode==1.3 uritemplate==3.0.1 -urllib3==1.26.4 +urllib3==1.26.5 Werkzeug==1.0.1 WTForms==2.3.3