Skip to content

Commit ef3abe9

Browse files
authored
fix(deps): Update dependency python-jose to v3.4.0 [SECURITY] (#3)
1 parent bcda1dd commit ef3abe9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ psycopg2-binary==2.9.9
1111
alembic==1.12.1
1212

1313
# Authentication & Security
14-
python-jose[cryptography]==3.3.0
14+
python-jose[cryptography]==3.4.0
1515
passlib[bcrypt]==1.7.4
1616
python-dotenv==1.0.0
1717
cryptography>=41.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ psycopg2-binary==2.9.9
1111
alembic==1.12.1
1212

1313
# Authentication & Security
14-
python-jose[cryptography]==3.3.0
14+
python-jose[cryptography]==3.4.0
1515
passlib[bcrypt]==1.7.4
1616
python-dotenv==1.0.0
1717
cryptography>=41.0.0

0 commit comments

Comments
 (0)