From c2dea07a96af60fb6306f42024476dc115e38437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:49:33 +0000 Subject: [PATCH] Bump pyjwt from 2.8.0 to 2.10.1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.10.1. - [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.10.1) --- 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..b02635a3 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.10.1 gunicorn==22.0.0 matplotlib django-bootstrap-datepicker-plus