diff --git a/poetry.lock b/poetry.lock index 374f29f..3ad5e9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "ast-serialize" @@ -958,24 +958,24 @@ reference = "mdsol" [[package]] name = "pytest-benchmark" -version = "4.0.0" +version = "5.2.3" 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" groups = ["test"] 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.2.3-py3-none-any.whl", hash = "sha256:bc839726ad20e99aaa0d11a127445457b4219bdb9e80a1afc4b51da7f96b0803"}, + {file = "pytest_benchmark-5.2.3.tar.gz", hash = "sha256:deb7317998a23c650fd4ff76e1230066a76cb45dcece0aca5607143c619e7779"}, ] [package.dependencies] py-cpuinfo = "*" -pytest = ">=3.8" +pytest = ">=8.1" [package.extras] aspect = ["aspectlib"] elasticsearch = ["elasticsearch"] -histogram = ["pygal", "pygaljs"] +histogram = ["pygal", "pygaljs", "setuptools"] [package.source] type = "legacy" @@ -1277,4 +1277,4 @@ reference = "mdsol" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "0c668d9f211dde9b9ce5590bb7b16b0dfebee862f12f3f7b90abb14c9d871c82" +content-hash = "71864540d0d8d292adaa9db36538e18776a0f906a891ca1bce5ea3cbbfc0e71b" diff --git a/pyproject.toml b/pyproject.toml index c6859fe..2036b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ optional = true pytest = ">=7.3.2,<10.0.0" pytest-xdist = "^3.3.1" pytest-cov = ">=4.1,<8.0" -pytest-benchmark = "^4.0.0" +pytest-benchmark = ">=4,<6" [build-system] requires = ["poetry-core>=1.0.0"]