From 08e83e16e77001a4ad93169628e03f694b62d8b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:33:28 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /web/VoteTracker 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] --- web/VoteTracker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/VoteTracker/requirements.txt b/web/VoteTracker/requirements.txt index b4a8b15..2e9f548 100644 --- a/web/VoteTracker/requirements.txt +++ b/web/VoteTracker/requirements.txt @@ -23,7 +23,7 @@ pytest==6.2.4 requests==2.32.4 toml==0.10.2 typeguard==2.12.0 -urllib3==2.6.3 +urllib3==2.7.0 waitress==3.0.1 Werkzeug==3.1.5 wrapt==1.12.1