diff --git a/api/Pipfile b/api/Pipfile index d4d15f740b4..9d20087aba4 100644 --- a/api/Pipfile +++ b/api/Pipfile @@ -22,7 +22,7 @@ pytest-sugar = "~=0.9" aws-requests-auth = "~=0.4" boto3 = "~=1.26" deepdiff = "~=6.2" -Django = "~=4.1" +Django = "~=4.2" django-braces = "~=1.15" django-cors-headers = "~=3.14" django-cron = "~=0.6" diff --git a/api/Pipfile.lock b/api/Pipfile.lock index e9a717a92f2..365f1afbadc 100644 --- a/api/Pipfile.lock +++ b/api/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "748e04b0c54a2fa281cab86a784f3723a5591ef1f54c6a93f9b5aeba76628b7e" + "sha256": "f24abd2bd5c272d93c0cd35d692ab450df9bcbcaa6d68da672e2410d257b0f5d" }, "pipfile-spec": 6, "requires": { @@ -388,11 +388,11 @@ }, "django": { "hashes": [ - "sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8", - "sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e" + "sha256:ad33ed68db9398f5dfb33282704925bce044bef4261cd4fb59e4e7f9ae505a78", + "sha256:c36e2ab12824e2ac36afa8b2515a70c53c7742f0d6eaefa7311ec379558db997" ], "index": "pypi", - "version": "==4.1.7" + "version": "==4.2" }, "django-braces": { "hashes": [ @@ -493,7 +493,7 @@ "sha256:0e2454645dc00517dee4c6de3863411a9c5f1955d013c5fefa29123dadc92f98", "sha256:66c4ece2adfe7cc120e2b6a6798a1fd5c777aecf82eec39bb95cef7cfc7ea2b3" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version < '4'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_full_version < '4.0.0'", "version": "==7.17.9" }, "elasticsearch-dsl": {