Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Sep 11, 2023
1 parent c71aa7b commit ca4d196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions api/tacticalrmm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adrf==0.1.1
adrf==0.1.2
asgiref==3.7.2
celery==5.3.1
certifi==2023.7.22
Expand All @@ -7,7 +7,7 @@ channels==4.0.0
channels_redis==4.1.0
cryptography==41.0.3
daphne==4.0.0
Django==4.2.4
Django==4.2.5
django-cors-headers==4.2.0
django-ipware==5.0.0
django-rest-knox==4.2.0
Expand All @@ -30,7 +30,7 @@ redis==4.5.5
requests==2.31.0
six==1.16.0
sqlparse==0.4.4
twilio==8.5.0
twilio==8.8.0
urllib3==2.0.4
uWSGI==2.0.22
validators==0.20.0
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 @@ -34,7 +34,7 @@

MESH_VER = "1.1.9"

NATS_SERVER_VER = "2.9.21"
NATS_SERVER_VER = "2.9.22"

# for the update script, bump when need to recreate venv
PIP_VER = "38"
Expand Down

0 comments on commit ca4d196

Please sign in to comment.