Skip to content

Commit 8d9ce44

Browse files
chore(deps): update marshmallow requirement in /compose/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.1) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f927455 commit 8d9ce44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"flask-sqlalchemy~=3.1",
2525
"gunicorn~=23.0",
2626
"ipython~=8.18",
27-
"marshmallow~=3.0",
27+
"marshmallow~=4.0",
2828
"pandas~=2.0",
2929
"psycopg2-binary~=2.8",
3030
"pyld~=2.0",

0 commit comments

Comments
 (0)