From 62111a2ab35e9442db79138e6c0b5b939c0cb189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:18:56 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /app/import Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.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/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] --- app/import/requirements.txt | 2 +- .../scotland-lidar-json-generator-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/import/requirements.txt b/app/import/requirements.txt index f6c68a7..10e62ab 100644 --- a/app/import/requirements.txt +++ b/app/import/requirements.txt @@ -4,4 +4,4 @@ idna==3.11 numpy==2.2.6 requests==2.32.5 shapely==2.1.2 -urllib3==2.6.3 +urllib3==2.7.0 diff --git a/app/import/scotland-gov-lidar/scotland-lidar-json-generator-requirements.txt b/app/import/scotland-gov-lidar/scotland-lidar-json-generator-requirements.txt index 58ff4f1..ea063f2 100644 --- a/app/import/scotland-gov-lidar/scotland-lidar-json-generator-requirements.txt +++ b/app/import/scotland-gov-lidar/scotland-lidar-json-generator-requirements.txt @@ -5,4 +5,4 @@ jmespath==0.9.4 python-dateutil==2.8.0 s3transfer==0.2.1 six==1.12.0 -urllib3==2.6.3 +urllib3==2.7.0