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 dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ itsdangerous==1.1.0
jinja2==2.10.1
jmespath==0.9.4
jsondiff==1.1.2
jsonpickle==1.1
jsonpickle==1.5.0
jsonschema==3.0.1
markupsafe==1.1.1
marshmallow-jsonschema==0.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fuzzywuzzy==0.17.0
importlib-metadata==1.3.0 # via jsonschema
jmespath==0.9.4 # via boto3, botocore, swag-client
jsondiff==1.2.0
jsonpickle==1.2 # via deepdiff
jsonpickle==1.5.0 # via deepdiff
jsonschema==3.2.0
marshmallow-jsonschema==0.8.0
marshmallow==2.20.5 # via marshmallow-jsonschema, swag-client
Expand Down
2 changes: 1 addition & 1 deletion web-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ itsdangerous==1.1.0 # via flask
jinja2==2.10.3 # via flask
jmespath==0.9.4
jsondiff==1.1.2
jsonpickle==1.1
jsonpickle==1.5.0
jsonschema==3.0.1
markupsafe==1.1.1 # via jinja2
marshmallow-jsonschema==0.5.0
Expand Down