From 509db6deabd54f09c489bac9a8dadd85a0c2c8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 13:07:46 +0000 Subject: [PATCH] chore(deps): bump gam7 from 7.19.0 to 7.28.13 Bumps [gam7](https://github.com/GAM-team/GAM) from 7.19.0 to 7.28.13. - [Release notes](https://github.com/GAM-team/GAM/releases) - [Commits](https://github.com/GAM-team/GAM/compare/v7.19.00...v7.28.13) --- updated-dependencies: - dependency-name: gam7 dependency-version: 7.28.13 dependency-type: direct:production 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 b75f561..91f2332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ requires-python = ">=3.11" dependencies = [ "click==8.2.1", - "gam7==7.19.0", + "gam7==7.28.13", "pandas==2.3.3", "tzdata", ]