Skip to content

Commit ea7ec4b

Browse files
chore(deps): update pyjwt requirement 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 4e65fd8 commit ea7ec4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ aiofiles>=24.0.0
3131

3232
# Supabase (postgrest-py handled as dependency)
3333
supabase>=2.0.0
34-
pyjwt>=2.8.0 # JWT token verification for Supabase Auth
34+
pyjwt>=2.12.1 # JWT token verification for Supabase Auth
3535

3636
# Testing
3737
pytest>=8.0.0

0 commit comments

Comments
 (0)