From edabc09e87f62acd91517033f12364a534800fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:25:32 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3. - [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.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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 1b3420b..869cc04 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.3", "rich", "GitPython", "python-gitlab", diff --git a/requirements.txt b/requirements.txt index 39b117a..b58477e 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.3