From afc0d32943c44e8b06d6451c50c777b86dd85453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:41:40 +0000 Subject: [PATCH] deps(python): update pyjwt requirement from >=2.4.0 to >=2.12.1 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.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 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..b06ff0b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,8 +16,8 @@ openpyxl parse-accept-language pyclamd pydantic -pyjwt -pyjwt>=2.4.0 +pyjwt>=2.12.1 +pyjwt>=2.12.1>=2.4.0 pyproj python-dateutil python-magic