From d492e571f10fc015305808c97c669b19e40c3dee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Dec 2023 18:01:03 +0100 Subject: [PATCH] Update django from 3.0.3 to 4.2.7 --- .../app/templates/django/mysite/Pipfile | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/generators/app/templates/django/mysite/Pipfile b/generators/app/templates/django/mysite/Pipfile index bccba0f..a5b5efa 100644 --- a/generators/app/templates/django/mysite/Pipfile +++ b/generators/app/templates/django/mysite/Pipfile @@ -1,32 +1,32 @@ [[source]] +name = "pypi" url = "https://pypi.python.org/simple" verify_ssl = true -name = "pypi" + +[dev-packages] +Werkzeug = "*" +honcho = "*" +ipdb = "*" +ipython = "*" [packages] -Django = "==3.0.3" +Django = "==4.2.7" Pillow = "*" celery = "*" -djangorestframework = "*" +django-anymail = "*" django-backblazeb2-storage = "*" django-cors-headers = "*" +django-debug-toolbar = "*" django-environ = "*" django-extensions = "*" django-filter = "*" -django-debug-toolbar = "*" django-spa = "*" -django-anymail = "*" -gunicorn = "*" +djangorestframework = "*" graphene = "*" graphene-django = "*" +gunicorn = "*" psycopg2-binary = "*" redis = "*" -[dev-packages] -honcho = "*" -ipython = "*" -ipdb = "*" -Werkzeug = "*" - [requires] python_version = "3.7"