From 339f155e9be56b604260b8b19cc2496c0a0e7b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:05:33 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.6.0 in /larq_compute_engine Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 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.2.2...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.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 12d1ebe6..dc902109 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.6.0 # via requests werkzeug==3.1.4 # via tensorboard