From 6288982ec8fcf7671aa2fca74b640fa78927ae4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:44:22 +0000 Subject: [PATCH] chore(deps): bump toolz in /bec_lib Updates the requirements on [toolz](https://github.com/pytoolz/toolz) to permit the latest version. Updates `toolz` to 1.1.0 - [Release notes](https://github.com/pytoolz/toolz/releases) - [Changelog](https://github.com/pytoolz/toolz/blob/master/release-notes) - [Commits](https://github.com/pytoolz/toolz/compare/0.12.0...1.1.0) --- updated-dependencies: - dependency-name: toolz dependency-version: 1.1.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- bec_lib/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index 2a841e0ae..840edba45 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "rich>=13.7,<16.0", "scipy~=1.12", "tomli~=2.0, >=2.0.1", - "toolz~=0.12", + "toolz>=0.12,<2.0", "typeguard ~= 4.1, >=4.1.5", "prettytable~=3.9", "h5py~=3.10",