diff --git a/requirements.txt b/requirements.txt index 34e369b..93f9ceb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,24 @@ -Django==4.0.4 +Django==5.0.4 six==1.16.0 -sqlparse==0.4.2 +sqlparse==0.5.0 # Whitenoise: Staticfile hosting -whitenoise==6.0.0 +whitenoise==6.5.0 django-npm==1.0.0 # Tagging # Taggit Helpers: TaggitCounter, TaggitListFilter # Taggit Templatetags: Template tags for tags - https://github.com/feuervogel/django-taggit-templatetags -django-taggit==2.1.0 +django-taggit==5.0.1 django-taggit-helpers==0.1.4 # Django REST Framework -djangorestframework==3.13.1 +djangorestframework==3.15.1 -requests==2.27.1 +requests==2.31.0 -markdown==3.3.6 +markdown==3.6 git+https://github.com/tom-henderson/django-common -gunicorn==20.1.0 \ No newline at end of file +gunicorn==22.0.0 \ No newline at end of file