diff --git a/{{cookiecutter.github_repository_name}}/requirements.txt b/{{cookiecutter.github_repository_name}}/requirements.txt index b0d9a1adc..2b0a6cacb 100644 --- a/{{cookiecutter.github_repository_name}}/requirements.txt +++ b/{{cookiecutter.github_repository_name}}/requirements.txt @@ -1,13 +1,13 @@ # Core -pytz==2023.3 -Django==4.2.1 +pytz==2023.3.post1 +Django==4.2.6 django-configurations==2.4.1 -gunicorn==20.1.0 -newrelic==8.8.0 +gunicorn==21.2.0 +newrelic==9.1.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 @@ -15,23 +15,23 @@ django_unique_upload==0.2.1 # Rest apis djangorestframework==3.14.0 -Markdown==3.4.3 -django-filter==23.2 +Markdown==3.5 +django-filter==23.3 # Developer Tools ipdb==0.13.13 -ipython==8.13.2 -mkdocs==1.4.3 -flake8==6.0.0 +ipython==8.16.1 +mkdocs==1.5.3 +flake8==6.1.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.3.2 # Static and Media Storage -django-storages==1.13.2 -boto3==1.26.135 +django-storages==1.14.2 +boto3==1.28.66