Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flask-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies = [
"prance==23.6.21.0",
# marshmallow is used to define database model schema, to enable easy serialization
# of models to and from json.
"marshmallow==3.20.1",
"marshmallow==3.26.2",
"marshmallow_sqlalchemy==1.0.0",
"openapi-spec-validator==0.6.0",

Expand Down
2 changes: 1 addition & 1 deletion flask-api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ markupsafe==2.1.5
# jinja2
# mako
# werkzeug
marshmallow==3.20.1
marshmallow==3.26.2
# via
# homeuniteus-api (pyproject.toml)
# marshmallow-sqlalchemy
Expand Down
2 changes: 1 addition & 1 deletion flask-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ markupsafe==2.1.5
# jinja2
# mako
# werkzeug
marshmallow==3.20.1
marshmallow==3.26.2
# via
# homeuniteus-api (pyproject.toml)
# marshmallow-sqlalchemy
Expand Down
Loading