diff --git a/app/requirements.txt b/app/requirements.txt index dce6333..81f4273 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,10 +6,10 @@ Flask-Mail==0.10.0 Flask-Migrate==4.1.0 PyMySQL==1.1.1 gunicorn -cryptography==48.0.0 +cryptography==48.0.1 geoip2>=5.2.0 psutil==5.9.6 python-dotenv==1.2.2 -PyJWT==2.12.1 +PyJWT==2.13.0 hvac>=2.4.0 prometheus_client>=0.16.0 diff --git a/requirements.txt b/requirements.txt index 6b3be9f..8b55206 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,8 @@ PyMySQL==1.1.1 gunicorn geoip2>=5.2.0 psutil==5.9.6 -PyJWT==2.12.1 +PyJWT==2.13.0 python-dotenv==1.2.2 prometheus_client>=0.16.0 -cryptography==48.0.0 +cryptography==48.0.1 hvac>=2.4.0