From 9c94139105e8e4015dc57c9bee2a4ce4bab1df4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 04:12:55 +0000 Subject: [PATCH] Bump urllib3 from 1.26.4 to 1.26.5 in /services/myp 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] --- services/myp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/myp/requirements.txt b/services/myp/requirements.txt index e2b5768..3d8a81a 100644 --- a/services/myp/requirements.txt +++ b/services/myp/requirements.txt @@ -62,7 +62,7 @@ SQLAlchemy==1.3.23 toml==0.10.2 typed-ast==1.4.2 typing-extensions==3.7.4.3 -urllib3==1.26.4 +urllib3==1.26.5 vine==1.3.0 Werkzeug==1.0.1 WTForms==2.3.3