Chore/bump deps (#853)

* add LDAP dep

* bump extruct and scraper

* allow for disabling auto backup

* v0.5.4 changelog
This commit is contained in:
Hayden
2021-12-01 21:07:17 -09:00
committed by GitHub
parent 591bf9d98f
commit 8154ee548a
7 changed files with 46 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ python-dotenv = "^0.15.0"
python-slugify = "^4.0.1"
requests = "^2.25.1"
PyYAML = "^5.3.1"
extruct = "^0.12.0"
extruct = "^0.13.0"
python-multipart = "^0.0.5"
fastapi-camelcase = "^1.0.2"
bcrypt = "^3.2.0"
@@ -32,7 +32,7 @@ lxml = "4.6.2"
Pillow = "^8.2.0"
pathvalidate = "^2.4.1"
apprise = "0.9.3"
recipe-scrapers = "^13.2.7"
recipe-scrapers = "^13.7.0"
psycopg2-binary = {version = "^2.9.1", optional = true}
python-ldap = "^3.3.0"
gunicorn = "^20.1.0"