From 4d64bf5d62a76b5725002936022097d1780129e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:33:17 +0000 Subject: [PATCH] Update urllib3 requirement from <3.0.0,>=2.6.3 to >=2.7.0,<3.0.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.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-core.txt b/requirements-core.txt index 7154126..ed4bc87 100644 --- a/requirements-core.txt +++ b/requirements-core.txt @@ -6,6 +6,6 @@ requests>=2.32.4,<3.0.0 lxml>=6.1.0,<7.0.0 defusedxml>=0.7.1,<1.0.0 Pillow>=12.2.0,<13.0.0 -urllib3>=2.6.3,<3.0.0 +urllib3>=2.7.0,<3.0.0 validators>=0.35.0,<1.0.0 Markdown>=3.7,<4.0