Skip to content

Commit 831666f

Browse files
build(deps-dev): update pytest-benchmark requirement (#124)
Updates the requirements on [pytest-benchmark](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.2.3) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.2.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2690963 commit 831666f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ desktop = ["pywebview>=5.0,<7"]
3131
# Development tooling: testing + type checking.
3232
dev = [
3333
"pytest>=8,<9",
34-
"pytest-benchmark>=4,<5",
34+
"pytest-benchmark>=4,<6",
3535
"mypy>=1.10,<2",
3636
"hypothesis>=6.100,<7",
3737
"playwright==1.50.0",

0 commit comments

Comments
 (0)