diff --git a/requirements/base.txt b/requirements/base.txt index 0405633..358c69b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ whitenoise==6.5.0 # https://github.com/evansd/whitenoise redis==4.5.5 # https://github.com/redis/redis-py hiredis==2.2.3 # https://github.com/redis/hiredis-py beautifulsoup4==4.12.2 # HTML/XML library -lxml==4.9.2 # XML parser +lxml==4.9.3 # XML parser spacy== 3.5.3 # NLP package https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz#egg=en_core_web_sm # English model for use with spaCy