From efd2f5b1bdb05ab008e0b40d1ce21b0678589c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:47:45 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.0.7 to 2.5.0 in /mutate Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 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/2.0.7...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mutate/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutate/requirements.txt b/mutate/requirements.txt index 4aa1e8796..ae4b1df1c 100644 --- a/mutate/requirements.txt +++ b/mutate/requirements.txt @@ -13,5 +13,5 @@ pycryptodome==3.19.1 pyjwt==2.8.0 requests==2.32.0 strenum==0.4.15 -urllib3==2.0.7; python_version >= '3.7' +urllib3==2.5.0; python_version >= '3.7' websocket-client==1.6.4; python_version >= '3.8' \ No newline at end of file