From dd7c1f76294d93cccc21c912a78093c6e3831545 Mon Sep 17 00:00:00 2001 From: Nicolas Trangez Date: Thu, 26 Jan 2023 10:38:51 +0100 Subject: [PATCH] chore(deps-dev): bump pytest-benchmark from 3.4.1 to 4.0.0 This is required for the upgrade to `pytest` 7.2.1 to succeed. See: https://github.com/ionelmc/pytest-benchmark/issues/226 See: https://github.com/NicolasT/gptsum/pull/584 See: https://github.com/NicolasT/gptsum/actions/runs/4013857661 --- poetry.lock | 11 +++++------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index ed66af6f..8d11f5ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1055,14 +1055,14 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-benchmark" -version = "3.4.1" +version = "4.0.0" description = "A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer." category = "dev" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" files = [ - {file = "pytest-benchmark-3.4.1.tar.gz", hash = "sha256:40e263f912de5a81d891619032983557d62a3d85843f9a9f30b98baea0cd7b47"}, - {file = "pytest_benchmark-3.4.1-py2.py3-none-any.whl", hash = "sha256:36d2b08c4882f6f997fd3126a3d6dfd70f3249cde178ed8bbc0b73db7c20f809"}, + {file = "pytest-benchmark-4.0.0.tar.gz", hash = "sha256:fb0785b83efe599a6a956361c0691ae1dbb5318018561af10f3e915caa0048d1"}, + {file = "pytest_benchmark-4.0.0-py3-none-any.whl", hash = "sha256:fdb7db64e31c8b277dff9850d2a2556d8b60bcb0ea6524e36e28ffd7c87f71d6"}, ] [package.dependencies] @@ -1225,7 +1225,6 @@ files = [ {file = "ruamel.yaml.clib-0.2.7-cp310-cp310-win_amd64.whl", hash = "sha256:d000f258cf42fec2b1bbf2863c61d7b8918d31ffee905da62dede869254d3b8a"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:045e0626baf1c52e5527bd5db361bc83180faaba2ff586e763d3d5982a876a9e"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_12_6_arm64.whl", hash = "sha256:721bc4ba4525f53f6a611ec0967bdcee61b31df5a56801281027a3a6d1c2daf5"}, - {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:41d0f1fa4c6830176eef5b276af04c89320ea616655d01327d5ce65e50575c94"}, {file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:4b3a93bb9bc662fc1f99c5c3ea8e623d8b23ad22f861eb6fce9377ac07ad6072"}, {file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-macosx_12_0_arm64.whl", hash = "sha256:a234a20ae07e8469da311e182e70ef6b199d0fbeb6c6cc2901204dd87fb867e8"}, {file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:15910ef4f3e537eea7fe45f8a5d19997479940d9196f357152a09031c5be59f3"}, @@ -1675,4 +1674,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.15" -content-hash = "c570e5ffea23ebc8ba1c41de26a824b95e4223256e5da6482deaaba082869fba" +content-hash = "b4a83bf7b77687cb2c365b4abfba47cabc07489672257c9f6ae9d853750db2be" diff --git a/pyproject.toml b/pyproject.toml index e5e7fb9b..fe92e68a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ flake8-isort = "^4.2.0" flake8-return = "^1.2.0" flake8-expression-complexity = "^0.0.9" pytest-mock = "^3.10.0" -pytest-benchmark = "^3.4.1" +pytest-benchmark = "^4.0.0" coverage-conditional-plugin = "^0.8.0" [tool.coverage.paths]