From 9085fed7e99bd358cf56126b95508f611bc9b292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 12:00:26 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 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/1.26.15...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc519f0..776c162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ dependencies = [ "tomli==2.0.1", "traitlets==5.9.0", "twine==4.0.2", - "urllib3==1.26.15", + "urllib3==2.6.3", "uvloop==0.22.1", "wcwidth==0.2.6", "webencodings==0.5.1",