From 31e0dcdfa26aef4259e0ac8e6e28211139d8c950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 05:51:03 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.4.0 to 2.6.3 in /requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.6.3. - [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.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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