From 1e0f3b6651289ef3146c90395675e8f849509abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:33:58 +0000 Subject: [PATCH] Bump scipp from 24.5.1 to 24.6.0 in /requirements Bumps [scipp](https://github.com/scipp/scipp) from 24.5.1 to 24.6.0. - [Release notes](https://github.com/scipp/scipp/releases) - [Commits](https://github.com/scipp/scipp/compare/24.05.1...24.06.0) --- updated-dependencies: - dependency-name: scipp dependency-type: direct:production update-type: version-update:semver-minor ... 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 970facff..d037d33b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -28,7 +28,7 @@ pyparsing==3.1.2 # via matplotlib python-dateutil==2.9.0.post0 # via matplotlib -scipp==24.5.1 +scipp==24.6.0 # via -r base.in six==1.16.0 # via python-dateutil