From 5a069ae055b801ddd3a54a82c51834d556c7cff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:57:03 +0000 Subject: [PATCH] Bump pyjwt from 2.8.0 to 2.9.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.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.8.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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a97a8075..798aac8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Django==4.2.16 oauthlib==3.2.2 requests==2.32.3 requests-oauthlib==1.3.1 -PyJWT==2.8.0 +PyJWT==2.9.0 gunicorn==22.0.0 matplotlib django-bootstrap-datepicker-plus