update reqs
This commit is contained in:
parent
d15a8c5af3
commit
34c674487a
|
@ -7,12 +7,12 @@ channels==4.0.0
|
|||
channels_redis==4.1.0
|
||||
cryptography==41.0.1
|
||||
daphne==4.0.0
|
||||
Django==4.1.9
|
||||
Django==4.2.2
|
||||
django-cors-headers==4.1.0
|
||||
django-ipware==5.0.0
|
||||
django-rest-knox==4.2.0
|
||||
djangorestframework==3.14.0
|
||||
drf-spectacular==0.26.2
|
||||
drf-spectacular==0.26.3
|
||||
hiredis==2.2.3
|
||||
meshctrl==0.1.15
|
||||
msgpack==1.0.5
|
||||
|
|
|
@ -34,7 +34,7 @@ LATEST_AGENT_VER = "2.4.9"
|
|||
|
||||
MESH_VER = "1.1.6"
|
||||
|
||||
NATS_SERVER_VER = "2.9.18"
|
||||
NATS_SERVER_VER = "2.9.19"
|
||||
|
||||
# for the update script, bump when need to recreate venv
|
||||
PIP_VER = "37"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nats:2.9.17-alpine
|
||||
FROM nats:2.9.19-alpine
|
||||
|
||||
ENV TACTICAL_DIR /opt/tactical
|
||||
ENV TACTICAL_READY_FILE ${TACTICAL_DIR}/tmp/tactical.ready
|
||||
|
|
Loading…
Reference in New Issue