Skip to content

Commit

Permalink
chore(deps): update pytest-benchmark[histogram] requirement (#31)
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-benchmark[histogram]](https://github.com/ionelmc/pytest-benchmark) to permit the latest version.
- [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst)
- [Commits](ionelmc/pytest-benchmark@v4.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: pytest-benchmark[histogram]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 3b98df9 commit 27b8666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ test = [
"ruff ==0.9.3",
"isort ==5.13.2",
"maturin >=1.7,<2.0",
"pytest-benchmark[histogram] >=4.0.0,<5.0.0",
"pytest-benchmark[histogram] >=4.0.0,<6.0.0",
"pytest-examples ==0.0.13",
]
compare = [
"pytest >=8.0.0,<9.0.0",
"pytest-benchmark[histogram] >=4.0.0,<5.0.0",
"pytest-benchmark[histogram] >=4.0.0,<6.0.0",
"pandas >=2.0.0,<3.0.0",
"Pyarrow >=16.1.0,<20.0.0", # for pandas
"seaborn >=0.10.0,<1.0.0",
Expand Down

0 comments on commit 27b8666

Please sign in to comment.