From 9a9f32f20d4480f178b3028da648ce221d5f3bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:23:53 +0000 Subject: [PATCH] deps(deps): update urllib3 requirement from >=1.26.0 to >=2.7.0 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.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 b19b6c4..679c4b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "pygithub>=1.59.0", "psutil>=5.9.0", "jinja2>=3.0.0", - "urllib3>=1.26.0", + "urllib3>=2.7.0", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 3bb00ea..aefa80b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ tiktoken>=0.5.0 pygithub>=1.59.0 jinja2>=3.1.0 psutil>=5.9.0 -urllib3>=1.26.0 +urllib3>=2.7.0