From dfc05e93ef7f038def1d180211ab4b05922bd5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:37:00 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 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.9...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_ref.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_ref.txt b/requirements_ref.txt index cff1fd8..2f294b0 100644 --- a/requirements_ref.txt +++ b/requirements_ref.txt @@ -39,7 +39,7 @@ requests==2.23.0 # via connexion six==1.14.0 # via flask-cors, jsonschema, openapi-spec-validator, pip-tools, pyrsistent, python-dateutil sqlalchemy==1.3.16 # via alembic, flask-sqlalchemy swagger-ui-bundle==0.0.6 # via connexion -urllib3==1.25.9 # via requests +urllib3==1.26.5 # via requests werkzeug==1.0.1 # via -r etc/requirements.in, flask wget==3.2 # via -r etc/requirements.in zipp==3.1.0 # via importlib-metadata