From a290e3dfe225fb6fb8661cbd131e2d8ab9d102ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 13:47:18 +0000 Subject: [PATCH] chore(deps): bump gam7 from 7.40.3 to 7.43.4 Bumps [gam7](https://github.com/GAM-team/GAM) from 7.40.3 to 7.43.4. - [Release notes](https://github.com/GAM-team/GAM/releases) - [Commits](https://github.com/GAM-team/GAM/compare/v7.40.03...v7.43.04) --- updated-dependencies: - dependency-name: gam7 dependency-version: 7.43.4 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 d28c6bdc..72967f1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ requires-python = ">=3.11" dependencies = [ "click==8.3.2", - "gam7==7.40.3", + "gam7==7.43.4", "pandas==3.0.2", "tzdata==2026.1", ]