From 2c90ac87755322f95f5476653e513efd712745d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:21:41 +0000 Subject: [PATCH] chore(deps): bump urllib3 in /src/containers/custom-ocr/model Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 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.26.6...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/containers/custom-ocr/model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/custom-ocr/model/requirements.txt b/src/containers/custom-ocr/model/requirements.txt index 0600ab35..0f684395 100644 --- a/src/containers/custom-ocr/model/requirements.txt +++ b/src/containers/custom-ocr/model/requirements.txt @@ -7,7 +7,7 @@ Pillow pyclipper==1.3.0 Shapely==1.7.1 base64image==0.5.1 -urllib3==1.26.6 +urllib3==2.6.0 python-dateutil==2.8.2 certifi==2022.12.7 idna==3.7