From d886d3e8f2ff5352780cc4b33c52220f9289a386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:51:38 +0000 Subject: [PATCH] Bump the python-patch-and-minor group across 1 directory with 3 updates Bumps the python-patch-and-minor group with 3 updates in the /python-wrapper directory: [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python), [ruff](https://github.com/astral-sh/ruff) and [selenium](https://github.com/SeleniumHQ/Selenium). 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) Updates `ruff` from 0.15.12 to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.12...0.15.13) Updates `selenium` from 4.43.0 to 4.44.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.43.0...selenium-4.44.0) --- 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 - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-patch-and-minor - dependency-name: selenium dependency-version: 4.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-patch-and-minor ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index a2b60e8..c7d6700 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -49,10 +49,10 @@ snowflake = ["snowflake-snowpark-python>=1, <2"] [dependency-groups] dev = [ - "ruff==0.15.12", + "ruff==0.15.13", "mypy==1.20.2", "pytest==9.0.3", - "selenium==4.43.0", + "selenium==4.44.0", "ipykernel==7.2.0", "palettable==3.3.3", "pytest-mock==3.15.1", @@ -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",