From 9158e46aaeefaa8e8d74571610e81594cde60a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:49:22 +0000 Subject: [PATCH] Update itertools requirement from >=0.10, <0.14 to >=0.10, <0.15 Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotly/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/Cargo.toml b/plotly/Cargo.toml index 9a03aaa..592a307 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -47,7 +47,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true } [dev-dependencies] csv = "1.1" image = "0.25" -itertools = ">=0.10, <0.14" +itertools = ">=0.10, <0.15" itertools-num = "0.1" ndarray = "0.16" plotly_kaleido = { version = "0.11", path = "../plotly_kaleido", features = [