Skip to content

Commit fffe0f5

Browse files
authored
Merge pull request #18 from jhd3197/dev
Fix remaining vulnerable dependencies flagged by Safety CI
2 parents 033e36a + 5f0b70b commit fffe0f5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.85
1+
1.2.86

backend/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flask core
22
Flask==3.0.0
3-
Werkzeug==3.0.1
3+
Werkzeug==3.1.5
44

55
# Database
66
Flask-SQLAlchemy==3.1.1
@@ -11,7 +11,7 @@ Flask-JWT-Extended==4.6.0
1111
PyJWT==2.8.0
1212

1313
# CORS
14-
Flask-Cors==5.0.1
14+
Flask-Cors==6.0.2
1515

1616
# WebSocket support
1717
Flask-SocketIO==5.4.1
@@ -22,7 +22,7 @@ python-engineio==4.11.2
2222
psutil==5.9.7
2323

2424
# Production server
25-
gunicorn==22.0.0
25+
gunicorn==23.0.0
2626
gevent==25.4.2
2727
gevent-websocket==0.10.1
2828

@@ -43,7 +43,7 @@ passlib==1.7.4
4343
bcrypt==4.2.1
4444

4545
# Encryption for env vars
46-
cryptography==44.0.3
46+
cryptography==46.0.5
4747

4848
# Two-Factor Authentication
4949
pyotp==2.9.0

0 commit comments

Comments
 (0)