Skip to content

Commit 3c2254a

Browse files
Bump marshmallow from 3.8.0 to 3.10.0 in /auctioning_platform (#142)
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.8.0 to 3.10.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.8.0...3.10.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 901db58 commit 3c2254a

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
@@ -32,7 +32,7 @@ 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
3434
marshmallow-dataclass==8.1.0 # via -r ./web_app/requirements.txt
35-
marshmallow==3.8.0 # via -r ./web_app/requirements.txt, marshmallow-dataclass
35+
marshmallow==3.10.0 # via -r ./web_app/requirements.txt, marshmallow-dataclass
3636
mypy-extensions==0.4.3 # via typing-inspect
3737
packaging==20.4 # via pytest
3838
passlib==1.7.4 # via flask-security

auctioning_platform/web_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Flask-Security==3.0.0
44
Flask-Injector==0.12.0
55
Flask==1.1.2
66
bcrypt==3.1.7
7-
marshmallow==3.8.0
7+
marshmallow==3.10.0
88
marshmallow-dataclass==8.1.0
99
Flask-Login==0.5.0
1010
SQLAlchemy==1.3.19

0 commit comments

Comments
 (0)