From 2c1e00c6bf96f10f1a8816a8ace9b88868d63f09 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Feb 2021 20:37:34 -0800 Subject: [PATCH 1/3] Update jsonpickle from 1.1 to 2.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index fd1a6a90..20e231aa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -56,7 +56,7 @@ itsdangerous==1.1.0 jinja2==2.10.1 jmespath==0.9.4 jsondiff==1.1.2 -jsonpickle==1.1 +jsonpickle==2.0.0 jsonschema==3.0.1 markupsafe==1.1.1 marshmallow-jsonschema==0.5.0 From f725121628d7358d153e650e10b6e3264113c454 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Feb 2021 20:37:35 -0800 Subject: [PATCH 2/3] Update jsonpickle from 1.2 to 2.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 777f4796..e4b8339e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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==2.0.0 # via deepdiff jsonschema==3.2.0 marshmallow-jsonschema==0.8.0 marshmallow==2.20.5 # via marshmallow-jsonschema, swag-client From 278a6d42ad6a6d0c23e2e251c3fa584bb7c9c19f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Feb 2021 20:37:36 -0800 Subject: [PATCH 3/3] Update jsonpickle from 1.1 to 2.0.0 --- web-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-requirements.txt b/web-requirements.txt index 4b9fc4c6..945abfc0 100644 --- a/web-requirements.txt +++ b/web-requirements.txt @@ -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==2.0.0 jsonschema==3.0.1 markupsafe==1.1.1 # via jinja2 marshmallow-jsonschema==0.5.0