From ab1028b00304ea7a305ad9dbd84180f7225bc63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 23:43:39 +0000 Subject: [PATCH] Bump pytest-benchmark from 5.2.0 to 5.2.3 Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 5.2.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.2.0...v5.2.3) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 49dc327a..6c123691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ 'pathos==0.3.4', 'polyleven==0.9.0', 'pytest==9.0.1', - 'pytest-benchmark==5.2.0', + 'pytest-benchmark==5.2.3', 'scikit-learn==1.7.2', 'seaborn==0.13.2', 'sympy==1.14.0', diff --git a/requirements.txt b/requirements.txt index 5cc84df9..83825dcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pandas==2.3.3 pathos==0.3.4 polyleven==0.9.0 pytest==9.0.1 -pytest-benchmark==5.2.0 +pytest-benchmark==5.2.3 scikit-learn==1.7.2 seaborn==0.13.2 sympy==1.14.0