From 96cddb60dc7b8685d540c80a4a79110ddd467f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 03:18:30 +0000 Subject: [PATCH] Update requests requirement from >=2.33.1 to >=2.34.2 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.33.1...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 96baac073..dfea931dd 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,7 +1,7 @@ # These requirements apply only to the tools directory. Python 3 is required. ruamel.yaml>=0.19.1 packaging>=23.2 -requests>=2.33.1 +requests>=2.34.2 markupsafe>=3.0.3 markdown>=3.10.2 jinja2>=3.1.3