From 54440ba76b8384863c258e4320865fff2bb9cb32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:12:31 +0000 Subject: [PATCH] build(deps): bump urllib3 Bumps the pip group with 1 update in the /srcs/api-gateway-app directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.2.2 to 2.5.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.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- srcs/api-gateway-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcs/api-gateway-app/requirements.txt b/srcs/api-gateway-app/requirements.txt index b8b4581..2d3e1cb 100644 --- a/srcs/api-gateway-app/requirements.txt +++ b/srcs/api-gateway-app/requirements.txt @@ -9,6 +9,6 @@ Jinja2==3.1.6 MarkupSafe==2.1.3 pika==1.3.2 requests==2.32.4 -urllib3==2.2.2 +urllib3==2.5.0 waitress==3.0.1 Werkzeug==3.1.3