From c69ebca03aff14b97b0f58e0043f8e46c0dbd162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:34:53 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.6.3 in /larq_compute_engine Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.6.3. - [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.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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 e4866901..d8b93255 100644 --- a/larq_compute_engine/requirements.txt +++ b/larq_compute_engine/requirements.txt @@ -168,7 +168,7 @@ typing-extensions==4.12.2 # optree # simple-parsing # tensorflow -urllib3==2.2.2 +urllib3==2.6.3 # via requests werkzeug==3.1.4 # via tensorboard