From 9025c62ee8e29982f9865c70d1c657b63ed9c620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:58:10 +0000 Subject: [PATCH] chore(deps): update dependency urllib3 to v2.6.3 [security] --- gitlab_find_banned_and_blocked_accounts/requirements.txt | 2 +- gitlab_remove_doubleton_members/requirements.txt | 2 +- gitlab_return_repositories_with_older_commits/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitlab_find_banned_and_blocked_accounts/requirements.txt b/gitlab_find_banned_and_blocked_accounts/requirements.txt index ed37b08..b0434bb 100644 --- a/gitlab_find_banned_and_blocked_accounts/requirements.txt +++ b/gitlab_find_banned_and_blocked_accounts/requirements.txt @@ -1,2 +1,2 @@ python-gitlab==7.0.0 -urllib3==2.6.0 +urllib3==2.6.3 diff --git a/gitlab_remove_doubleton_members/requirements.txt b/gitlab_remove_doubleton_members/requirements.txt index 9021879..d3ae785 100644 --- a/gitlab_remove_doubleton_members/requirements.txt +++ b/gitlab_remove_doubleton_members/requirements.txt @@ -1,3 +1,3 @@ python-gitlab==7.0.0 -urllib3==2.6.0 +urllib3==2.6.3 colorama==0.4.6 diff --git a/gitlab_return_repositories_with_older_commits/requirements.txt b/gitlab_return_repositories_with_older_commits/requirements.txt index c5db1a9..d58bcf0 100644 --- a/gitlab_return_repositories_with_older_commits/requirements.txt +++ b/gitlab_return_repositories_with_older_commits/requirements.txt @@ -1,3 +1,3 @@ python-gitlab==7.0.0 python-dateutil==2.9.0.post0 -urllib3==2.6.0 +urllib3==2.6.3