From 131ebc16410c612ba348cce43669afa128184fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 20:12:50 +0000 Subject: [PATCH] :arrow_up: Update requests requirement from >=2.27.0 to >=2.34.2 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.27.0...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dff3f70..b531c26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests>=2.27.0 \ No newline at end of file +requests>=2.34.2 \ No newline at end of file