From 3bed2a669ab190c50bd16d17019aaaa3af3d2e6d Mon Sep 17 00:00:00 2001 From: Jay Zeng Date: Thu, 11 Jul 2024 10:56:15 -0400 Subject: [PATCH] Upgrade django version --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 71664407..c16ea223 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ django-environ = "==0.10.0" djangorestframework = "==3.15.2" gunicorn = "==22.0.0" whitenoise = "==6.4.0" -django = "==4.2.13" +django = "==4.2.14" django-filter = "==22.1" requests = "==2.32.3" django-tenants = "==3.5.0" diff --git a/Pipfile.lock b/Pipfile.lock index 8478489a..8a4a444e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "891196e73248143f574df042057ad4c506c479ac7f90ef83a3a2afab8841da9f" + "sha256": "12d8e169213816e791713cc5003c6af3bb7d8e143d6418ddbfea464e4d0ce497" }, "pipfile-spec": 6, "requires": { @@ -337,12 +337,12 @@ }, "django": { "hashes": [ - "sha256:837e3cf1f6c31347a1396a3f6b65688f2b4bb4a11c580dcb628b5afe527b68a5", - "sha256:a17fcba2aad3fc7d46fdb23215095dbbd64e6174bf4589171e732b18b07e426a" + "sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240", + "sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.2.13" + "version": "==4.2.14" }, "django-cors-headers": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 424fe87c..94c7b6d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ click-didyoumean==0.3.1; python_full_version >= '3.6.2' click-plugins==1.1.1 click-repl==0.3.0; python_version >= '3.6' cryptography==42.0.8; python_version >= '3.7' -django==4.2.13; python_version >= '3.8' +django==4.2.14; python_version >= '3.8' django-cors-headers==3.13.0; python_version >= '3.7' django-environ==0.10.0; python_version >= '3.5' and python_version < '4' django-extensions==3.2.1; python_version >= '3.6'