Bump flask-sqlalchemy from 2.4.3 to 2.4.4
Bumps [flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy) from 2.4.3 to 2.4.4. - [Release notes](https://github.com/pallets/flask-sqlalchemy/releases) - [Changelog](https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/flask-sqlalchemy/compare/2.4.3...2.4.4) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a8350cbf6f
commit
bf6068f5d9
|
@ -167,11 +167,11 @@
|
||||||
},
|
},
|
||||||
"flask-sqlalchemy": {
|
"flask-sqlalchemy": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:0b656fbf87c5f24109d859bafa791d29751fabbda2302b606881ae5485b557a5",
|
"sha256:05b31d2034dd3f2a685cbbae4cfc4ed906b2a733cff7964ada450fd5e462b84e",
|
||||||
"sha256:fcfe6df52cd2ed8a63008ca36b86a51fa7a4b70cef1c39e5625f722fca32308e"
|
"sha256:bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==2.4.3"
|
"version": "==2.4.4"
|
||||||
},
|
},
|
||||||
"gunicorn": {
|
"gunicorn": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
|
|
@ -14,7 +14,7 @@ csscompressor==0.9.5
|
||||||
decorator==4.4.2
|
decorator==4.4.2
|
||||||
doit==0.32.0
|
doit==0.32.0
|
||||||
flask-migrate==2.5.3
|
flask-migrate==2.5.3
|
||||||
flask-sqlalchemy==2.4.3
|
flask-sqlalchemy==2.4.4
|
||||||
flask==1.1.2
|
flask==1.1.2
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
honcho==1.0.1
|
honcho==1.0.1
|
||||||
|
|
Loading…
Reference in New Issue