From 688026611e66ce7eea937e1d6001974041c9b297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:04:34 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.25.8 to 1.26.5 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 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.8...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index abe5a2f..1a0ec90 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -24,7 +24,7 @@ pyramid==1.10.4 # via channelstream_landing (setup.py), pyramid-debugt repoze.lru==0.7 # via pyramid-debugtoolbar requests==2.23.0 # via channelstream_landing (setup.py) translationstring==1.3 # via pyramid -urllib3==1.25.8 # via requests +urllib3==1.26.5 # via requests venusian==3.0.0 # via pyramid waitress==1.4.3 # via channelstream_landing (setup.py) webob==1.8.6 # via pyramid