From 6c9418f2c23be49f397da4f51c25d39655e46992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 11:12:10 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 1.26.16 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.16. - [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.15...1.26.16) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 18b87c7d..b62ea728 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -64,6 +64,6 @@ sqlparse==0.4.4 txaio==23.1.1 typing_extensions==4.5.0 uritemplate==4.1.1 -urllib3==1.26.15 +urllib3==1.26.16 wheel==0.40.0 zope.interface==6.0 \ No newline at end of file