diff --git a/{{cookiecutter.github_repository_name}}/requirements.txt b/{{cookiecutter.github_repository_name}}/requirements.txt index b0d9a1adc..bfe13f71f 100644 --- a/{{cookiecutter.github_repository_name}}/requirements.txt +++ b/{{cookiecutter.github_repository_name}}/requirements.txt @@ -1,37 +1,37 @@ # Core -pytz==2023.3 -Django==4.2.1 -django-configurations==2.4.1 -gunicorn==20.1.0 -newrelic==8.8.0 +pytz==2024.1 +Django==5.0.4 +django-configurations==2.5.1 +gunicorn==22.0.0 +newrelic==9.9.0 # For the persistence stores -psycopg2-binary==2.9.6 -dj-database-url==2.0.0 +psycopg2-binary==2.9.9 +dj-database-url==2.1.0 # Model Tools -django-model-utils==4.3.1 +django-model-utils==4.5.0 django_unique_upload==0.2.1 # Rest apis -djangorestframework==3.14.0 -Markdown==3.4.3 -django-filter==23.2 +djangorestframework==3.15.1 +Markdown==3.6 +django-filter==24.2 # Developer Tools ipdb==0.13.13 -ipython==8.13.2 -mkdocs==1.4.3 -flake8==6.0.0 +ipython==8.23.0 +mkdocs==1.6.0 +flake8==7.0.0 # Testing -mock==5.0.2 -factory-boy==3.2.1 +mock==5.1.0 +factory-boy==3.3.0 django-nose==1.4.7 nose-progressive==1.5.2 -coverage==7.2.5 +coverage==7.5.0 # Static and Media Storage -django-storages==1.13.2 -boto3==1.26.135 +django-storages==1.14.2 +boto3==1.34.90