From ae987fa84b2e061eb9fdfec5561e1c976aaa5a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 12:11:13 +0200 Subject: api: Bump urllib3 in /opendc-web/opendc-web-api (#141) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- opendc-web/opendc-web-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendc-web/opendc-web-api/requirements.txt b/opendc-web/opendc-web-api/requirements.txt index bbad97d0..45eae12b 100644 --- a/opendc-web/opendc-web-api/requirements.txt +++ b/opendc-web/opendc-web-api/requirements.txt @@ -41,7 +41,7 @@ rsa==4.7 sentry-sdk==0.19.2 six==1.15.0 toml==0.10.2 -urllib3==1.26.4 +urllib3==1.26.5 wcwidth==0.2.5 Werkzeug==1.0.1 wrapt==1.12.1 -- cgit v1.2.3