Skip to content
Closed
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
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile
Expand Down Expand Up @@ -63,10 +63,12 @@ marshmallow==3.15.0
# marshmallow-sqlalchemy
marshmallow-enum==1.5.1
# via Flask-AppBuilder (setup.py)
marshmallow-sqlalchemy==0.26.1
marshmallow-sqlalchemy==0.28.1
# via Flask-AppBuilder (setup.py)
packaging==21.3
# via marshmallow
# via
# marshmallow
# marshmallow-sqlalchemy
prison==0.2.1
# via Flask-AppBuilder (setup.py)
pyjwt==2.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def desc():
"jsonschema>=3, <5",
"marshmallow>=3, <4",
"marshmallow-enum>=1.5.1, <2",
"marshmallow-sqlalchemy>=0.22.0, <0.27.0",
"marshmallow-sqlalchemy>=0.22.0, <0.29.0",
"python-dateutil>=2.3, <3",
"prison>=0.2.1, <1.0.0",
"PyJWT>=2.0.0, <3.0.0",
Expand Down