From f6af106f4e0da19432c64b65fc53b336d8dcf5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:43:53 +0000 Subject: [PATCH] Update pyjwt requirement from >=2.11.0 to >=2.13.0 Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [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.11.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index afa64eb8..765f7dda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ flask>=3.1.3 flask-cors>=6.0.2 flask-caching>=2.3.1 pandas>=3.0.2 -PyJWT>=2.11.0 +PyJWT>=2.13.0 openpyxl>=3.1.5 dnspython>=2.8.0 pycountry>=26.2.16