From 8d44f253cac772f66b4f2cbdc859e3460459bba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:35:21 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /ethereum/batch/beam_dataflow 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] --- 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 bb133ee..5a313ad 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.4 typing-extensions==4.13.2 typing-inspection==0.4.1 -urllib3==2.6.3 +urllib3==2.7.0 websockets==15.0.1 wheel==0.46.2 wrapt==1.17.2