Skip to content

Commit

Permalink
Updating Django from 3.2.19 to 3.2.20 in backend/MakeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
faizanH committed Nov 7, 2023
1 parent e2c93b6 commit 2ff98b3
Show file tree
Hide file tree
Showing 3 changed files with 1,511 additions and 1,174 deletions.
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ API_LIB_SRC = $(shell find ${ARTEMISAPI} -type f -name '*.py' -o -name '*.cfg')
ENGINE_BASE := 3.9-slim-bullseye

# Django version
DJANGO_VER = 3.2.19
DJANGO_VER = 3.2.20

# Enry Info
ENRYVER := 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ boto3 = "*"
PyGithub = "*"
requests = "*"
awscli = "*"
django = "==3.2.19"
django = "==3.2.20"
simplejson = "*"
cwe = "*"
pyjwt = "*"
Expand Down
Loading

0 comments on commit 2ff98b3

Please sign in to comment.