Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed May 16, 2024
1 parent 60126a8 commit 868025f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/tacticalrmm/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/containers/tactical-nats/dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 868025f

Please sign in to comment.