Compare commits

..

7 Commits

Author SHA1 Message Date
965d836d85 Update dependency @angular-eslint/template-parser to v14.1.2
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-10-06 10:21:52 +02:00
e9e461f386 Merge pull request 'Update dependency @angular-eslint/eslint-plugin to v14.1.2' (#480) from renovate/angular-eslint-eslint-plugin-14.x into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #480
2022-10-06 10:21:29 +02:00
8a0c3c38d5 Update dependency @angular-eslint/eslint-plugin to v14.1.2
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-10-06 10:21:17 +02:00
d18c09e6bc Merge pull request 'Update dependency @typescript-eslint/parser to v5.39.0' (#477) from renovate/typescript-eslint-parser-5.x into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #477
2022-10-06 10:20:58 +02:00
eea56d9187 Update dependency @typescript-eslint/parser to v5.39.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-10-06 10:20:48 +02:00
639092c2aa Merge pull request 'Update dependency pandas to ~=1.5.0' (#476) from renovate/pandas-1.x into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #476
2022-10-06 10:20:33 +02:00
7e9016e910 Update dependency pandas to ~=1.5.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-09-19 18:02:06 +02:00
4 changed files with 91 additions and 18 deletions

View File

@ -14,5 +14,5 @@ marshmallow~=3.18.0
faker~=14.2.0
requests~=2.28.1
investpy~=1.0.8
pandas~=1.4.2
pandas~=1.5.0
currencyconverter~=0.17.1

View File

@ -241,12 +241,12 @@
"dev": true
},
"@angular-eslint/eslint-plugin": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.1.tgz",
"integrity": "sha512-mqo/kdb5gWA+OJjjaz5Is0f2NUYjJ50iwrCWLnLQFVGAvXABZD4GUCPjWFD8VbUv1KMNQ4J/+Ptgn3qBf0AOQQ==",
"version": "14.1.2",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.2.tgz",
"integrity": "sha512-5pJaTcFfM7yDHNtMxw3uNTpBTLjNYH9mlOLX5FFQ9EahAuycwCtV8VJkIntK2ZiOTdRVJYA9/PEdD/xVxX02rw==",
"dev": true,
"requires": {
"@angular-eslint/utils": "14.1.1",
"@angular-eslint/utils": "14.1.2",
"@typescript-eslint/utils": "5.37.0"
}
},
@ -274,6 +274,28 @@
"ignore": "5.2.0",
"strip-json-comments": "3.1.1",
"tmp": "0.2.1"
},
"dependencies": {
"@angular-eslint/eslint-plugin": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.1.tgz",
"integrity": "sha512-mqo/kdb5gWA+OJjjaz5Is0f2NUYjJ50iwrCWLnLQFVGAvXABZD4GUCPjWFD8VbUv1KMNQ4J/+Ptgn3qBf0AOQQ==",
"dev": true,
"requires": {
"@angular-eslint/utils": "14.1.1",
"@typescript-eslint/utils": "5.37.0"
}
},
"@angular-eslint/utils": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.1.1.tgz",
"integrity": "sha512-J9Q8XbS5SpNbCJ4NWnGirU33lLNWs1jXp+G2Rm7uTHyHeQYU+JYe9P6ZQ6P90htMomyP648nazfVXWki5skscQ==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.1.1",
"@typescript-eslint/utils": "5.37.0"
}
}
}
},
"@angular-eslint/template-parser": {
@ -295,13 +317,21 @@
}
},
"@angular-eslint/utils": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.1.1.tgz",
"integrity": "sha512-J9Q8XbS5SpNbCJ4NWnGirU33lLNWs1jXp+G2Rm7uTHyHeQYU+JYe9P6ZQ6P90htMomyP648nazfVXWki5skscQ==",
"version": "14.1.2",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.1.2.tgz",
"integrity": "sha512-EtblG9zO0+kWG9EHsoEshFKvsH5DMSK1DqwQsNOVGAF0Aa5DFOqrwouJUyBNJ0d4fSWI9QcuzVkZ1x9JyLIeXQ==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.1.1",
"@angular-eslint/bundled-angular-compiler": "14.1.2",
"@typescript-eslint/utils": "5.37.0"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": {
"version": "14.1.2",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.2.tgz",
"integrity": "sha512-d5/jTKXP+t9hNSucj3m8zZYBl62fZ2xFMVNbAOArYAkA7WwwX3D7Gae57BNW54cd2fl2/is7Dn6UgYhu1wqkSQ==",
"dev": true
}
}
},
"@angular/animations": {
@ -2414,15 +2444,58 @@
}
},
"@typescript-eslint/parser": {
"version": "5.37.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.37.0.tgz",
"integrity": "sha512-01VzI/ipYKuaG5PkE5+qyJ6m02fVALmMPY3Qq5BHflDx3y4VobbLdHQkSMg9VPRS4KdNt4oYTMaomFoHonBGAw==",
"version": "5.39.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.39.0.tgz",
"integrity": "sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==",
"dev": true,
"requires": {
"@typescript-eslint/scope-manager": "5.37.0",
"@typescript-eslint/types": "5.37.0",
"@typescript-eslint/typescript-estree": "5.37.0",
"@typescript-eslint/scope-manager": "5.39.0",
"@typescript-eslint/types": "5.39.0",
"@typescript-eslint/typescript-estree": "5.39.0",
"debug": "^4.3.4"
},
"dependencies": {
"@typescript-eslint/scope-manager": {
"version": "5.39.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz",
"integrity": "sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.39.0",
"@typescript-eslint/visitor-keys": "5.39.0"
}
},
"@typescript-eslint/types": {
"version": "5.39.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.39.0.tgz",
"integrity": "sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==",
"dev": true
},
"@typescript-eslint/typescript-estree": {
"version": "5.39.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz",
"integrity": "sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.39.0",
"@typescript-eslint/visitor-keys": "5.39.0",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
}
},
"@typescript-eslint/visitor-keys": {
"version": "5.39.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz",
"integrity": "sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.39.0",
"eslint-visitor-keys": "^3.3.0"
}
}
}
},
"@typescript-eslint/scope-manager": {

View File

@ -31,7 +31,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.0",
"@angular-eslint/builder": "14.1.1",
"@angular-eslint/eslint-plugin": "14.1.1",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.1",
"@angular-eslint/schematics": "14.1.1",
"@angular-eslint/template-parser": "14.1.2",
@ -40,7 +40,7 @@
"@types/jasmine": "~4.3.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"@typescript-eslint/parser": "5.39.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.4.1
pandas~=1.5.0
currencyconverter~=0.17.1