From d0015eba5861b19dbc83a60d67eb467de7bcf532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:23:15 +0000 Subject: [PATCH] chore(deps): update urllib3 requirement from >=2.5.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/2.5.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 d1653e1..93d3cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "zipp>=4.1.0", "nltk>=3.10.3", "protobuf>=7.35.1", - "urllib3>=2.5.0", + "urllib3>=2.7.0", "starlette>=1.6.0", "soupsieve>=2.8.4", ] diff --git a/requirements.txt b/requirements.txt index 964749e..9026e70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ holidays>=0.45 zipp>=4.1.0 nltk>=3.10.3 protobuf>=7.35.1 -urllib3>=2.5.0 +urllib3>=2.7.0 starlette>=1.6.0 soupsieve>=2.8.4