From c2782cc56ccb76728a191f1578cff79ff5ecc02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:19:33 +0000 Subject: [PATCH] Bump gsply from 0.2.10 to 0.2.11 Bumps [gsply](https://github.com/OpsiClear/gsply) from 0.2.10 to 0.2.11. - [Release notes](https://github.com/OpsiClear/gsply/releases) - [Changelog](https://github.com/OpsiClear/gsply/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/OpsiClear/gsply/compare/v0.2.10...v0.2.11) --- updated-dependencies: - dependency-name: gsply dependency-version: 0.2.11 dependency-type: direct:production 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 78a65e7..f9e1c98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ dependencies = [ "numpy>=1.24.0", "numba>=0.59.0", - "gsply==0.2.10", + "gsply==0.2.11", "pre-commit>=4.4.0", ]