From 738a4d101fb3c68864f6070a39bd04a4d5bb4869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:21:58 +0000 Subject: [PATCH] chore(deps-dev): bump pyjwt from 2.12.0 to 2.13.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.0 to 2.13.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.12.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f9e28294..966a41c0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -71,7 +71,7 @@ portalocker==2.10.1 ; python_version >= '3.5' and platform_system == 'Windows' pycparser==2.23 -pyjwt[crypto]==2.12.0 ; python_version >= '3.7' +pyjwt[crypto]==2.13.0 ; python_version >= '3.7' pylint==4.0.5