diff --git a/poetry.lock b/poetry.lock index f9788a25..c306fcf6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1797,13 +1797,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-benchmark" -version = "5.0.0" +version = "5.0.1" 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.9" files = [ - {file = "pytest-benchmark-5.0.0.tar.gz", hash = "sha256:cd0adf68516eea7ac212b78a7eb6fc3373865507de8562bb3bfff2f2f852cc63"}, - {file = "pytest_benchmark-5.0.0-py3-none-any.whl", hash = "sha256:67fed4943aa761077345119555d7f6df09877a12a36e8128f05e19ccd5942d80"}, + {file = "pytest-benchmark-5.0.1.tar.gz", hash = "sha256:8138178618c85586ce056c70cc5e92f4283c2e6198e8422c2c825aeb3ace6afd"}, + {file = "pytest_benchmark-5.0.1-py3-none-any.whl", hash = "sha256:d75fec4cbf0d4fd91e020f425ce2d845e9c127c21bae35e77c84db8ed84bfaa6"}, ] [package.dependencies] @@ -2833,4 +2833,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "ed783b247d764713a13f3b697fb9f78d7bd9b1abc710f1daffb5788d50a8d217" +content-hash = "282b5a3d777d04b7661c210caec360ed27ba93f5687802f8fc2fb4272d4e464a" diff --git a/pyproject.toml b/pyproject.toml index 552672c2..9b2241b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ reclass-rs = "0.5.0" tox = "3.28.0" pytest = "8.3.3" pytest-xdist = "3.6.1" -pytest-benchmark = "5.0.0" +pytest-benchmark = "5.0.1" responses = "0.25.3" black = "24.10.0" pyfakefs = "5.7.1"