From e3b79fce176fb2fbfc879ea3d0d984194822a332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 12:42:54 +0000 Subject: [PATCH] chore: bump tsam-xarray from 0.6.6 to 0.6.7 Bumps [tsam-xarray](https://github.com/FBumann/tsam_xarray) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/FBumann/tsam_xarray/releases) - [Changelog](https://github.com/FBumann/tsam_xarray/blob/main/CHANGELOG.md) - [Commits](https://github.com/FBumann/tsam_xarray/compare/v0.6.6...v0.6.7) --- updated-dependencies: - dependency-name: tsam-xarray dependency-version: 0.6.7 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 d0131c4b9..85ed961e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ full = [ # Development tools and testing dev = [ "xarray<2026.8", # TODO: drop once linopy ships xarray 2026.3+ compat fix - "tsam_xarray==0.6.6", # Time series aggregation for clustering (wraps tsam) + "tsam_xarray==0.6.7", # Time series aggregation for clustering (wraps tsam) "tsam==4.0.0", # Directly imported for ClusterConfig, ExtremeConfig, SegmentConfig "pytest==9.1.1", "pytest-xdist==3.8.0",