From 700db68b8282c814e022dcdac0126b4094ba0291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:10:05 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.5.0 in /pinot-btc Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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.2.1...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pinot-btc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinot-btc/requirements.txt b/pinot-btc/requirements.txt index e6e6d98..25e207a 100644 --- a/pinot-btc/requirements.txt +++ b/pinot-btc/requirements.txt @@ -57,7 +57,7 @@ tornado==6.4.2 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.10.0 ; python_version >= "3.12" and python_version < "4.0" tzdata==2025.1 ; python_version >= "3.12" and python_version < "4.0" tzlocal==5.3 ; python_version >= "3.12" and python_version < "4.0" -urllib3==2.2.1 ; python_version >= "3.12" and python_version < "4.0" +urllib3==2.5.0 ; python_version >= "3.12" and python_version < "4.0" watchdog==6.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_system != "Darwin" websockets==15.0 ; python_version >= "3.12" and python_version < "4.0" werkzeug==3.0.1 ; python_version >= "3.12" and python_version < "4.0"