From f568435b59fa48d2234decab887bc90bd2fdbb8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:59:03 +0000 Subject: [PATCH] Bump pyjwt from 2.4.0 to 2.9.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.4.0 to 2.9.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.4.0...2.9.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 9cbe930d..697e365a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -143,7 +143,7 @@ pyasn1-modules==0.3.0 # via google-auth pycparser==2.21 # via cffi -pyjwt==2.4.0 +pyjwt==2.9.0 # via -r requirements/requirements.in pyparsing==3.1.1 # via packaging