diff --git a/poetry.lock b/poetry.lock index c3e37da6133d..0cea066fecbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5916,13 +5916,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-benchmark" -version = "4.0.0" +version = "5.0.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.0.0.tar.gz", hash = "sha256:cd0adf68516eea7ac212b78a7eb6fc3373865507de8562bb3bfff2f2f852cc63"}, + {file = "pytest_benchmark-5.0.0-py3-none-any.whl", hash = "sha256:67fed4943aa761077345119555d7f6df09877a12a36e8128f05e19ccd5942d80"}, ] [package.dependencies] @@ -5932,7 +5932,7 @@ pytest = ">=3.8" [package.extras] aspect = ["aspectlib"] elasticsearch = ["elasticsearch"] -histogram = ["pygal", "pygaljs"] +histogram = ["pygal", "pygaljs", "setuptools"] [[package]] name = "pytest-clarity" @@ -8317,4 +8317,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c4d3597f7149fb7c4728cbdee92e99134e20ff0347d655daf8ec6bc082887ab2" +content-hash = "38577082e9013caf5bc7731b01ab542b60a6d1e72071d387f36b55c21819fc72" diff --git a/pyproject.toml b/pyproject.toml index eba83a7621c8..bb4c14b96879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ fsspec = "<2024.10.1" hypothesis = ">=6.58.0,<7" packaging = ">=21.3,<25" pytest = ">=8.2.0,<9" -pytest-benchmark = ">=3.4.1,<5" +pytest-benchmark = ">=3.4.1,<6" pytest-deadfixtures = ">=2.2.1,<3" pytest-clarity = ">=1.0.1,<2" pytest-cov = ">=3.0.0,<6" diff --git a/requirements-dev.txt b/requirements-dev.txt index af60b9c7c1fc..deedb0afa975 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -209,7 +209,7 @@ pyparsing==3.2.0 ; python_version >= "3.10" and python_version < "3.13" pyproj==3.7.0 ; python_version >= "3.10" and python_version < "4.0" pyproject-hooks==1.2.0 ; python_version >= "3.10" and python_version < "4.0" pyspark==3.5.3 ; python_version >= "3.10" and python_version < "4.0" -pytest-benchmark==4.0.0 ; python_version >= "3.10" and python_version < "4.0" +pytest-benchmark==5.0.0 ; python_version >= "3.10" and python_version < "4.0" pytest-clarity==1.0.1 ; python_version >= "3.10" and python_version < "4.0" pytest-cov==5.0.0 ; python_version >= "3.10" and python_version < "4.0" pytest-deadfixtures==2.2.1 ; python_version >= "3.10" and python_version < "4.0"