From a3747ba3972907acaed12d876180eb1920c57cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:00:07 +0000 Subject: [PATCH] dependency: (deps): bump pyjwt from 2.8.0 to 2.9.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4c179848..4e5ae4c3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -38,7 +38,7 @@ psycopg2==2.9.9 pycparser==2.22 pydantic==2.8.2 pydantic_core==2.20.1 -PyJWT==2.8.0 +PyJWT==2.9.0 pymongo==4.8.0 PyMuPDF==1.24.9 PyMuPDFb==1.24.9