From 6524ef2778197c24e6dc062abc41c641fc9a3ccb Mon Sep 17 00:00:00 2001 From: Martin Albert Date: Tue, 7 May 2024 14:36:18 +0200 Subject: [PATCH] chore: update dependencies chore: update deps docs: update readme fix: downgrade django to 4.2 to support python 3.8 to 3.12 --- README.md | 3 +++ requirements.txt | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d864f2d..937197b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Django + ButterCMS Starter Project +> [!IMPORTANT] +> We officially support Python versions 3.8 to 3.12. + Live demo: [https://django-starter-buttercms-demo.herokuapp.com/](https://django-starter-buttercms-demo.herokuapp.com/) This Django starter project fully integrates with dynamic sample content from your ButterCMS account, including main menu, pages, blog posts, categories, and tags, and all with a beautiful, custom theme with already-implemented search functionality. All of the included sample content is automatically created in your account dashboard when you diff --git a/requirements.txt b/requirements.txt index 2758249..1079911 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -buttercms-python==1.3.* -django-environ==0.10.0 # https://github.com/joke2k/django-environ +buttercms-python==2.0.0 +django-environ==0.11.2 # https://github.com/joke2k/django-environ django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions -django==3.2.* # https://www.djangoproject.com/ -gunicorn==21.2.0 # https://github.com/benoitc/gunicorn -psycopg2==2.9.7 # https://github.com/psycopg/psycopg2 -whitenoise==6.5.0 # https://github.com/evansd/whitenoise +django==4.2.* # https://www.djangoproject.com/ +gunicorn==22.0.0 # https://github.com/benoitc/gunicorn +psycopg2==2.9.9 # https://github.com/psycopg/psycopg2 +whitenoise==6.6.0 # https://github.com/evansd/whitenoise