From b18c3520f340a6bc620225916079981d6b8340c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:56:53 +0000 Subject: [PATCH] Update urllib3 requirement from <2.4.0,>=1.24.2 to >=1.24.2,<2.6.0 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/1.24.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1729b77a..a37ba68c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ google-auth>=1.0.1 # Apache-2.0 websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 requests-oauthlib # ISC -urllib3>=1.24.2,<2.4.0 # MIT +urllib3>=1.24.2,<2.6.0 # MIT durationpy>=0.7 # MIT