From e4cc70b6747cb5c1d38203f8db71e0b1baa08e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 12:43:13 +0000 Subject: [PATCH] chore: bump tsam from 3.3.0 to 3.4.0 Bumps [tsam](https://github.com/FZJ-IEK3-VSA/tsam) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/FZJ-IEK3-VSA/tsam/releases) - [Commits](https://github.com/FZJ-IEK3-VSA/tsam/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: tsam dependency-version: 3.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 621bd24a2..a9a16e160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ full = [ # Development tools and testing dev = [ "xarray<2026.5", # TODO: drop once linopy ships xarray 2026.3+ compat fix - "tsam==3.3.0", # Time series aggregation for clustering + "tsam==3.4.0", # Time series aggregation for clustering "pytest==9.0.3", "pytest-xdist==3.8.0", "nbformat==5.10.4",