From 6a1327e62f349b1c64c21cc60d9b977680634fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:10:24 +0000 Subject: [PATCH] Bump urllib3 from 2.3.0 to 2.6.0 in /testapp Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 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.3.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.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 d607615..bf133f5 100644 --- a/testapp/requirements.txt +++ b/testapp/requirements.txt @@ -22,5 +22,5 @@ requests==2.32.4 sqlparse==0.5.3 text-unidecode==1.3 tomli==2.2.1 -urllib3==2.3.0 +urllib3==2.6.0 websockets==10.4