From 370ac949681dc9468b2c7dfa7604b7fe0b219f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:38:27 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 2.5.0 in /wasm/tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 2.5.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.24.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 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..8c2bf7e3437 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:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760", + "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc" ], - "version": "==1.24.2" + "index": "pypi", + "markers": "python_version >= '3.9'", + "version": "==2.5.0" } }, "develop": {}