diff --git a/api/tacticalrmm/requirements.txt b/api/tacticalrmm/requirements.txt index 849411e3..3c3d3053 100644 --- a/api/tacticalrmm/requirements.txt +++ b/api/tacticalrmm/requirements.txt @@ -1,20 +1,20 @@ asgiref==3.5.2 celery==5.2.7 -certifi==2022.9.24 +certifi==2022.12.7 cffi==1.15.1 channels==4.0.0 channels_redis==4.0.0 chardet==4.0.0 cryptography==38.0.4 daphne==4.0.0 -Django==4.1.3 +Django==4.1.4 django-cors-headers==3.13.0 django-ipware==4.0.2 django-rest-knox==4.2.0 djangorestframework==3.14.0 -drf-spectacular==0.24.2 +drf-spectacular==0.25.1 future==0.18.2 -hiredis==2.0.0 +hiredis==2.1.0 meshctrl==0.1.15 msgpack==1.0.4 nats-py==2.2.0 @@ -22,15 +22,15 @@ psutil==5.9.4 psycopg2-binary==2.9.5 pycparser==2.21 pycryptodome==3.16.0 -pyotp==2.7.0 +pyotp==2.8.0 pyparsing==3.0.9 pytz==2022.5 qrcode==7.3.1 -redis==4.3.5 +redis==4.4.0 requests==2.28.1 six==1.16.0 sqlparse==0.4.3 -twilio==7.15.4 +twilio==7.16.0 urllib3==1.26.13 uWSGI==2.0.21 validators==0.20.0 diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index 28fe3eb8..4ffe9286 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -23,18 +23,18 @@ AUTH_USER_MODEL = "accounts.User" TRMM_VERSION = "0.15.6-dev" # https://github.com/amidaware/tacticalrmm-web -WEB_VERSION = "0.101.9" +WEB_VERSION = "0.101.10-dev" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.175" +APP_VER = "0.0.176" # https://github.com/amidaware/rmmagent -LATEST_AGENT_VER = "2.4.3" +LATEST_AGENT_VER = "2.4.4-dev" -MESH_VER = "1.1.0" +MESH_VER = "1.1.1" -NATS_SERVER_VER = "2.9.8" +NATS_SERVER_VER = "2.9.10" # for the update script, bump when need to recreate venv PIP_VER = "34"