From c536ff6d908ce30264a1bc553f3046232e3100c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:03:10 +0000 Subject: [PATCH] Update pytest requirement from >=4.5.0 to >=8.4.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/4.5.0...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f807cae..e900f3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,6 @@ seaborn>=0.9.0 matplotlib>=3.1.0 Pillow>=6.0.0 nslr>=0.0.5 -pytest>=4.5.0 +pytest>=8.4.2 scikit_learn>=0.21.2 -pytest>=4.5.0 +pytest>=8.4.2