From 25de8f4f1a310169e6d95e072420ba2abf58d94c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 08:31:59 +0000 Subject: [PATCH] Bump marshmallow from 3.10.0 to 3.13.0 in /auctioning_platform Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.10.0 to 3.13.0. - [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.10.0...3.13.0) Signed-off-by: dependabot-preview[bot] --- auctioning_platform/requirements.txt | 2 +- auctioning_platform/web_app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auctioning_platform/requirements.txt b/auctioning_platform/requirements.txt index 321a72b7..1e83e843 100644 --- a/auctioning_platform/requirements.txt +++ b/auctioning_platform/requirements.txt @@ -32,7 +32,7 @@ itsdangerous==1.1.0 # via flask, flask-security, flask-wtf jinja2==2.11.3 # via flask, flask-babelex markupsafe==1.1.1 # via jinja2, wtforms marshmallow-dataclass==8.1.0 # via -r ./web_app/requirements.txt -marshmallow==3.10.0 # via -r ./web_app/requirements.txt, marshmallow-dataclass +marshmallow==3.13.0 # via -r ./web_app/requirements.txt, marshmallow-dataclass mypy-extensions==0.4.3 # via typing-inspect packaging==20.4 # via pytest passlib==1.7.4 # via flask-security diff --git a/auctioning_platform/web_app/requirements.txt b/auctioning_platform/web_app/requirements.txt index d4b43c3d..2213c21e 100644 --- a/auctioning_platform/web_app/requirements.txt +++ b/auctioning_platform/web_app/requirements.txt @@ -4,7 +4,7 @@ Flask-Security==3.0.0 Flask-Injector==0.12.0 Flask==1.1.2 bcrypt==3.1.7 -marshmallow==3.10.0 +marshmallow==3.13.0 marshmallow-dataclass==8.1.0 Flask-Login==0.5.0 SQLAlchemy==1.3.19