Compare commits

..

1 Commits

Author SHA1 Message Date
eab3f604c3 Update dependency Flask_SQLAlchemy to v3
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-10-04 16:47:41 +02:00
4 changed files with 13749 additions and 139 deletions

View File

@ -11,8 +11,8 @@ bcrypt==4.0.0
pytest~=7.1.2
pytest-cov
marshmallow~=3.18.0
faker~=15.0.0
faker~=14.2.0
requests~=2.28.1
investpy~=1.0.8
pandas~=1.5.0
pandas~=1.4.2
currencyconverter~=0.17.1

13872
frontend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,16 +31,16 @@
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.0",
"@angular-eslint/builder": "14.1.1",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.1",
"@angular-eslint/eslint-plugin-template": "14.1.1",
"@angular-eslint/schematics": "14.1.1",
"@angular-eslint/template-parser": "14.1.2",
"@angular-eslint/template-parser": "14.1.1",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.39.0",
"@typescript-eslint/parser": "5.37.0",
"eslint": "^8.15.0",
"jasmine-core": "~4.4.0",
"karma": "~6.4.0",

View File

@ -7,5 +7,5 @@ APScheduler~=3.9.1
croniter~=1.3.4
tzlocal==4.2
investpy~=1.0.8
pandas~=1.5.0
pandas~=1.4.1
currencyconverter~=0.17.1