Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c38ddfe

Browse files
Upgrade Django from 4.1.0 to 4.1.2 for security fix (#985)
1 parent c06ded3 commit c38ddfe

File tree

2 files changed

+259
-253
lines changed

2 files changed

+259
-253
lines changed

api/Pipfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ openapi-spec-validator = "*"
2222
aws-requests-auth = "*"
2323
boto3 = "*"
2424
deepdiff = "*"
25-
Django = "==4.1"
25+
Django = "==4.1.2"
2626
django-braces = "*"
2727
django-cors-headers = "*"
28-
django-oauth-toolkit = "==2.1.0"
28+
django-oauth-toolkit = "==2.2.0"
2929
django-redis = "*"
3030
django-sslserver = "*"
3131
django-storages = "*"

0 commit comments

Comments
 (0)