From 4731daa111f715bee7548cc1c1ea81b3fc020895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:09:56 +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 98d47e7..589d8c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ drf-spectacular==0.27.2 inflection==0.5.1 psycopg2==2.9.9 jsonschema==4.22.0 -PyJWT==2.8.0 +PyJWT==2.9.0 pymemcache==4.0.0 pyrsistent==0.20.0 pytz==2024.1