From 24d31041a72548adcbb20b652056b584734d2a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:15:16 +0000 Subject: [PATCH] Bump the pip-version group with 2 updates Bumps the pip-version group with 2 updates: [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [pytest](https://github.com/pytest-dev/pytest). Updates `scikit-learn` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.5.0...1.5.1) Updates `pytest` from 8.2.2 to 8.3.2 - [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.2.2...8.3.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version ... Signed-off-by: dependabot[bot] --- requirements/requirements-test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index 2cdff1a..763f3c0 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,5 +1,5 @@ matplotlib==3.9.1 nglview==3.1.2 numpy==1.26.4 -scikit-learn==1.5.0 -pytest==8.2.2 +scikit-learn==1.5.1 +pytest==8.3.2