From 05cdd8b650958a6a8cc8838a302af9186ecc1b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:17:43 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.0.7 to 2.2.2 in /projects/movie-rater Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [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.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/movie-rater/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/movie-rater/requirements.txt b/projects/movie-rater/requirements.txt index 996a4b57..76848696 100644 --- a/projects/movie-rater/requirements.txt +++ b/projects/movie-rater/requirements.txt @@ -14,4 +14,4 @@ sniffio==1.3.0 SQLAlchemy==2.0.21 starlette==0.36.2 typing_extensions==4.8.0 -urllib3==2.0.7 +urllib3==2.2.2