update reqs

This commit is contained in:
wh1te909 2023-05-30 18:33:31 +00:00
parent 3e967f58d2
commit cd5e87be34
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
adrf==0.1.1
asgiref==3.7.1
asgiref==3.7.2
celery==5.2.7
certifi==2023.5.7
cffi==1.15.1

View File

@ -23,11 +23,11 @@ AUTH_USER_MODEL = "accounts.User"
TRMM_VERSION = "0.15.12-dev"
# https://github.com/amidaware/tacticalrmm-web
WEB_VERSION = "0.101.20"
WEB_VERSION = "0.101.21-dev"
# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
APP_VER = "0.0.180"
APP_VER = "0.0.181"
# https://github.com/amidaware/rmmagent
LATEST_AGENT_VER = "2.4.8"