From 62f2602a72d7d34b2d7cc1c6f9e076dfa0c9a4c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 12:44:10 +0000 Subject: [PATCH] Bump snowflake-snowpark-python from 1.26.0 to 1.31.0 in /python-wrapper Bumps [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python) from 1.26.0 to 1.31.0. - [Release notes](https://github.com/snowflakedb/snowpark-python/releases) - [Changelog](https://github.com/snowflakedb/snowpark-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/snowflakedb/snowpark-python/compare/v1.26.0...v1.31.0) --- updated-dependencies: - dependency-name: snowflake-snowpark-python dependency-version: 1.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index a1d3e035..0a50f890 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -68,7 +68,7 @@ notebook = [ "ipywidgets>=8.0.0", "palettable>=3.3.3", "matplotlib>=3.9.4", - "snowflake-snowpark-python==1.26.0", + "snowflake-snowpark-python==1.31.1", ] [project.urls]