From 7925d9b973191a308e9be5c3abe8e3cb8e194d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:43:34 +0000 Subject: [PATCH] chore(deps): bump gam7 from 7.40.3 to 7.41.1 Bumps [gam7](https://github.com/GAM-team/GAM) from 7.40.3 to 7.41.1. - [Release notes](https://github.com/GAM-team/GAM/releases) - [Commits](https://github.com/GAM-team/GAM/compare/v7.40.03...v7.41.01) --- updated-dependencies: - dependency-name: gam7 dependency-version: 7.41.1 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..1ba46e64 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.41.1", "pandas==3.0.2", "tzdata==2026.1", ]