From 2810b04bf8744240d2d0c2aa4bad2d27587006f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:48:32 +0000 Subject: [PATCH] Bump urllib3 from 2.2.0 to 2.2.2 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.2.0 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.2.0...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3e87c8..4ca2e18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,6 +51,6 @@ starlette==0.37.2 toml==0.10.2 tomli==2.0.1 typing_extensions==4.12.2 -urllib3==2.2.0 +urllib3==2.2.2 uvicorn==0.20.0 virtualenv==20.16.7