From 035661913b12482dd3916ff047ecd1d82208b976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:44:04 +0000 Subject: [PATCH] chore(deps): update requests requirement in /scripts Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 84d596608..5192fcdc3 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "pillow>=11.2.1", "pytz>=2025.2", "pyyaml>=6.0.2", - "requests>=2.32.3", + "requests>=2.33.1", "tenacity>=9.1.2", "urllib3>=2.4.0", ]