update reqs

This commit is contained in:
wh1te909 2023-04-07 20:22:18 +00:00
parent a40858adbf
commit c42a379e7c
2 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ channels_redis==4.1.0
chardet==4.0.0
cryptography==40.0.1
daphne==4.0.0
Django==4.2
Django==4.1.8
django-cors-headers==3.14.0
django-ipware==5.0.0
django-rest-knox==4.2.0
@ -19,7 +19,7 @@ msgpack==1.0.5
nats-py==2.2.0
packaging==23.0
psutil==5.9.4
psycopg[binary]==3.1.8
psycopg2-binary==2.9.6
pycparser==2.21
pycryptodome==3.17
pyotp==2.8.0
@ -35,5 +35,5 @@ urllib3==1.26.15
uWSGI==2.0.21
validators==0.20.0
vine==5.0.0
websockets==11.0
websockets==11.0.1
zipp==3.15.0

View File

@ -27,19 +27,19 @@ WEB_VERSION = "0.101.16"
# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
APP_VER = "0.0.178"
APP_VER = "0.0.179"
# https://github.com/amidaware/rmmagent
LATEST_AGENT_VER = "2.4.5"
LATEST_AGENT_VER = "2.4.6-dev"
MESH_VER = "1.1.4"
NATS_SERVER_VER = "2.9.15"
# for the update script, bump when need to recreate venv
PIP_VER = "35"
PIP_VER = "36"
SETUPTOOLS_VER = "67.6.0"
SETUPTOOLS_VER = "67.6.1"
WHEEL_VER = "0.40.0"
AGENT_BASE_URL = "https://agents.tacticalrmm.com"