From 48e99df389ab7ecd8153137554bbc8ddf95b1a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 01:06:53 +0000 Subject: [PATCH] Update pyjwt requirement from >=2.8 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb19d72..940c093 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pytest-asyncio>=0.23 httpx>=0.27 fastapi>=0.111 cryptography>=42.0 -PyJWT>=2.8 +PyJWT>=2.13.0 javalang>=0.13 pydantic>=2.9