Skip to content

Commit e4326d7

Browse files
Update pyjwt requirement from >=2.8.0 to >=2.12.1 in /backend
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](jpadilla/pyjwt@2.8.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a431203 commit e4326d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies = [
9393
"tzdata>=2024.1",
9494
"wagtail-factories==4.2.1",
9595
"google-auth-oauthlib>=1.2.1",
96-
"PyJWT>=2.8.0",
96+
"PyJWT>=2.12.1",
9797
"cryptography>=43.0.0",
9898
"openai>=1.52.0",
9999
"pydantic>=2.9.2",

0 commit comments

Comments
 (0)