From 3df28b434f001d07147b8dcbe5fd094472ca2add Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 19:45:50 +0000 Subject: [PATCH] chore(deps): Bump hsluv from 0.0.2 to 5.0.0 Bumps [hsluv](https://www.hsluv.org) from 0.0.2 to 5.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 6d3e131..0955b60 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def read(path, encoding="utf-8"): "bokeh>=1.0", "gsd>=1.3", "pyyaml>=5.1", - "hsluv==0.0.2", + "hsluv==5.0.0", "attrs>=19.2,<19.4", "click~=7.0.0", "freud-analysis>=1.0,<1.3",