From 0fbfc30be9542cd1662813a1b980a79b106fcdd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:31:41 +0000 Subject: [PATCH] Bump urllib3 from 2.3.0 to 2.5.0 in /testapp Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 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.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapp/requirements.txt b/testapp/requirements.txt index 3325f8d..2275909 100644 --- a/testapp/requirements.txt +++ b/testapp/requirements.txt @@ -22,5 +22,5 @@ requests==2.32.3 sqlparse==0.5.3 text-unidecode==1.3 tomli==2.2.1 -urllib3==2.3.0 +urllib3==2.5.0 websockets==10.4