From 6fde66631b6b0345446d0c342c4af1cb29216d47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 08:18:36 +0000 Subject: [PATCH] Bump marshmallow-dataclass from 8.1.0 to 8.4.2 in /auctioning_platform Bumps [marshmallow-dataclass](https://github.com/lovasoa/marshmallow_dataclass) from 8.1.0 to 8.4.2. - [Release notes](https://github.com/lovasoa/marshmallow_dataclass/releases) - [Changelog](https://github.com/lovasoa/marshmallow_dataclass/blob/master/CHANGELOG.md) - [Commits](https://github.com/lovasoa/marshmallow_dataclass/compare/v8.1.0...v8.4.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..2ad4c343 100644 --- a/auctioning_platform/requirements.txt +++ b/auctioning_platform/requirements.txt @@ -31,7 +31,7 @@ injector==0.18.4 # via -r ./auctions/requirements.txt, -r ./auctions_in 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-dataclass==8.4.2 # via -r ./web_app/requirements.txt marshmallow==3.10.0 # via -r ./web_app/requirements.txt, marshmallow-dataclass mypy-extensions==0.4.3 # via typing-inspect packaging==20.4 # via pytest diff --git a/auctioning_platform/web_app/requirements.txt b/auctioning_platform/web_app/requirements.txt index d4b43c3d..9da3ec03 100644 --- a/auctioning_platform/web_app/requirements.txt +++ b/auctioning_platform/web_app/requirements.txt @@ -5,6 +5,6 @@ Flask-Injector==0.12.0 Flask==1.1.2 bcrypt==3.1.7 marshmallow==3.10.0 -marshmallow-dataclass==8.1.0 +marshmallow-dataclass==8.4.2 Flask-Login==0.5.0 SQLAlchemy==1.3.19