From 12725f6f35bf11e3f187e6948dfaf6f067d332fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:12:40 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /web/aws-elasticbeanstalk 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] --- web/aws-elasticbeanstalk/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/aws-elasticbeanstalk/requirements.txt b/web/aws-elasticbeanstalk/requirements.txt index 83ad02f..884e674 100644 --- a/web/aws-elasticbeanstalk/requirements.txt +++ b/web/aws-elasticbeanstalk/requirements.txt @@ -23,7 +23,7 @@ pytest==6.2.4 requests==2.32.4 toml==0.10.2 typeguard==2.12.0 -urllib3==2.6.3 +urllib3==2.7.0 waitress==3.0.1 Werkzeug==3.1.5 wrapt==1.12.1