From 6241b6bf02a8932af3ceff4030bf36054c1b0eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:47:11 +0100 Subject: [PATCH] Update pyjwt requirement from ==2.9.* to ==2.10.* in /server (#275) Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [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.9.0...2.10.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index db81e0ab..a2e1cf23 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -23,7 +23,7 @@ Pillow==11.0.* pandas==2.2.* pdf2image==1.17.* pdfrw==0.4 -pyjwt==2.9.* +pyjwt==2.10.* python-dateutil==2.9.* pytz redis==5.2.0