From f8db55ec556a0f81c63c61884b3e1b20752b374b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:07:06 +0000 Subject: [PATCH] Build(deps): bump urllib3 from 1.26.14 to 1.26.18 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.18. - [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.14...1.26.18) --- 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 646126e76..f86ccd837 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -49,5 +49,5 @@ tomli==2.0.1 Twisted==22.10.0 txaio==23.1.1 typing_extensions==4.5.0 -urllib3==1.26.14 +urllib3==1.26.18 zope.interface==5.5.2