From 21c183570fff41651c4c8e45cfb6651ac30583a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 23:43:34 +0000 Subject: [PATCH] Bump urllib3 from 1.26.13 to 1.26.18 in /start-journey-backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 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.13...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- start-journey-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-journey-backend/requirements.txt b/start-journey-backend/requirements.txt index 0ea294a..470b647 100644 --- a/start-journey-backend/requirements.txt +++ b/start-journey-backend/requirements.txt @@ -34,6 +34,6 @@ torchvision==0.15.2+cu118 tqdm==4.65.0 transformers==4.29.2 typing_extensions==4.4.0 -urllib3==1.26.13 +urllib3==1.26.18 uvicorn==0.22.0 zipp==3.15.0