From af016e69eab0b0cb068deb064bd2109c8eaf76bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 14:44:14 +0000 Subject: [PATCH] Bump snowflake-snowpark-python Bumps the python-patch-and-minor group in /python-wrapper with 1 update: [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python). Updates `snowflake-snowpark-python` from 1.50.0 to 1.50.1 - [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.50.0...v1.50.1) --- updated-dependencies: - dependency-name: snowflake-snowpark-python dependency-version: 1.50.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-patch-and-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 a2b60e8..1cef12c 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -75,7 +75,7 @@ notebook = [ "ipywidgets>=8.0.0", "palettable>=3.3.3", "matplotlib>=3.9.4", - "snowflake-snowpark-python==1.50.0", + "snowflake-snowpark-python==1.50.1", "python-dotenv", "requests", "marimo",