diff --git a/requirements.txt b/requirements.txt index 899eb6e..4a490b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,33 +1,34 @@ -Flask==2.3.3 +Flask==3.1.3 Flask-SQLAlchemy==3.0.5 Flask-Migrate==4.0.5 Flask-JWT-Extended==4.5.3 -Flask-CORS==4.0.0 +Flask-CORS==6.0.0 Flask-Limiter==3.5.0 Flask-Mail==0.9.1 flasgger==0.9.7.1 psycopg2-binary==2.9.7 redis==5.0.1 celery==5.3.4 -python-dotenv==1.0.0 -marshmallow==3.20.1 +python-dotenv==1.2.2 +marshmallow==3.26.2 marshmallow-sqlalchemy==0.29.0 -cryptography==41.0.7 +cryptography==46.0.6 pyotp==2.9.0 qrcode==7.4.2 -Pillow==10.2.0 +Pillow==12.2.0 boto3==1.28.62 pydantic==2.4.2 pydantic-settings==2.0.3 structlog==23.1.0 prometheus-client==0.17.1 -gunicorn==21.2.0 -requests==2.31.0 +gunicorn==22.0.0 +requests==2.33.0 +urllib3==2.6.3 psutil==5.9.6 twilio==8.10.0 bcrypt==4.0.1 # Testing dependencies -pytest==7.4.3 +pytest==9.0.3 pytest-cov==4.1.0 pytest-flask==1.3.0