Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Nov 21, 2023
1 parent 7a9fb74 commit f9387a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions api/tacticalrmm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
adrf==0.1.2
asgiref==3.7.2
celery==5.3.5
certifi==2023.7.22
certifi==2023.11.17
cffi==1.16.0
channels==4.0.0
channels_redis==4.1.0
cryptography==41.0.5
Django==4.2.7
django-cors-headers==4.3.0
django-filter==23.3
django-cors-headers==4.3.1
django-filter==23.4
django-rest-knox==4.2.0
djangorestframework==3.14.0
drf-spectacular==0.26.5
Expand All @@ -18,7 +18,7 @@ msgpack==1.0.7
nats-py==2.6.0
packaging==23.2
psutil==5.9.6
psycopg[binary]==3.1.12
psycopg[binary]==3.1.13
pycparser==2.21
pycryptodome==3.19.0
pyotp==2.9.0
Expand All @@ -29,7 +29,7 @@ redis==4.5.5
requests==2.31.0
six==1.16.0
sqlparse==0.4.4
twilio==8.10.1
twilio==8.10.2
urllib3==2.1.0
uvicorn[standard]==0.23.2
uWSGI==2.0.22
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.10.4"
NATS_SERVER_VER = "2.10.5"

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

0 comments on commit f9387a5

Please sign in to comment.