Skip to content

Commit 969a6c6

Browse files
chore(deps): update marshmallow requirement in /store/backend
Updates the requirements on [marshmallow](https://github.com/marshmallow-code/marshmallow) to permit the latest version. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](marshmallow-code/marshmallow@3.0.0...4.0.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e46e5bb commit 969a6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"flask-sqlalchemy~=3.1", # fix multiple instance error: https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/changes/#version-3-0-3
2222
"gunicorn~=23.0",
2323
"ipython~=7.19",
24-
"marshmallow~=3.0",
24+
"marshmallow~=4.0",
2525
"numpy<2.0.0",
2626
"pandas~=2.3",
2727
"psycopg2-binary~=2.8",

0 commit comments

Comments
 (0)