From 20ab0ee9e8a675846625d85e6bea9a59b7a65d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:39:33 +0000 Subject: [PATCH] chore: bump urllib3 from 2.6.3 to 2.7.0 in /tests/requirements-python 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] --- tests/requirements-python/python-requirements.in | 2 +- tests/requirements-python/python-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements-python/python-requirements.in b/tests/requirements-python/python-requirements.in index 8885e8c92..bdc99b4b9 100644 --- a/tests/requirements-python/python-requirements.in +++ b/tests/requirements-python/python-requirements.in @@ -11,7 +11,7 @@ pytest-timeout==2.4.0 pytest-xdist==3.8.0 redo==3.0.0 requests==2.33.1 -urllib3==2.6.3 +urllib3==2.7.0 websockets==16.0 flaky==3.8.1 stripe==15.1.0 diff --git a/tests/requirements-python/python-requirements.txt b/tests/requirements-python/python-requirements.txt index 6fb459f9c..1d5f8c980 100644 --- a/tests/requirements-python/python-requirements.txt +++ b/tests/requirements-python/python-requirements.txt @@ -84,7 +84,7 @@ typing-extensions==4.15.0 # via # cryptography # stripe -urllib3==2.6.3 +urllib3==2.7.0 # via # -r python-requirements.in # docker