From 8263814bfbe15f8765f420f39b997e4686a368a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:53:39 +0000 Subject: [PATCH] chore(deps): update urllib3 requirement Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `urllib3` to 2.5.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.26.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8b6e0742f..da77a685cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -79,7 +79,7 @@ tblib>=1.7.0 # So that the django test runner provides tracebacks tlds>=2022042700 # Used to teach bleach about which TLDs currently exist tqdm>=4.64.0 Unidecode>=1.3.4 -urllib3>=1.26,<2 +urllib3>=1.26,<3 weasyprint>=64.1 xml2rfc>=3.23.0 xym>=0.6,<1.0