From 6e605d0397c7a2c07b4d315b1dbbaae88c99bf94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 03:24:03 +0000 Subject: [PATCH] Bump requests Bumps [requests](https://github.com/psf/requests) from 2.32.4 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.4...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 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 54cf4828..a8f91090 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.32.4 +requests==2.33.0 requests-oauthlib==1.3.0 selenium==4.1.0