Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jan 21, 2024
1 parent 6aa1170 commit ba8561e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions api/tacticalrmm/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ django-cors-headers==4.3.1
django-filter==23.5
django-rest-knox==4.2.0
djangorestframework==3.14.0
drf-spectacular==0.27.0
drf-spectacular==0.27.1
hiredis==2.3.2
meshctrl==0.1.15
msgpack==1.0.7
nats-py==2.6.0
packaging==23.2
psutil==5.9.7
psutil==5.9.8
psycopg[binary]==3.1.17
pycparser==2.21
pycryptodome==3.20.0
Expand All @@ -31,13 +31,13 @@ six==1.16.0
sqlparse==0.4.4
twilio==8.11.1
urllib3==2.1.0
uvicorn[standard]==0.25.0
uvicorn[standard]==0.26.0
uWSGI==2.0.23
validators==0.22.0
vine==5.1.0
websockets==12.0
zipp==3.17.0
pandas==2.1.4
pandas==2.2.0
kaleido==0.2.1
jinja2==3.1.3
markdown==3.5.2
Expand Down
2 changes: 1 addition & 1 deletion api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# https://github.com/amidaware/rmmagent
LATEST_AGENT_VER = "2.6.1"

MESH_VER = "1.1.18"
MESH_VER = "1.1.19"

NATS_SERVER_VER = "2.10.9"

Expand Down

0 comments on commit ba8561e

Please sign in to comment.