From bfc8afc21ce925e3b8d3ea3a9e60d0969112eb7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:11:52 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-benchmark from 5.1.0 to 5.2.3 Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 5.1.0 to 5.2.3. - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v5.1.0...v5.2.3) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3e3cd4ca..b62c2064 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1863,14 +1863,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-benchmark" -version = "5.1.0" +version = "5.2.3" 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.3-py3-none-any.whl", hash = "sha256:bc839726ad20e99aaa0d11a127445457b4219bdb9e80a1afc4b51da7f96b0803"}, + {file = "pytest_benchmark-5.2.3.tar.gz", hash = "sha256:deb7317998a23c650fd4ff76e1230066a76cb45dcece0aca5607143c619e7779"}, ] [package.dependencies] @@ -2695,4 +2695,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9.23" -content-hash = "4d823f43a7498292e51093f2f133718cea96c7e81cd52ad6313caeed9b99cc50" +content-hash = "d8340e785cb8fee4f6af103eeae658d4fc70196437110b3f36b966640ba5680c" diff --git a/pyproject.toml b/pyproject.toml index 38b6696e..0f73294f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ flake8-isort = "^6.1.2" flake8-return = "^1.2.0" flake8-expression-complexity = "^0.0.11" pytest-mock = "^3.15.1" -pytest-benchmark = "^5.1.0" +pytest-benchmark = "^5.2.3" coverage-conditional-plugin = "^0.9.0" pylint = "^3.3.9" # Work-around https://github.com/pypi/warehouse/issues/15749