From 8ef883ee4ffc62e4865ae5c267414a77bb73d22c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:44:10 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.4 in /pinot-btc Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 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..3edd76b 100644 --- a/pinot-btc/requirements.txt +++ b/pinot-btc/requirements.txt @@ -44,7 +44,7 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.12" and python_version < "4. pytz==2025.1 ; python_version >= "3.12" and python_version < "4.0" referencing==0.36.2 ; python_version >= "3.12" and python_version < "4.0" regex==2024.11.6 ; python_version >= "3.12" and python_version < "4.0" -requests==2.31.0 ; python_version >= "3.12" and python_version < "4.0" +requests==2.32.4 ; python_version >= "3.12" and python_version < "4.0" rich==13.9.4 ; python_version >= "3.12" and python_version < "4.0" rpds-py==0.22.3 ; python_version >= "3.12" and python_version < "4.0" six==1.17.0 ; python_version >= "3.12" and python_version < "4.0"