From 8f013d6bd0fca0bdeae91b13010a9707517c0b38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:28:08 +0000 Subject: [PATCH] Bump requests from 2.32.4 to 2.33.0 in /build/stf-run-ci Bumps [requests](https://github.com/psf/requests) from 2.32.4 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.4...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/stf-run-ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/stf-run-ci/requirements.txt b/build/stf-run-ci/requirements.txt index d3da54ea..c500eb47 100644 --- a/build/stf-run-ci/requirements.txt +++ b/build/stf-run-ci/requirements.txt @@ -1,5 +1,5 @@ # https://stackoverflow.com/questions/64073422/importerror-cannot-import-name-oauth1session-from-requests-oauthlib -requests==2.32.4 +requests==2.33.0 requests_oauthlib==1.3.0 # https://github.com/domainaware/parsedmarc/issues/318 oauthlib==3.2.2