From 800a678e6c9aee210e46c12744cb5cb61c1d5b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:57:06 +0000 Subject: [PATCH] chore(deps): update pyjwt requirement from >=2.12.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.12.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 8348780..56f1c70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ pytest==8.3.0 pytest-asyncio==0.24.0 aiohttp>=3.13.5 arq==0.28.0 -PyJWT>=2.12.0 +PyJWT>=2.12.1 cryptography>=47.0.0