Compare commits

...

21 Commits

Author SHA1 Message Date
91a39ae257 Update dependency @angular/platform-browser-dynamic to v15 2022-12-12 11:18:20 +01:00
a6f8c5f374 Merge pull request 'Update dependency @angular-devkit/build-angular to v15' (#525) from renovate/angular-devkit-build-angular-15.x into main
Reviewed-on: #525
2022-12-12 11:18:04 +01:00
59642addae Update dependency @angular-devkit/build-angular to v15 2022-12-12 11:17:55 +01:00
4408982cbb Merge pull request 'Update dependency @angular-eslint/schematics to v15' (#532) from renovate/angular-eslint-schematics-15.x into main
Reviewed-on: #532
2022-12-12 11:17:38 +01:00
9cec1d3d29 Update dependency @angular-eslint/schematics to v15 2022-12-12 11:17:11 +01:00
9a91a85ac8 Merge pull request 'Update dependency typescript to ~4.9.0' (#515) from renovate/typescript-4.x into main
Reviewed-on: #515
2022-12-12 11:16:32 +01:00
015ee4cb94 Update dependency typescript to ~4.9.0 2022-12-12 11:16:25 +01:00
692f75365a Merge pull request 'Update dependency jasmine-core to ~4.5.0' (#506) from renovate/jasmine-core-4.x into main
Reviewed-on: #506
2022-12-12 11:16:13 +01:00
6ea921685a Update dependency jasmine-core to ~4.5.0 2022-12-12 11:16:06 +01:00
ef64b68f3b Merge pull request 'Update dependency marshmallow to ~=3.19.0' (#509) from renovate/marshmallow-3.x into main
Reviewed-on: #509
2022-12-12 11:15:58 +01:00
bf481d85e2 Update dependency marshmallow to ~=3.19.0 2022-12-12 11:15:28 +01:00
c94872c68d Merge pull request 'Update dependency uwsgi to v2.0.21' (#501) from renovate/uwsgi-2.x into main
Reviewed-on: #501
2022-12-12 11:14:59 +01:00
90bb3e1c6a Update dependency uwsgi to v2.0.21 2022-12-12 11:14:44 +01:00
e99b2efc61 Merge pull request 'Update dependency zone.js to ~0.12.0' (#508) from renovate/zone.js-0.x into main
Reviewed-on: #508
2022-12-12 11:14:24 +01:00
44515f9b14 Update dependency zone.js to ~0.12.0 2022-12-12 11:14:02 +01:00
8e2cce1d5a Merge pull request 'Update dependency faker to ~=15.3.4' (#507) from renovate/faker-15.x into main
Reviewed-on: #507
2022-12-12 11:13:51 +01:00
40601f2937 Update dependency faker to ~=15.3.4 2022-12-12 11:13:41 +01:00
98a6da3d6d Merge pull request 'Update dependency pytest to ~=7.2.0' (#504) from renovate/pytest-7.x into main
Reviewed-on: #504
2022-12-12 11:13:21 +01:00
81b2a382ae Update dependency pytest to ~=7.2.0 2022-12-12 11:13:08 +01:00
4d64d28c90 Merge pull request 'Update python Docker tag to v3.11' (#505) from renovate/python-3.x into main
Reviewed-on: #505
2022-12-12 11:12:55 +01:00
17244c8091 Update python Docker tag to v3.11 2022-12-12 11:12:41 +01:00
5 changed files with 1270 additions and 1069 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.11-slim
# Change the working directory to the root of the project
WORKDIR /srv/flask_app

View File

@ -1,6 +1,6 @@
Flask~=2.1.2
python-dotenv==0.21.0
uwsgi==2.0.20
uwsgi==2.0.21
Flask_SQLAlchemy==3.0.2
python-dotenv==0.21.0
pymysql==1.0.2
@ -8,10 +8,10 @@ pyjwt==2.6.0
apiflask==1.0.0
flask-cors==3.0.10
bcrypt==4.0.1
pytest~=7.1.2
pytest~=7.2.0
pytest-cov
marshmallow~=3.18.0
faker~=15.1.1
marshmallow~=3.19.0
faker~=15.3.4
requests~=2.28.1
investpy~=1.0.8
pandas~=1.5.0

File diff suppressed because it is too large Load Diff

View File

@ -20,20 +20,20 @@
"@angular/forms": "~14.2.0",
"@angular/material": "^15.0.0",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0",
"bootstrap": "^5.1.3",
"ngx-cron-editor": "^0.7.3",
"rxjs": "~7.6.0",
"tslib": "^2.4.0",
"zone.js": "~0.11.4"
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.0",
"@angular-devkit/build-angular": "~15.0.0",
"@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
@ -42,12 +42,12 @@
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.40.1",
"eslint": "^8.15.0",
"jasmine-core": "~4.4.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.0"
"typescript": "~4.9.0"
}
}

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.11-slim
# Change the working directory to the root of the project
WORKDIR /srv/flask_app