From e2b37a9f7a4c469e894eca85a2a47e79fa6535c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 03:05:32 +0000 Subject: [PATCH] Update itertools requirement from >=0.10, <0.15 to >=0.10, <0.16 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.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 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 d60ebb42..a0840115 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -85,7 +85,7 @@ web-sys = { version = "0.3.77", features = [ [dev-dependencies] csv = "1.1" image = "0.25" -itertools = ">=0.10, <0.15" +itertools = ">=0.10, <0.16" itertools-num = "0.1" ndarray = "0.17" plotly_static = { path = "../plotly_static" }