From 70c5d7b46b0237bfba6fb82b05d68c4eb062d1fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:43:29 +0000 Subject: [PATCH] chore(deps): bump gam7 from 7.29.4 to 7.35.0 Bumps [gam7](https://github.com/GAM-team/GAM) from 7.29.4 to 7.35.0. - [Release notes](https://github.com/GAM-team/GAM/releases) - [Commits](https://github.com/GAM-team/GAM/compare/v7.29.04...v7.35.00) --- updated-dependencies: - dependency-name: gam7 dependency-version: 7.35.0 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 a4b6701..32d870b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ requires-python = ">=3.11" dependencies = [ "click==8.2.1", - "gam7==7.29.4", + "gam7==7.35.0", "pandas==2.3.3", "tzdata", ]