From 56b773022f25a842cda80fcf853deba09a52e2b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:25:26 +0000 Subject: [PATCH] build(deps): bump requests from 2.32.3 to 2.33.0 in /scripts Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.33.0. - [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.32.3...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 71b890c..7bad35b 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -25,7 +25,7 @@ pydantic==2.10.6 pydantic_core==2.27.2 pyparsing==3.2.1 python-dotenv==1.0.1 -requests==2.32.3 +requests==2.33.0 rsa==4.9 soupsieve==2.6 tqdm==4.67.1