From 1837235ab5805b7518785ee53854a3d1b0a6347b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 09:41:23 +0000 Subject: [PATCH] Update marshmallow requirement from ~=3.15.0 to ~=3.17.1 in /api Updates the requirements on [marshmallow](https://github.com/marshmallow-code/marshmallow) to permit the latest version. - [Release notes](https://github.com/marshmallow-code/marshmallow/releases) - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.15.0...3.17.1) --- updated-dependencies: - dependency-name: marshmallow 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 f4af07f..9fd6d16 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -10,7 +10,7 @@ flask-cors==3.0.10 bcrypt==3.2.2 pytest~=7.1.2 pytest-cov -marshmallow~=3.15.0 +marshmallow~=3.17.1 faker~=13.11.0 requests~=2.27.1 investpy~=1.0.8 -- 2.45.2