From 4caf846bd581b9bd4d7280d0e2167610ae2706ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 04:28:21 +0000 Subject: [PATCH] Update jsonpickle requirement from ~=1.0 to >=1,<3 Updates the requirements on [jsonpickle](https://github.com/jsonpickle/jsonpickle) to permit the latest version. - [Release notes](https://github.com/jsonpickle/jsonpickle/releases) - [Changelog](https://github.com/jsonpickle/jsonpickle/blob/master/CHANGES.rst) - [Commits](https://github.com/jsonpickle/jsonpickle/compare/v1.0...v2.0.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c2d826..633dd97 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "tqdm~=4.39.0", "flask~=1.0.2", "psutil~=5.6.3", - "jsonpickle~=1.0", + "jsonpickle>=1,<3", "GPy[plotting]~=1.9.9", "filelock~=3.0.10", "ipdb~=0.11",