From c6bf9ef92a281a6a77d033f7bac732956da6645d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 21:36:21 +0000 Subject: [PATCH] chore(deps): bump requests from 2.34.0 to 2.34.2 in /scripts Bumps [requests](https://github.com/psf/requests) from 2.34.0 to 2.34.2. - [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.34.0...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0f1341e89c..3fa64eb1bd 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -17,4 +17,4 @@ Jinja2==3.1.6 # Required by: scripts/ci/setup_release_automation, scripts/ci/render-notes.py # HTTP library for GitHub API interactions -requests==2.34.0 +requests==2.34.2