Compare commits

..

1 Commits

Author SHA1 Message Date
998b4dd5ae Update dependency sqlalchemy to v2
Some checks failed
continuous-integration/drone/pr Build is failing
2024-09-13 10:36:38 +00:00
4 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@ trigger:
steps:
- name: install-lint-test
image: python:3.8.20-alpine@sha256:3d93b1f77efce339aa77db726656872517b0d67837989aa7c4b35bd5ae7e81ba
image: python:3.8.20-alpine@sha256:b455239b49e4dbf53f506e0da4a922d5a23dba1526b90953660f3ca2355d27c2
env:
PYROOT: '/pyroot'
PYTHONUSERBASE: '/pyroot'
@ -104,7 +104,7 @@ trigger:
steps:
- name: install-lint-test
image: python:3.8.20-alpine@sha256:3d93b1f77efce339aa77db726656872517b0d67837989aa7c4b35bd5ae7e81ba
image: python:3.8.20-alpine@sha256:b455239b49e4dbf53f506e0da4a922d5a23dba1526b90953660f3ca2355d27c2
env:
PYROOT: '/pyroot'
PYTHONUSERBASE: '/pyroot'

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM python:3.8.20-alpine@sha256:3d93b1f77efce339aa77db726656872517b0d67837989aa7c4b35bd5ae7e81ba AS builder
FROM python:3.8.20-alpine@sha256:b455239b49e4dbf53f506e0da4a922d5a23dba1526b90953660f3ca2355d27c2 AS builder
ENV PYROOT=/pyroot
ENV PYTHONUSERBASE=$PYROOT
@ -20,7 +20,7 @@ RUN PIP_USER=1 PIP_IGNORE_INSTALLED=1 pipenv install --system --deploy --ignore-
RUN pip3 uninstall --yes pipenv
FROM python:3.8.20-alpine@sha256:3d93b1f77efce339aa77db726656872517b0d67837989aa7c4b35bd5ae7e81ba AS ki-backend
FROM python:3.8.20-alpine@sha256:b455239b49e4dbf53f506e0da4a922d5a23dba1526b90953660f3ca2355d27c2 AS ki-backend
ENV PYROOT=/pyroot
ENV PYTHONUSERBASE=$PYROOT

View File

@ -10,7 +10,7 @@ name = "pypi"
[packages]
flask = "==2.3.3"
python-dotenv = "==1.0.1"
flask-migrate = "==4.0.7"
flask-migrate = "==3.1.0"
flask-sqlalchemy = "==2.5.1"
sqlalchemy = "==2.0.34"
waitress = "==2.1.2"

8
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "5dfd6086d411966f93146c6f8eb15396c99c52799d5ff11d5c7e46030dc1022a"
"sha256": "d3528a9d01994da109d4bbe8319bbd8300b7cf80981a5e76bc040ceffe93a611"
},
"pipfile-spec": 6,
"requires": {
@ -59,12 +59,12 @@
},
"flask-migrate": {
"hashes": [
"sha256:5c532be17e7b43a223b7500d620edae33795df27c75811ddf32560f7d48ec617",
"sha256:dff7dd25113c210b069af280ea713b883f3840c1e3455274745d7355778c8622"
"sha256:57d6060839e3a7f150eaab6fe4e726d9e3e7cffe2150fb223d73f92421c6d1d9",
"sha256:a6498706241aba6be7a251078de9cf166d74307bca41a4ca3e403c9d39e2f897"
],
"index": "pypi",
"markers": "python_version >= '3.6'",
"version": "==4.0.7"
"version": "==3.1.0"
},
"flask-sqlalchemy": {
"hashes": [