Skip to content

Commit 3e13a6c

Browse files
chore(deps-dev): update pytest-benchmark requirement from ^4.0 to >=4,<6 (#95)
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.1.0) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17e5a46 commit 3e13a6c

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
@@ -37,7 +37,7 @@ pyreadr = "^0.5"
3737
[tool.poetry.group.dev.dependencies]
3838
pytest = "^8.3.5"
3939
pytest-cov = "^6.1.1"
40-
pytest-benchmark = "^4.0"
40+
pytest-benchmark = ">=4,<6"
4141
python-semantic-release = "^9.21.0"
4242
mypy = "^1.15.0"
4343
invoke = "^2.2.0"

0 commit comments

Comments
 (0)