From d5fc585973fbbe6d909b2e7cc2243d594cc24f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 22:25:49 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.19 in /wasm/tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.19. - [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...1.26.19) --- updated-dependencies: - dependency-name: urllib3 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..deab06ad997 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:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3", + "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429" ], - "version": "==1.24.2" + "index": "pypi", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", + "version": "==1.26.19" } }, "develop": {}