Compare commits

..

1 Commits

Author SHA1 Message Date
e0d4cd074c Update dependency Flask_SQLAlchemy to v3.0.3
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-02-01 23:03:46 +01:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
Flask~=2.1.2
python-dotenv==0.21.0
uwsgi==2.0.21
Flask_SQLAlchemy==3.0.2
Flask_SQLAlchemy==3.0.3
python-dotenv==0.21.0
pymysql==1.0.2
pyjwt==2.6.0

View File

@@ -1021,9 +1021,9 @@
}
},
"@angular/platform-browser": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.1.0.tgz",
"integrity": "sha512-yuJweAR+rJhWWHM4Im3Iy6S4+W3OtcVHijcqrxfVxiA9ZHbDw/jpYDi06ZZIgfnNyGWi5/BzJbHvxH3b0lAo5Q==",
"version": "15.0.3",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.0.3.tgz",
"integrity": "sha512-XIgAh6/SI4m2JfFdtKWmh8BVPzs3gV8VuOVYdykWrYrhDCVz5X3J7AXGxn9AX1S+dMuQPi91lM1icErunVrCZQ==",
"requires": {
"tslib": "^2.3.0"
}

View File

@@ -19,7 +19,7 @@
"@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0",
"@angular/material": "^15.0.0",
"@angular/platform-browser": "~15.1.0",
"@angular/platform-browser": "~15.0.0",
"@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0",
"bootstrap": "^5.1.3",