From f91e384a2f2d42191b223a15343aeec254078360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:26:06 +0000 Subject: [PATCH] Update requests requirement from ~=2.32.5 to ~=2.33.0 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.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 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 9e9b493..4d61e80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ parsel~=1.11.0 titlecase~=2.4.1 emoji~=2.15.0 pillow~=12.1.1 -requests~=2.32.5 \ No newline at end of file +requests~=2.33.0 \ No newline at end of file