From eba74ff32a00b7946f286be84208c03bd786fe18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:43:09 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.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.6.3...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 204b5c5..8e3a0af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "MarkupSafe==3.0.2", "python-dotenv==1.1.0", "trafilatura==2.0.0", - "urllib3==2.6.3", + "urllib3==2.7.0", ] requires-python = ">= 3.8" description = "An SEO tool that analyzes the structure of a site, crawls the site, count words in the body of the site and warns of any technical SEO issues." diff --git a/requirements.txt b/requirements.txt index c64e2bb..8d7c46c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ pytest==8.3.2 # Added for testing pytest-mock==3.14.0 # Added for testing python-dotenv==1.1.0 trafilatura==2.0.0 -urllib3==2.6.3 +urllib3==2.7.0