Skip to content

Commit

Permalink
Merge pull request #162 from praekeltfoundation/django-3-2-upgrade
Browse files Browse the repository at this point in the history
Upgrade to Django 3.2
  • Loading branch information
erikh360 authored Jan 29, 2024
2 parents bf49aca + 5322bcd commit b33a956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lifenet/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class LnconnectConfig(AppConfig):
name = "lnconnect"
name = "lifenet"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==5.0.9
appdirs==1.4.4
argh==0.26.2
asgiref==3.2.10
asgiref==3.3.2
attrs==19.3.0
Babel==2.9.1
billiard==3.6.4.0
Expand All @@ -10,7 +10,7 @@ celery==5.2.3
certifi==2023.7.22
chardet==3.0.4
click==8.0.3
Django==3.1.14
Django==3.2.18
django-cors-headers==3.4.0
django-environ==0.4.5
django-filter==2.4.0
Expand Down

0 comments on commit b33a956

Please sign in to comment.