Skip to content

Commit

Permalink
Upgraded Django version to resolve vulnerability (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuastegmaier authored Dec 11, 2024
1 parent a05f697 commit d039973
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ celery = {extras = ["redis"],version = ">=5.0.5"}
"boto3" = ">=1.9.16"
botocore = '>=1.12.16'
requests = "*"
Django = ">=4.2.14, <5.0"
bagit = "*"
django-registration = "*"
django-tinymce = "*"
Expand Down Expand Up @@ -54,6 +53,7 @@ prometheus-client = "*"
xlsxwriter = "*"
blinker = "<1.8.0"
psycopg2 = "*"
django = "<5.0,>=4.2.17"

[dev-packages]
invoke = "*"
Expand Down
17 changes: 9 additions & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d039973

Please sign in to comment.