From 8e18684d9ae130b87caafd3a47c66c2196a9d453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:54:28 +0000 Subject: [PATCH] Bump requests from 2.32.5 to 2.33.0 in /LicenseChecker_Backend Bumps [requests](https://github.com/psf/requests) from 2.32.5 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.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LicenseChecker_Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 LicenseChecker_Backend/requirements.txt diff --git a/LicenseChecker_Backend/requirements.txt b/LicenseChecker_Backend/requirements.txt old mode 100755 new mode 100644 index 856b953..a53c9a6 --- a/LicenseChecker_Backend/requirements.txt +++ b/LicenseChecker_Backend/requirements.txt @@ -19,7 +19,7 @@ PyPika==0.51.1 python-dotenv==1.2.2 python-multipart==0.0.22 PyYAML==6.0.3 -requests==2.32.5 +requests==2.33.0 setuptools==82.0.1 sniffio==1.3.1 starlette==0.52.1