From bfe3ea23a34b616828476ef63d25f6a8b8b2afff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 06:30:39 +0000 Subject: [PATCH] deps(deps): update urllib3 requirement 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.5.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index ec2cda5..7847f9c 100644 --- a/constraints.txt +++ b/constraints.txt @@ -13,7 +13,7 @@ filelock>=3.29.0,<4.0.0 # Using latest available until patch is released virtualenv>=20.36.1,<22.0.0 requests>=2.34.0,<3.0.0 -urllib3>=2.5.0,<3.0.0 +urllib3>=2.7.0,<3.0.0 anyio>=4.13.0,<5.0.0 termcolor>=2.0.1,<4.0.0 pyyaml>=6.0,<7.0