diff --git a/poetry.lock b/poetry.lock index 4cf49c4..90ffe4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1231,23 +1231,23 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[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" @@ -1658,4 +1658,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "bcd4d26f00eed9824b91293e69cada4690bfd58847b8556c2c3ad0be2c2e1028" +content-hash = "47b5ed7c1073510d18ca20fab555c5e53a946dc3fe7397b6239609ce385030a1" diff --git a/pyproject.toml b/pyproject.toml index 865875d..754619f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ mypy = "1.13.0" pillow = "11.0.0" pydantic = "2.10.2" pytest = "8.3.4" -pytest-benchmark = "4.0.0" +pytest-benchmark = "5.1.0" pytest-cov = "5.0.0" ruff = "0.8.1"