Skip to content

Commit

Permalink
Update itertools requirement from 0.10.3 to 0.12.1 (#186)
Browse files Browse the repository at this point in the history
* Update itertools requirement from 0.10.3 to 0.12.1

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](rust-itertools/itertools@v0.10.3...v0.12.1)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andrei Gherghescu <[email protected]>

* permit itertools versions 0.10, 0.11, or 0.12.

Co-authored-by: Shaun Jackman <[email protected]>
Signed-off-by: Andrei Gherghescu <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andrei Gherghescu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei <[email protected]>
Co-authored-by: Shaun Jackman <[email protected]>
  • Loading branch information
3 people authored Apr 30, 2024
1 parent ec082c6 commit 2dc0cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true }
[dev-dependencies]
csv = "1.1.6"
image = "0.24.4"
itertools = "0.10.3"
itertools = ">=0.10, <0.13"
itertools-num = "0.1.3"
ndarray = "0.15.4"
plotly_kaleido = { version = "0.8.4", path = "../plotly_kaleido" }
Expand Down

0 comments on commit 2dc0cb5

Please sign in to comment.