From 3625668c0c8a555202416c8cb66b33e18016a1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 04:46:17 +0000 Subject: [PATCH] build(deps): update pyjwt requirement from >=2.8.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.8.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- decisionassure/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decisionassure/requirements.txt b/decisionassure/requirements.txt index 8a1b154..92f135f 100644 --- a/decisionassure/requirements.txt +++ b/decisionassure/requirements.txt @@ -1,2 +1,2 @@ -PyJWT>=2.8.0 +PyJWT>=2.13.0 cryptography>=42.0.0