From 1240d5b1b20fd048d1c02dc50a911e0da23cd82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 12:59:47 -0400 Subject: [PATCH] :robot: Update plotly to 5.12.0 (#307) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd9a79117..d7db73db5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dependencies=[ "djangorestframework >=3.13.1, <=3.13.1", # for our REST API "django-filter >=21.1, <=22.1", # sets up automatic filters for our REST API "pyyaml >=6.0, <=6.0", # for yaml configuration files - "plotly >=5.4.0, <=5.10.0", # for interactive plots and visualization + "plotly >=5.4.0, <5.12.0", # for interactive plots and visualization "markdown >=3.4.1, <=3.4.1", # for docs and markdown rendering in html templates "requests >=2.28.1, <=2.28.1", # for quick web queries and downloads "scikit-learn >=1.1.1, <=1.1.1", # machine-learning methods (may become core dep)