From dade53d6295ee0632697cfb5b4d707e8561d4d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 09:53:30 +0000 Subject: [PATCH] Update marshmallow requirement from ~=3.15.0 to ~=3.17.0 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.0) --- 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..23055ee 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.0 faker~=13.11.0 requests~=2.27.1 investpy~=1.0.8 -- 2.47.2