From 52c31d6d794cebee0b6a89bfd96c3128bcc81668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:03:13 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.13.0 to 2.14.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.13.0 to 2.14.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.13.0...2.14.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 343c41a12a3..b1d367f7f9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ django-split-settings==1.3.2 # (https://github.com/DefectDojo/django-DefectDojo/issues/12918, # fixed upstream in https://github.com/radiac/django-tagulous/issues/192). django-tagulous==2.2.2 -PyJWT==2.13.0 +PyJWT==2.14.0 cvss==3.6 django-fieldsignals==0.8.0 hyperlink==21.0.0