Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
fd3fc89954 Update requests requirement from ~=2.27.1 to ~=2.28.1 in /api
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.27.1...v2.28.1)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

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

View File

@@ -12,7 +12,7 @@ pytest~=7.1.2
pytest-cov
marshmallow~=3.15.0
faker~=13.11.0
requests~=2.27.1
requests~=2.28.1
investpy~=1.0.8
pandas~=1.4.2
currencyconverter~=0.16.12

View File

@@ -30,7 +30,7 @@
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "14.0.4",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~4.0.3",
@@ -423,12 +423,12 @@
}
},
"node_modules/@angular-eslint/template-parser": {
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.0.4.tgz",
"integrity": "sha512-L7+VHWlIUiUml81q43tP/CZZhIDkbHoin2OH+0TEqeQuCcYZwZQfUBey0pmbzzhjZD2tV75QxlAUqFCuM85Tng==",
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.2.1.tgz",
"integrity": "sha512-aSZjKYTUXjJ3sehm90CfZey/ed333IxP0TpnaG7Lue9rSEa3BkKOv8Kffy+EhDkpdTpjdwdmGfopxxsbm9sPHw==",
"dev": true,
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "14.0.4",
"@angular-eslint/bundled-angular-compiler": "13.2.1",
"eslint-scope": "^5.1.0"
},
"peerDependencies": {
@@ -436,12 +436,6 @@
"typescript": "*"
}
},
"node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": {
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.4.tgz",
"integrity": "sha512-/fbXDvkm4q95xG/9LZDtiyE2MQwT061sanmMginDk63f0dlC4H+AXgggva38YNRN+CFcbFtWfikTy7yFdNFZlA==",
"dev": true
},
"node_modules/@angular-eslint/utils": {
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-13.2.1.tgz",
@@ -14273,21 +14267,13 @@
}
},
"@angular-eslint/template-parser": {
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.0.4.tgz",
"integrity": "sha512-L7+VHWlIUiUml81q43tP/CZZhIDkbHoin2OH+0TEqeQuCcYZwZQfUBey0pmbzzhjZD2tV75QxlAUqFCuM85Tng==",
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.2.1.tgz",
"integrity": "sha512-aSZjKYTUXjJ3sehm90CfZey/ed333IxP0TpnaG7Lue9rSEa3BkKOv8Kffy+EhDkpdTpjdwdmGfopxxsbm9sPHw==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.0.4",
"@angular-eslint/bundled-angular-compiler": "13.2.1",
"eslint-scope": "^5.1.0"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": {
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.4.tgz",
"integrity": "sha512-/fbXDvkm4q95xG/9LZDtiyE2MQwT061sanmMginDk63f0dlC4H+AXgggva38YNRN+CFcbFtWfikTy7yFdNFZlA==",
"dev": true
}
}
},
"@angular-eslint/utils": {

View File

@@ -34,7 +34,7 @@
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "14.0.4",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~4.0.3",