Skip to content

Commit 5205af7

Browse files
build(deps): update pytest-benchmark requirement from ~=5.0.0 to ~=5.1.0 (#754)
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@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bc605f commit 5205af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
"mypy~=1.2",
4646
"orjson~=3.8",
4747
"pre-commit~=4.0",
48-
"pytest-benchmark~=5.0.0",
48+
"pytest-benchmark~=5.1.0",
4949
"pytest-console-scripts~=1.4.0",
5050
"pytest-cov~=6.0",
5151
"pytest-recording~=0.13",

0 commit comments

Comments
 (0)