From fa0df8d142b2fb0548f75cd2f52c6ef91b0cae5f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 10:02:32 +0000 Subject: [PATCH] Bump marshmallow from 3.10.0 to 3.12.2 in /auctioning_platform Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.10.0 to 3.12.2. - [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.12.2) 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..d265c46b 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.12.2 # 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..12bc83db 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.12.2 marshmallow-dataclass==8.1.0 Flask-Login==0.5.0 SQLAlchemy==1.3.19