From 362a5300b7ae146c9eecfc7484e99c0da836d428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 19:24:38 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 2.6.0 in /default Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 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/1.25.9...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- default/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/requirements-dev.txt b/default/requirements-dev.txt index 0e1d567..8a7c201 100644 --- a/default/requirements-dev.txt +++ b/default/requirements-dev.txt @@ -48,7 +48,7 @@ rsa==4.6 six==1.15.0 starlette==0.13.4 toml==0.10.1 -urllib3==1.25.9 +urllib3==2.6.0 uvicorn==0.11.7 uvloop==0.14.0 wcwidth==0.2.5