Skip to content

Commit

Permalink
update django to 4.2.14 for high security vulnerablilites. (#2453)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkueloc authored Jul 15, 2024
1 parent c2c64ee commit a76dac3
Show file tree
Hide file tree
Showing 2 changed files with 608 additions and 623 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ celery = {extras = ["redis"],version = ">=5.0.5"}
"boto3" = ">=1.9.16"
botocore = '>=1.12.16'
requests = "*"
Django = "~=4.2"
Django = ">=4.2.14, <5.0"
bagit = "*"
django-registration = "*"
django-simple-captcha = "*"
Expand Down
Loading

0 comments on commit a76dac3

Please sign in to comment.