update reqs
This commit is contained in:
parent
60126a8cc5
commit
868025ffa3
|
@ -6,7 +6,7 @@ cffi==1.16.0
|
|||
channels==4.1.0
|
||||
channels_redis==4.2.0
|
||||
cryptography==42.0.7
|
||||
Django==4.2.12
|
||||
Django==4.2.13
|
||||
django-cors-headers==4.3.1
|
||||
django-filter==24.2
|
||||
django-rest-knox==4.2.0
|
||||
|
@ -19,7 +19,7 @@ msgpack==1.0.8
|
|||
nats-py==2.7.2
|
||||
packaging==24.0
|
||||
psutil==5.9.8
|
||||
psycopg[binary]==3.1.18
|
||||
psycopg[binary]==3.1.19
|
||||
pycparser==2.21
|
||||
pycryptodome==3.20.0
|
||||
pyotp==2.9.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nats:2.10.12-alpine
|
||||
FROM nats:2.10.14-alpine
|
||||
|
||||
ENV TACTICAL_DIR /opt/tactical
|
||||
ENV TACTICAL_READY_FILE ${TACTICAL_DIR}/tmp/tactical.ready
|
||||
|
|
Loading…
Reference in New Issue