From 44dd6b2a8c318e17e9fe6e3307d4556db6fadcb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:16:09 +0000 Subject: [PATCH] Update pyjwt requirement from ==2.9.* to ==2.10.* in /server 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] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index c651c962..4e53a35a 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -23,7 +23,7 @@ Pillow==10.4.* pandas==2.2.* pdf2image==1.17.* pdfrw==0.4 -pyjwt==2.9.* +pyjwt==2.10.* python-dateutil==2.9.* pytz redis==5.1.1