From 52fba30a815c73b64bd681ef7a961cb1a17903d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:44:25 +0000 Subject: [PATCH] Bump the python-patch-and-minor group across 1 directory with 6 updates Bumps the python-patch-and-minor group with 6 updates in the /python-wrapper directory: | Package | From | To | | --- | --- | --- | | [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python) | `1.52.0` | `1.53.1` | | [streamlit](https://github.com/streamlit/streamlit) | `1.58.0` | `1.59.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.17` | `0.15.22` | | [mypy](https://github.com/python/mypy) | `2.1.0` | `2.3.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [selenium](https://github.com/SeleniumHQ/Selenium) | `4.44.0` | `4.46.0` | Updates `snowflake-snowpark-python` from 1.52.0 to 1.53.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.52.0...v1.53.1) Updates `streamlit` from 1.58.0 to 1.59.2 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.58.0...1.59.2) Updates `ruff` from 0.15.17 to 0.15.22 - [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.17...0.15.22) Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `selenium` from 4.44.0 to 4.46.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.44.0...selenium-4.46.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-patch-and-minor - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-patch-and-minor - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-patch-and-minor - dependency-name: selenium dependency-version: 4.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-patch-and-minor - dependency-name: snowflake-snowpark-python dependency-version: 1.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-patch-and-minor - dependency-name: streamlit dependency-version: 1.59.1 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 454c834..808a377 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -53,15 +53,15 @@ streamlit = ["streamlit>=1.58, <2"] [dependency-groups] dev = [ - "ruff==0.15.17", - "mypy==2.1.0", - "pytest==9.0.3", - "selenium==4.44.0", + "ruff==0.15.22", + "mypy==2.3.0", + "pytest==9.1.1", + "selenium==4.46.0", "ipykernel==7.3.0", "palettable==3.3.3", "pytest-mock==3.15.1", "nbconvert==7.17.1", - "streamlit==1.58.0", + "streamlit==1.59.2", "matplotlib>=3.9.4", "jupyterlab>=4.5.7", "anywidget[dev]", @@ -83,7 +83,7 @@ notebook = [ "ipywidgets>=8.0.0", "palettable>=3.3.3", "matplotlib>=3.9.4", - "snowflake-snowpark-python==1.52.0", + "snowflake-snowpark-python==1.53.1", "requests", "marimo", "python-dotenv"