Update dependency flask-migrate to v4
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
3d128d771c
commit
c9748bc002
2
Pipfile
2
Pipfile
@ -10,7 +10,7 @@ name = "pypi"
|
|||||||
[packages]
|
[packages]
|
||||||
flask = "==2.3.3"
|
flask = "==2.3.3"
|
||||||
python-dotenv = "==0.21.1"
|
python-dotenv = "==0.21.1"
|
||||||
flask-migrate = "==3.0.1"
|
flask-migrate = "==4.0.7"
|
||||||
flask-sqlalchemy = "==2.5.1"
|
flask-sqlalchemy = "==2.5.1"
|
||||||
sqlalchemy = "==1.4.53"
|
sqlalchemy = "==1.4.53"
|
||||||
waitress = "==2.1.2"
|
waitress = "==2.1.2"
|
||||||
|
15
Pipfile.lock
generated
15
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "c7c51d821de23f17e5623bd82defc446f61a8ad85a86a7206dc97d1c4d4f2b10"
|
"sha256": "566862976f8847f04a95493ae25d291fc4b2213371e981a659830ce2fe9336a9"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
@ -59,11 +59,12 @@
|
|||||||
},
|
},
|
||||||
"flask-migrate": {
|
"flask-migrate": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:4d42e8f861d78cb6e9319afcba5bf76062e5efd7784184dd2a1cccd9de34a702",
|
"sha256:5c532be17e7b43a223b7500d620edae33795df27c75811ddf32560f7d48ec617",
|
||||||
"sha256:df9043d2050df3c0e0f6313f6b529b62c837b6033c20335e9d0b4acdf2c40e23"
|
"sha256:dff7dd25113c210b069af280ea713b883f3840c1e3455274745d7355778c8622"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==3.0.1"
|
"markers": "python_version >= '3.6'",
|
||||||
|
"version": "==4.0.7"
|
||||||
},
|
},
|
||||||
"flask-sqlalchemy": {
|
"flask-sqlalchemy": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -829,11 +830,11 @@
|
|||||||
},
|
},
|
||||||
"setuptools": {
|
"setuptools": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:2353af060c06388be1cecbf5953dcdb1f38362f87a2356c480b6b4d5fcfc8847",
|
"sha256:5f4c08aa4d3ebcb57a50c33b1b07e94315d7fc7230f7115e47fc99776c8ce308",
|
||||||
"sha256:fc91b5f89e392ef5b77fe143b17e32f65d3024744fba66dc3afe07201684d766"
|
"sha256:95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.8'",
|
"markers": "python_version >= '3.8'",
|
||||||
"version": "==74.1.1"
|
"version": "==74.1.2"
|
||||||
},
|
},
|
||||||
"toml": {
|
"toml": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
Loading…
Reference in New Issue
Block a user