From cc771c896a9bd95b7a3a8a61a79919c3861cbb56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 17:53:57 +0000 Subject: [PATCH] Bump requests Bumps the pip group with 1 update in the /Reverse_image_search directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.31.0 to 2.32.4 - [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.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- Reverse_image_search/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reverse_image_search/requirements.txt b/Reverse_image_search/requirements.txt index b14babe..4280b35 100644 --- a/Reverse_image_search/requirements.txt +++ b/Reverse_image_search/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.0 flask-cors==4.0.0 -requests==2.31.0 +requests==2.32.4 python-dotenv==1.0.0