update reqs

This commit is contained in:
wh1te909
2023-09-30 20:53:08 +00:00
parent cc08dfda96
commit 43a62d4eb6
3 changed files with 4 additions and 4 deletions

View File

@@ -9,14 +9,14 @@ cryptography==41.0.4
daphne==4.0.0
Django==4.2.5
django-cors-headers==4.2.0
django-filter==23.2
django-filter==23.3
django-ipware==5.0.0
django-rest-knox==4.2.0
djangorestframework==3.14.0
drf-spectacular==0.26.5
hiredis==2.2.3
meshctrl==0.1.15
msgpack==1.0.6
msgpack==1.0.7
nats-py==2.4.0
packaging==23.1
psutil==5.9.5

View File

@@ -34,7 +34,7 @@ LATEST_AGENT_VER = "2.5.0"
MESH_VER = "1.1.9"
NATS_SERVER_VER = "2.10.0"
NATS_SERVER_VER = "2.10.1"
# for the update script, bump when need to recreate venv
PIP_VER = "38"

View File

@@ -1,4 +1,4 @@
FROM nats:2.9.20-alpine
FROM nats:2.10.1-alpine
ENV TACTICAL_DIR /opt/tactical
ENV TACTICAL_READY_FILE ${TACTICAL_DIR}/tmp/tactical.ready