Skip to content

Commit

Permalink
Merge pull request #574 from msqd/dependabot/pip/pytest-benchmark-5.0.1
Browse files Browse the repository at this point in the history
chore(deps-dev): bump pytest-benchmark from 4.0.0 to 5.0.1
  • Loading branch information
hartym authored Oct 30, 2024
2 parents 463e327 + d3bb8d5 commit d959875
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 d959875

Please sign in to comment.