From fdb91ef502ff4f9b7e551b9e60543e690a513e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:17:37 +0000 Subject: [PATCH] build(deps): update requests requirement from ~=2.31 to ~=2.33 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.31.0...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 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 900b795..29a4e44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ setuptools>=68.0.0 -requests~=2.31 \ No newline at end of file +requests~=2.33 \ No newline at end of file