From 9cadcabe826d52beb1b2bf16a903d00bd8502172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:49:11 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 2.6.3 in /wasm/tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 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.24.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- wasm/tests/Pipfile.lock | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/wasm/tests/Pipfile.lock b/wasm/tests/Pipfile.lock index 32e0040b003..addc192f498 100644 --- a/wasm/tests/Pipfile.lock +++ b/wasm/tests/Pipfile.lock @@ -76,11 +76,16 @@ "version": "==1.12.0" }, "urllib3": { + "extras": [ + "socks" + ], "hashes": [ - "sha256:4c291ca23bbb55c76518905869ef34bdd5f0e46af7afe6861e8375643ffee1a0", - "sha256:9a247273df709c4fedb38c711e44292304f73f39ab01beda9f6b9fc375669ac3" + "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", + "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4" ], - "version": "==1.24.2" + "index": "pypi", + "markers": "python_version >= '3.9'", + "version": "==2.6.3" } }, "develop": {}