chore: bump deps (#1252)

* bump deps

* fix: add apt-get update
This commit is contained in:
Hayden 2022-05-22 11:52:57 -08:00 committed by GitHub
parent cd0da36e7c
commit 8235bd5104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1884 additions and 2687 deletions

View File

@ -65,6 +65,7 @@ jobs:
#----------------------------------------------
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libsasl2-dev libldap2-dev libssl-dev
poetry install
poetry add "psycopg2-binary==2.8.6"

View File

@ -274,7 +274,7 @@ export default defineComponent({
watch(props.value, (v) => {
state.disabledSteps = [];
v.forEach((element) => {
v.forEach((element: RecipeStep) => {
if (element.id !== undefined) {
showTitleEditor.value[element.id] = validateTitle(element.title);
}

File diff suppressed because it is too large Load Diff

970
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,11 +13,11 @@ python = "^3.10"
aiofiles = "0.5.0"
aniso8601 = "7.0.0"
appdirs = "1.4.4"
fastapi = "^0.75.1"
fastapi = "^0.78.0"
uvicorn = {extras = ["standard"], version = "^0.13.0"}
SQLAlchemy = "^1.4.29"
alembic = "^1.7.5"
Jinja2 = "^2.11.2"
Jinja2 = "^3.1.2"
python-dotenv = "^0.15.0"
python-slugify = "^4.0.1"
requests = "^2.25.1"
@ -30,7 +30,7 @@ passlib = "^1.7.4"
lxml = "^4.7.1"
Pillow = "^8.2.0"
apprise = "^0.9.6"
recipe-scrapers = "^13.28.0"
recipe-scrapers = "^13.33.0"
psycopg2-binary = {version = "^2.9.1", optional = true}
gunicorn = "^20.1.0"
emails = "^0.6"