From 8bd8374a5cf480419b60298babbebab992a998e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:07:30 +0000 Subject: [PATCH] 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 68c2ab2..a51d537 100644 --- a/poetry.lock +++ b/poetry.lock @@ -724,14 +724,14 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[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 = ["test"] 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] @@ -1039,4 +1039,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "f242e2fff8c655f6d7ca0ae6760fbcd3b37b28a3cdb602808785f2d288ed4110" +content-hash = "9e747e105443a4d2efd18273e19e218634e52203a044860ae913ba118349182a" diff --git a/pyproject.toml b/pyproject.toml index 5bed000..716a41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytest-cov = ">=4,<8" pytest-mypy = "^1.0.1" pytest-mock = "^3.14.0" pytest-asyncio = ">=0.20.3,<1.3.0" -pytest-benchmark = "^5.1.0" +pytest-benchmark = "^5.2.3" pytest-integration = "^0.2.3" isort = ">=6.1.0,<7.0.0" pre-commit = ">=3.0.4,<5.0.0"