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