From e927736c3bc786e73ec9265307765dba63dfd0bc Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Thu, 28 Mar 2024 12:06:15 +0100 Subject: [PATCH] Update Django and other requirements --- README.md | 1 - requirements.in | 2 +- requirements.txt | 20 ++++++++++---------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b15ba78..8418b03 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ To run on a local machine, use: ```sh cd lidiabrowser python manage.py migrate -python manage.py runserver python manage.py sync python manage.py populate python manage.py runserver diff --git a/requirements.in b/requirements.in index d40099e..a182ebe 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ python-dotenv pyyaml pyzotero -Django +Django~=4.2 django-environ iso639-lang>=2.1.0 openpyxl diff --git a/requirements.txt b/requirements.txt index f151a7e..bffb99d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,33 +4,33 @@ # # pip-compile # -asgiref==3.7.2 +asgiref==3.8.1 # via django bibtexparser==1.4.1 # via pyzotero -certifi==2023.11.17 +certifi==2024.2.2 # via requests charset-normalizer==3.3.2 # via requests -django==4.2.7 +django==4.2.11 # via -r requirements.in django-environ==0.11.2 # via -r requirements.in et-xmlfile==1.1.0 # via openpyxl -feedparser==6.0.10 +feedparser==6.0.11 # via pyzotero idna==3.6 # via requests -iso639-lang==2.2.1 +iso639-lang==2.2.3 # via -r requirements.in openpyxl==3.1.2 # via -r requirements.in -pyparsing==3.1.1 +pyparsing==3.1.2 # via bibtexparser -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via -r requirements.in -pytz==2023.3.post1 +pytz==2024.1 # via pyzotero pyyaml==6.0.1 # via -r requirements.in @@ -42,7 +42,7 @@ sgmllib3k==1.0.0 # via feedparser sqlparse==0.4.4 # via django -typing-extensions==4.8.0 +typing-extensions==4.10.0 # via asgiref -urllib3==2.1.0 +urllib3==2.2.1 # via requests