From 3683bf767fc2c6fa8a6c1e838dfadb7d213284c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:14:11 +0000 Subject: [PATCH] Update pyjwt requirement from >=2.8 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.8.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb19d72..66094b8 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.12.1 javalang>=0.13 pydantic>=2.9