From 2e133ff2929f9bacbb29f6fcbd4e4a01cb104ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:22:17 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.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.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 49fd7f9..cd9e4d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "pydantic>=2.7", "pydantic-settings>=2.7", "typer>=0.12", - "urllib3==2.5.0", + "urllib3==2.6.0", "rich", "GitPython", "python-gitlab", diff --git a/requirements.txt b/requirements.txt index 39b117a..f50355c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ rich==14.2.0 typer==0.12.5 pydantic==2.9.2 pydantic-settings==2.7.1 -urllib3==2.5.0 +urllib3==2.6.0