From f495baac6ca77457319a611258ce1d451069c49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:41:15 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.25.10 to 2.6.0 in /requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 2.6.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/1.25.10...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.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 8b516bf1..96d69d04 100644 --- a/requirements/core.txt +++ b/requirements/core.txt @@ -58,6 +58,6 @@ text_unidecode==1.3 tinydb==4.1.1 trio==0.17.0 typing_extensions==4.14.0 -urllib3==1.25.10 +urllib3==2.6.0 Werkzeug==1.0.1 zipp==3.2.0