From 707deb4b42814e09b15bff30b019fbf8cff3480a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:33:31 +0000 Subject: [PATCH] Bump pytest-benchmark from 5.2.3 to 5.3.0 Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 5.2.3 to 5.3.0. - [Release notes](https://github.com/ionelmc/pytest-benchmark/releases) - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v5.2.3...v5.3.0) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 87974ce6..a5c2ff50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ 'pathos==0.3.5', 'polyleven==0.11.0', 'pytest==9.1.1', - 'pytest-benchmark==5.2.3', + 'pytest-benchmark==5.3.0', 'scikit-learn==1.9.0', 'seaborn==0.13.2', 'sympy==1.14.0', diff --git a/requirements.txt b/requirements.txt index a5c6e866..67a47eac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pandas==3.0.5 pathos==0.3.5 polyleven==0.11.0 pytest==9.1.1 -pytest-benchmark==5.2.3 +pytest-benchmark==5.3.0 scikit-learn==1.9.0 seaborn==0.13.2 sympy==1.14.0