update reqs
This commit is contained in:
parent
4181449aea
commit
f1a523f327
|
@ -7,9 +7,9 @@ celery==5.0.5
|
||||||
certifi==2020.12.5
|
certifi==2020.12.5
|
||||||
cffi==1.14.5
|
cffi==1.14.5
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
cryptography==3.4.4
|
cryptography==3.4.6
|
||||||
decorator==4.4.2
|
decorator==4.4.2
|
||||||
Django==3.1.6
|
Django==3.1.7
|
||||||
django-cors-headers==3.7.0
|
django-cors-headers==3.7.0
|
||||||
django-rest-knox==4.1.0
|
django-rest-knox==4.1.0
|
||||||
djangorestframework==3.12.2
|
djangorestframework==3.12.2
|
||||||
|
|
|
@ -6,9 +6,9 @@ celery==5.0.5
|
||||||
certifi==2020.12.5
|
certifi==2020.12.5
|
||||||
cffi==1.14.5
|
cffi==1.14.5
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
cryptography==3.4.4
|
cryptography==3.4.6
|
||||||
decorator==4.4.2
|
decorator==4.4.2
|
||||||
Django==3.1.6
|
Django==3.1.7
|
||||||
django-cors-headers==3.7.0
|
django-cors-headers==3.7.0
|
||||||
django-rest-knox==4.1.0
|
django-rest-knox==4.1.0
|
||||||
djangorestframework==3.12.2
|
djangorestframework==3.12.2
|
||||||
|
|
|
@ -27,7 +27,7 @@ LATEST_AGENT_VER = "1.4.6"
|
||||||
MESH_VER = "0.7.72"
|
MESH_VER = "0.7.72"
|
||||||
|
|
||||||
# for the update script, bump when need to recreate venv or npm install
|
# for the update script, bump when need to recreate venv or npm install
|
||||||
PIP_VER = "9"
|
PIP_VER = "10"
|
||||||
NPM_VER = "8"
|
NPM_VER = "8"
|
||||||
|
|
||||||
DL_64 = f"https://github.com/wh1te909/rmmagent/releases/download/v{LATEST_AGENT_VER}/winagent-v{LATEST_AGENT_VER}.exe"
|
DL_64 = f"https://github.com/wh1te909/rmmagent/releases/download/v{LATEST_AGENT_VER}/winagent-v{LATEST_AGENT_VER}.exe"
|
||||||
|
|
Loading…
Reference in New Issue