Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
f103865f1d Bump python-dotenv from 0.20.0 to 0.21.0 in /api
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-05 15:11:52 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
Flask~=2.1.2
python-dotenv==0.20.0
python-dotenv==0.21.0
uwsgi==2.0.20
Flask_SQLAlchemy==2.5.1
python-dotenv==0.20.0
python-dotenv==0.21.0
pymysql==1.0.2
pyjwt==2.3.0
apiflask==1.0.0

View File

@@ -9,7 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@angular/animations": "~13.2.0",
"@angular/cdk": "^14.2.2",
"@angular/cdk": "^13.2.6",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
@@ -465,9 +465,9 @@
}
},
"node_modules/@angular/cdk": {
"version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.2.tgz",
"integrity": "sha512-PXEnhX+QDOsmHVVnqTuoGaK7Wn9hFd5kWAmHTTU7lZr3XVu/AtDcEU+LB19wOFU0fY+kSYHMgN+BYo1TiR8vbw==",
"version": "13.3.6",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.6.tgz",
"integrity": "sha512-sPwEGCHARxuUMzPLRiiN51GQP0P39ev+eL06NcyYXZ3AxyZIH5N/PWmGKf7EDOXIof4ata13jsIeW38mFe+wvg==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -475,8 +475,8 @@
"parse5": "^5.0.0"
},
"peerDependencies": {
"@angular/common": "^14.0.0 || ^15.0.0",
"@angular/core": "^14.0.0 || ^15.0.0",
"@angular/common": "^13.0.0 || ^14.0.0-0",
"@angular/core": "^13.0.0 || ^14.0.0-0",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
@@ -14295,9 +14295,9 @@
}
},
"@angular/cdk": {
"version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.2.tgz",
"integrity": "sha512-PXEnhX+QDOsmHVVnqTuoGaK7Wn9hFd5kWAmHTTU7lZr3XVu/AtDcEU+LB19wOFU0fY+kSYHMgN+BYo1TiR8vbw==",
"version": "13.3.6",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.6.tgz",
"integrity": "sha512-sPwEGCHARxuUMzPLRiiN51GQP0P39ev+eL06NcyYXZ3AxyZIH5N/PWmGKf7EDOXIof4ata13jsIeW38mFe+wvg==",
"requires": {
"parse5": "^5.0.0",
"tslib": "^2.3.0"

View File

@@ -13,7 +13,7 @@
"private": true,
"dependencies": {
"@angular/animations": "~13.2.0",
"@angular/cdk": "^14.2.2",
"@angular/cdk": "^13.2.6",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",