From de7dcf57b942a295b1b3fd5a09e928e21ba1b562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:08:56 +0000 Subject: [PATCH] Bump urllib3 from 1.26.6 to 1.26.19 in /src/service Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 to 1.26.19. - [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.6...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service/requirements.txt b/src/service/requirements.txt index b6a6ea5..52ba548 100644 --- a/src/service/requirements.txt +++ b/src/service/requirements.txt @@ -10,6 +10,6 @@ python-dateutil==2.8.2 psycopg2-binary==2.9.5 requests==2.31.0 six==1.16.0 -urllib3==1.26.6 +urllib3==1.26.19 Werkzeug==3.0.6 PyYAML==6.0.1