From 622c8213e1dccf6dfb93df9eb69ad5c865e452ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 01:41:33 +0000 Subject: [PATCH] Bump urllib3 in /taskcluster/docker/snap-coreXX-build/snap-tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 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/2.0.5...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../docker/snap-coreXX-build/snap-tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/docker/snap-coreXX-build/snap-tests/requirements.txt b/taskcluster/docker/snap-coreXX-build/snap-tests/requirements.txt index 404ecd1501238..e91dcbc00167a 100644 --- a/taskcluster/docker/snap-coreXX-build/snap-tests/requirements.txt +++ b/taskcluster/docker/snap-coreXX-build/snap-tests/requirements.txt @@ -18,6 +18,6 @@ sniffio==1.3.0 sortedcontainers==2.4.0 trio==0.22.2 trio-websocket==0.10.4 -urllib3==2.0.5 +urllib3==2.6.3 wcwidth==0.2.13 wsproto==1.2.0