From f6000ce8a880d0b6d35cf523d8f01db5f872d5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:33:25 +0000 Subject: [PATCH] Update requests requirement from <2.33,>=2.32 to >=2.32,<2.35 in /tools 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.0...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 9a60701a..0fe5c84e 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "MarkupSafe >= 3.0, < 3.1", "pkgutil_resolve_name == 1.3.10", "pyyaml >= 6, < 7", - "requests >= 2.32, < 2.33", + "requests >= 2.32, < 2.35", "six >= 1.17, < 1.18", "zipp >= 3.23, < 3.24", ]