Skip to content

Commit

Permalink
Update itertools requirement from 0.12 to 0.14
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 9c723ea commit 10c7c26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/bpe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tiktoken = ["dep:base64"]
aneubeck-daachorse = "1.1.1"
base64 = { version = "0.22", optional = true }
fnv = "1.0"
itertools = "0.12"
itertools = "0.14"
rand = { version = "0.8", optional = true }
serde = { version = "1", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/bpe/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"
[dependencies]
bpe = { path = "../../bpe", features = ["rand"] }
bpe-openai = { path = "../../bpe-openai" }
itertools = "0.13"
itertools = "0.14"
rand = "0.8"
tiktoken-rs = "0.6"
2 changes: 1 addition & 1 deletion crates/geo_filters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ evaluation = [
clap = { version = "4", optional = true, features = ["derive"] }
fnv = "1.0"
hyperloglogplus = { version = "0.4", optional = true }
itertools = "0.13"
itertools = "0.14"
once_cell = "1.18"
rand = { version = "0.8", optional = true }
rayon = { version = "1.7", optional = true }
Expand Down

0 comments on commit 10c7c26

Please sign in to comment.