From 573d0c7b8889e8c9ea1845ba9bd89d3eb1c44d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 08:18:44 +0000 Subject: [PATCH] deps(python): update pyjwt requirement from >=2.4.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.4.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0c96447d..0fe3dae7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,8 +16,8 @@ openpyxl parse-accept-language pyclamd pydantic -pyjwt -pyjwt>=2.4.0 +pyjwt>=2.13.0 +pyjwt>=2.13.0>=2.4.0 pyproj python-dateutil python-magic