From 3ec2068b7141808d2200a3bfcdbab5aa7093505a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:19:33 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 in /larq_compute_engine Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.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.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- larq_compute_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larq_compute_engine/requirements.txt b/larq_compute_engine/requirements.txt index fdcf7610..58cb811d 100644 --- a/larq_compute_engine/requirements.txt +++ b/larq_compute_engine/requirements.txt @@ -167,7 +167,7 @@ typing-extensions==4.12.2 # optree # simple-parsing # tensorflow -urllib3==2.2.2 +urllib3==2.5.0 # via requests werkzeug==3.0.6 # via tensorboard