Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/openssl-0.10.66
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes authored Sep 4, 2024
2 parents c6acb5f + bd903ed commit 71241b8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.22.2", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.204", features = ["derive"] }
sourmash = { version = "0.14.1"}
sourmash = { version = "0.15.1"}
serde_json = "1.0.120"
niffler = "2.4.0"
needletail = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ urlsketch = "sourmash_plugin_directsketch:Download_and_Sketch_Url"

[project.optional-dependencies]
test = [
"pytest>=6.2.4,<8.3.0",
"pytest>=6.2.4,<8.4.0",
"pytest-cov>=2.12,<6.0",
"pytest-xdist",
]
Expand Down

0 comments on commit 71241b8

Please sign in to comment.