From e3e06b314c2da60bdfd49587ac31ae2dbe4e1467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 04:02:45 +0000 Subject: [PATCH] Bump pytest-benchmark from 5.1.0 to 5.2.0 Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 5.1.0 to 5.2.0. - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a49457c..30b8e90 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 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 = "certifi" @@ -483,14 +483,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-benchmark" -version = "5.1.0" +version = "5.2.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.9" groups = ["dev"] files = [ - {file = "pytest-benchmark-5.1.0.tar.gz", hash = "sha256:9ea661cdc292e8231f7cd4c10b0319e56a2118e2c09d9f50e1b3d150d2aca105"}, - {file = "pytest_benchmark-5.1.0-py3-none-any.whl", hash = "sha256:922de2dfa3033c227c96da942d1878191afa135a29485fb942e85dff1c592c89"}, + {file = "pytest_benchmark-5.2.0-py3-none-any.whl", hash = "sha256:0631cdf19f6032fc46d6bf9e8d15931d78473228b579a3fd84ca5e2f0e8ee06c"}, + {file = "pytest_benchmark-5.2.0.tar.gz", hash = "sha256:75731991edf6c807d0699130afbb4ba77d8ce8e3b8314662c340ee8e1db19f43"}, ] [package.dependencies] @@ -620,4 +620,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "ead2ab84a0931a72e6626fc1b2da0c393a38249e2d559f1355cc6e4661793f8f" +content-hash = "29f2de6905cdd02b8940d9b7465733951696d090b2e9bf3387071a69b79a67a1" diff --git a/pyproject.toml b/pyproject.toml index 3f7544c..007a1e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ packages = [ flake8 = "^7.2.0" pytest = "^8.3.5" pytest-cov = "^6.1.1" -pytest-benchmark = "^5.1.0" +pytest-benchmark = "^5.2.0" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"]