diff --git a/poetry.lock b/poetry.lock index bc36ce4..f261ff7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -947,23 +947,23 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-benchmark" -version = "4.0.0" +version = "5.1.0" description = "A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pytest-benchmark-4.0.0.tar.gz", hash = "sha256:fb0785b83efe599a6a956361c0691ae1dbb5318018561af10f3e915caa0048d1"}, - {file = "pytest_benchmark-4.0.0-py3-none-any.whl", hash = "sha256:fdb7db64e31c8b277dff9850d2a2556d8b60bcb0ea6524e36e28ffd7c87f71d6"}, + {file = "pytest-benchmark-5.1.0.tar.gz", hash = "sha256:9ea661cdc292e8231f7cd4c10b0319e56a2118e2c09d9f50e1b3d150d2aca105"}, + {file = "pytest_benchmark-5.1.0-py3-none-any.whl", hash = "sha256:922de2dfa3033c227c96da942d1878191afa135a29485fb942e85dff1c592c89"}, ] [package.dependencies] py-cpuinfo = "*" -pytest = ">=3.8" +pytest = ">=8.1" [package.extras] aspect = ["aspectlib"] elasticsearch = ["elasticsearch"] -histogram = ["pygal", "pygaljs"] +histogram = ["pygal", "pygaljs", "setuptools"] [[package]] name = "pytest-cov" @@ -1395,4 +1395,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b6befbc1a076e2672c41d6d27d9d43178802d87ffeaba687e05fac27fcb01e9a" +content-hash = "887e2680250268c5baaa4e36a2ecd9b62d017be7d29c2eb9613c33976641c41f" diff --git a/pyproject.toml b/pyproject.toml index d785fc6..c61bcd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ sphinx = ">=7.3.7,<9.0.0" furo = "^2024.5.6" pytest-race = "0.2.0" pytest-repeat = "^0.9.3" -pytest-benchmark = "^4.0.0" +pytest-benchmark = ">=4,<6" [tool.isort] # isort configuration: