From 61fdd3b5afbc198ce499e03c1d7665b5f424213d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 09:11:54 +0000 Subject: [PATCH] Bump pyjwt Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.4.0 to 2.13.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.4.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.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 fcee4a2d..e7f15f16 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==3.1.3 -pyjwt[crypto]==2.4.0 +pyjwt[crypto]==2.13.0 requests==2.33.0 requests-oauthlib==1.3.0 selenium==4.1.0