From bebf994a0e05c0f884d23aeb7de7123d4ed8414f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:36:14 +0000 Subject: [PATCH] Bump urllib3 from 2.4.0 to 2.6.0 in /ethereum/batch/beam_dataflow 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] --- ethereum/batch/beam_dataflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/batch/beam_dataflow/requirements.txt b/ethereum/batch/beam_dataflow/requirements.txt index 0d911211..771c378f 100644 --- a/ethereum/batch/beam_dataflow/requirements.txt +++ b/ethereum/batch/beam_dataflow/requirements.txt @@ -100,7 +100,7 @@ sortedcontainers==2.4.0 sqlparse==0.5.3 typing-extensions==4.13.2 typing-inspection==0.4.1 -urllib3==2.4.0 +urllib3==2.6.0 websockets==15.0.1 wheel==0.45.1 wrapt==1.17.2