Skip to content

Commit 16ea371

Browse files
build(deps-dev): update pytest-benchmark requirement
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>
1 parent fb97d03 commit 16ea371

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,<6"]
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
]

0 commit comments

Comments
 (0)