From 20d0d240a2f1ea3dd5da360cfe655e6ece340fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:25:47 +0000 Subject: [PATCH] Build(deps): bump urllib3 from 1.26.18 to 1.26.19 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- 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 bc23b1b03..ed2d0bb1e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -59,5 +59,5 @@ tomli==2.0.1 Twisted==23.10.0 txaio==23.1.1 typing_extensions==4.5.0 -urllib3==1.26.18 +urllib3==1.26.19 zope.interface==5.5.2