From f14e7bbb1fb26abb8c8a923a3d9cb79b62c71b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:43:54 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.4.0 to 2.6.0 in /requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 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/2.4.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common_constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 1511019..b6f88f0 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -28,4 +28,4 @@ pip<24.3 # Cause: https://github.com/openedx/edx-lint/issues/475 # This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved. -urllib3<2.3.0 +urllib3<2.7.0