From 4e77add29d38d13d8ba8098220e9a3219655138d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:55:09 +0000 Subject: [PATCH] Bump urllib3 from 2.0.3 to 2.6.0 in /Movie recommendation system Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.6.0. - [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/2.0.3...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Movie recommendation system/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Movie recommendation system/requirements.txt b/Movie recommendation system/requirements.txt index 95a8c083df..1faa0cb6d5 100644 --- a/Movie recommendation system/requirements.txt +++ b/Movie recommendation system/requirements.txt @@ -43,7 +43,7 @@ tornado==6.3.3 typing_extensions==4.7.1 tzdata==2023.3 tzlocal==4.3.1 -urllib3==2.0.3 +urllib3==2.6.0 validators==0.20.0 watchdog==3.0.0 zipp==3.16.1 \ No newline at end of file