We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 033e36a + 5f0b70b commit fffe0f5Copy full SHA for fffe0f5
2 files changed
VERSION
@@ -1 +1 @@
1
-1.2.85
+1.2.86
backend/requirements.txt
@@ -1,6 +1,6 @@
# Flask core
2
Flask==3.0.0
3
-Werkzeug==3.0.1
+Werkzeug==3.1.5
4
5
# Database
6
Flask-SQLAlchemy==3.1.1
@@ -11,7 +11,7 @@ Flask-JWT-Extended==4.6.0
11
PyJWT==2.8.0
12
13
# CORS
14
-Flask-Cors==5.0.1
+Flask-Cors==6.0.2
15
16
# WebSocket support
17
Flask-SocketIO==5.4.1
@@ -22,7 +22,7 @@ python-engineio==4.11.2
22
psutil==5.9.7
23
24
# Production server
25
-gunicorn==22.0.0
+gunicorn==23.0.0
26
gevent==25.4.2
27
gevent-websocket==0.10.1
28
@@ -43,7 +43,7 @@ passlib==1.7.4
43
bcrypt==4.2.1
44
45
# Encryption for env vars
46
-cryptography==44.0.3
+cryptography==46.0.5
47
48
# Two-Factor Authentication
49
pyotp==2.9.0
0 commit comments