From 431b730dc2d11f624d8eb9568007ec3cec7b84a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 09:46:31 +0000 Subject: [PATCH] Update faker requirement from ~=13.3.4 to ~=13.4.0 in /api Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v13.3.4...v13.4.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 0824c0d..548a794 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -11,6 +11,6 @@ bcrypt==3.2.0 pytest~=7.1.1 pytest-cov marshmallow~=3.15.0 -faker~=13.3.4 +faker~=13.4.0 yfinance~=0.1.70 requests~=2.27.1 \ No newline at end of file