Update dependency flask-sqlalchemy to v3 #112

Open
renovate-bot wants to merge 8 commits from renovate/flask-sqlalchemy-3.x into main
Showing only changes of commit 862bd9f7a3 - Show all commits

View File

@ -19,6 +19,7 @@ steps:
env:
PYROOT: '/pyroot'
PYTHONUSERBASE: '/pyroot'
SQLALCHEMY_DATABASE_URI: 'sqlite://'
commands:
- apk add --no-cache gcc g++ musl-dev python3-dev
- pip3 install pipenv
@ -108,6 +109,7 @@ steps:
env:
PYROOT: '/pyroot'
PYTHONUSERBASE: '/pyroot'
SQLALCHEMY_DATABASE_URI: 'sqlite://'
commands:
- apk add --no-cache gcc g++ musl-dev python3-dev
- pip3 install pipenv