From b89158b88fdc49eb7e113bee0b337cefe60c5219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:22:31 +0000 Subject: [PATCH] Bump requests Bumps [requests](https://github.com/psf/requests) from 2.26.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.26.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../d_using_flask/f_Authentication/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3/16_Web_Services/f_web_application/d_using_flask/f_Authentication/requirements.txt b/python3/16_Web_Services/f_web_application/d_using_flask/f_Authentication/requirements.txt index 0b80709c..54cf4828 100644 --- a/python3/16_Web_Services/f_web_application/d_using_flask/f_Authentication/requirements.txt +++ b/python3/16_Web_Services/f_web_application/d_using_flask/f_Authentication/requirements.txt @@ -1,5 +1,5 @@ flask==2.2.5 pyjwt[crypto]==2.4.0 -requests==2.26.0 +requests==2.32.4 requests-oauthlib==1.3.0 selenium==4.1.0