fix dependabot alerts

This commit is contained in:
pycook
2023-08-01 13:47:11 +08:00
parent 8c21df189f
commit ec0f3d5a9f
4 changed files with 9 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ supervisor = "==4.0.3"
Flask-Login = "==0.4.1"
Flask-Bcrypt = "==0.7.1"
Flask-Cors = ">=3.0.8"
python-ldap = "==3.2.0"
python-ldap = "==3.4.0"
pycryptodome = "==3.12.0"
# Caching
Flask-Caching = ">=1.0.0"
@@ -39,13 +39,11 @@ kombu = "==4.4.0"
# common setting
Flask-APScheduler = "==1.12.4"
timeout-decorator = "==0.5.0"
numpy = "==1.18.5"
pandas = "==1.3.2"
WTForms = "==3.0.0"
email-validator = "==1.3.1"
treelib = "==1.6.1"
flasgger = "==0.9.5"
Pillow = "==8.3.2"
Pillow = "==9.2.0"
# other
six = "==1.12.0"
bs4 = ">=0.0.1"