From d43fb21461fa2b9a876a764a6d64d401b9120e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:54:50 +0000 Subject: [PATCH] Bump scipp from 23.12.0 to 24.2.0 in /requirements Bumps [scipp](https://github.com/scipp/scipp) from 23.12.0 to 24.2.0. - [Release notes](https://github.com/scipp/scipp/releases) - [Commits](https://github.com/scipp/scipp/compare/23.12.0...24.02.0) --- updated-dependencies: - dependency-name: scipp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 849b80ce..b9d2b592 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -28,7 +28,7 @@ pyparsing==3.1.1 # via matplotlib python-dateutil==2.8.2 # via matplotlib -scipp==23.12.0 +scipp==24.2.0 # via -r base.in six==1.16.0 # via python-dateutil