Skip to content

Commit 86b15e3

Browse files
Bump marshmallow from 3.5.1 to 3.8.0 in /auctioning_platform (#128)
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.5.1 to 3.8.0. - [Release notes](https://github.com/marshmallow-code/marshmallow/releases) - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](marshmallow-code/marshmallow@3.5.1...3.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 22a692b commit 86b15e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auctioning_platform/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ injector==0.18.4 # via -r ./auctions/requirements.txt, -r ./auctions_in
3131
itsdangerous==1.1.0 # via flask, flask-security, flask-wtf
3232
jinja2==2.11.2 # via flask, flask-babelex
3333
markupsafe==1.1.1 # via jinja2, wtforms
34-
marshmallow==3.5.1 # via -r ./web_app/requirements.txt
34+
marshmallow==3.8.0 # via -r ./web_app/requirements.txt
3535
packaging==20.4 # via pytest
3636
passlib==1.7.4 # via flask-security
3737
pluggy==0.13.1 # via pytest

auctioning_platform/web_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Flask-Security==3.0.0
33
Flask-Injector==0.12.0
44
Flask==1.1.2
55
bcrypt==3.1.7
6-
marshmallow==3.5.1
6+
marshmallow==3.8.0
77
Flask-Login==0.5.0
88
SQLAlchemy==1.3.19

0 commit comments

Comments
 (0)