From 232aca38ce581c31890bb62cc22deff82a8716b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:26:21 +0000 Subject: [PATCH] deps: update urllib3 requirement from >=2.0.0 to >=2.6.3 in /config 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.0.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index dd3805b..86de91a 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -5,7 +5,7 @@ cssmin>=0.2.0 rjsmin>=1.2.2 Pillow>=10.0.0 lxml>=4.9.0 -urllib3>=2.0.0 +urllib3>=2.6.3 python-dotenv>=1.0.0