From 4328fc9a03992cff2ab362892e16f4e72bb63905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:50:45 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 2.0.7 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 2.0.7. - [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...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... 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 febae8e..b5d0c72 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -42,7 +42,7 @@ starlette==0.26.1 tomli==2.0.1 twilio==8.1.0 typing_extensions==4.5.0 -urllib3==1.26.15 +urllib3==2.0.7 uvicorn==0.21.1 uvloop==0.17.0 watchfiles==0.19.0