From 21356d110457260f1929669492adaba600c36a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:36:51 +0000 Subject: [PATCH] Bump pyjwt from 2.0.0 to 2.12.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.0 to 2.12.0. - [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.0.0...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a5b65963..96324c2c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -27,7 +27,7 @@ pytest-asyncio==0.21.0 pytest-docker>=3.0.0 python-dotenv==0.18.0 PyYAML==5.3.1 -pyjwt==2.0.0 +pyjwt==2.12.0 requests==2.31.0 texttable==1.6.4 toml==0.10.2