From a81ba9545b6e6613f3f8fb6eba80686b1c0d2a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:16:22 +0000 Subject: [PATCH] Bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.16...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../django-kafka-microservice/UserService/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web-development/django/django-kafka-microservice/UserService/requirements.txt b/src/web-development/django/django-kafka-microservice/UserService/requirements.txt index d20ae73..48e28a1 100644 --- a/src/web-development/django/django-kafka-microservice/UserService/requirements.txt +++ b/src/web-development/django/django-kafka-microservice/UserService/requirements.txt @@ -59,7 +59,7 @@ termcolor==2.3.0 text-unidecode==1.3 toposort==1.10 typing_extensions==4.6.3 -urllib3==1.26.16 +urllib3==1.26.19 virtualenv==20.23.1 Werkzeug==2.3.6 wrapt==1.15.0