Skip to content

Commit

Permalink
chore(deps-dev): bump pytest-benchmark from 4.0.0 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 4.0.0 to 5.0.1.
- [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst)
- [Commits](ionelmc/pytest-benchmark@v4.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: pytest-benchmark
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 463e327 commit d3bb8d5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
35 changes: 28 additions & 7 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ isort = "^5.13.2"
pre-commit = "^3.7.1"
pytest = ">=7.4.3,<9.0.0"
pytest-asyncio = ">=0.24.0,<0.25.0"
pytest-benchmark = { extras = ["histogram"], version = "^4.0.0" }
pytest-benchmark = { extras = ["histogram"], version = ">=4,<6" }
pytest-cov = ">=4.1,<6.0"
pytest-timeout = "^2.3.1"
pytest-xdist = { version = "^3.6.1", extras = ["psutil"] }
Expand Down

0 comments on commit d3bb8d5

Please sign in to comment.