From 7d24fcb20b37e0f71c7fc62ec7ac917dc85b53e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:04:56 +0000 Subject: [PATCH] Bump pytest from 8.4.2 to 9.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 a6f619a6..8b83af5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ 'pandas==2.3.3', 'pathos==0.3.4', 'polyleven==0.9.0', - 'pytest==8.4.2', + 'pytest==9.0.0', 'pytest-benchmark==5.2.0', 'scikit-learn==1.7.2', 'seaborn==0.13.2', diff --git a/requirements.txt b/requirements.txt index 2245f426..1979c369 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ palettable==3.3.3 pandas==2.3.3 pathos==0.3.4 polyleven==0.9.0 -pytest==8.4.2 +pytest==9.0.0 pytest-benchmark==5.2.0 scikit-learn==1.7.2 seaborn==0.13.2