Skip to content

Bump the python-patch-and-minor group across 1 directory with 5 updates#364

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-wrapper/python-patch-and-minor-a1dd7b9f81
Open

Bump the python-patch-and-minor group across 1 directory with 5 updates#364
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-wrapper/python-patch-and-minor-a1dd7b9f81

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps the python-patch-and-minor group with 5 updates in the /python-wrapper directory:

Package From To
snowflake-snowpark-python 1.50.0 1.51.1
ruff 0.15.12 0.15.16
selenium 4.43.0 4.44.0
streamlit 1.57.0 1.58.0
nbsphinx-link 1.3.1 1.4.1

Updates snowflake-snowpark-python from 1.50.0 to 1.51.1

Release notes

Sourced from snowflake-snowpark-python's releases.

Release

1.51.1 (2026-05-28)

Documentation

  • Clarified that the JDBC driver JAR referenced via udtf_configs.imports in DataFrameReader.jdbc() must be downloaded from the database vendor and uploaded to a Snowflake stage.

Release

1.51.0 (2026-05-14)

Snowpark Python API Updates

Bug Fixes

  • Fixed a bug where AsyncJob.result("no_result") sometimes silently returned without raising error for failed queries.
  • Fixed a bug where INTERVAL YEAR TO MONTH values with zero months were displayed incorrectly (e.g. INTERVAL '0-4' YEAR TO MONTH instead of INTERVAL '4-0' YEAR TO MONTH) when using snowflake-connector-python>=4.3.0.

Improvements

  • When Session.reduce_describe_query_enabled is enabled, fewer DESCRIBE queries are issued when the outer query only projects or renames columns from an inner subquery whose column types are already known.

Release

1.50.1 (2026-05-06)

Snowpark Python API Updates

Bug Fixes

  • Fixed a bug where using parameter bindings for CALL queries issued through session.sql would raise an error.
  • Fixed a bug where StringType columns from Iceberg tables were not recognized as max-size strings.
  • Improved the FileNotFoundError message raised when INFER_SCHEMA returns zero rows so it also points to file format options (PARSE_HEADER, SKIP_HEADER, ON_ERROR=CONTINUE) that can silently filter everything out, instead of only suggesting a missing path.
Changelog

Sourced from snowflake-snowpark-python's changelog.

1.51.1 (2026-05-28)

Documentation

  • Clarified that the JDBC driver JAR referenced via udtf_configs.imports in DataFrameReader.jdbc() must be downloaded from the database vendor and uploaded to a Snowflake stage.

1.51.0 (2026-05-18)

Snowpark Python API Updates

Bug Fixes

  • Fixed a bug where AsyncJob.result("no_result") sometimes silently returned without raising error for failed queries.
  • Fixed a bug where INTERVAL YEAR TO MONTH values with zero months were displayed incorrectly (e.g. INTERVAL '0-4' YEAR TO MONTH instead of INTERVAL '4-0' YEAR TO MONTH) when using snowflake-connector-python>=4.3.0.

Improvements

  • When Session.reduce_describe_query_enabled is enabled, fewer DESCRIBE queries are issued when the outer query only projects or renames columns from an inner subquery whose column types are already known.

1.50.1 (2026-05-06)

Snowpark Python API Updates

Bug Fixes

  • Fixed a bug where using parameter bindings for CALL queries issued through session.sql would raise an error.
  • Fixed a bug where StringType columns from Iceberg tables were not recognized as max-size strings.
  • Improved the FileNotFoundError message raised when INFER_SCHEMA returns zero rows so it also points to file format options (PARSE_HEADER, SKIP_HEADER, ON_ERROR=CONTINUE) that can silently filter everything out, instead of only suggesting a missing path.
Commits
  • 24100dc Prepare release v1.51.1
  • 195e5e7 NO SNOW: Fix DecFloat schema nullability when SQL simplifier is disabled (#4239)
  • 9cb0c3e NO SNOW: skip reduce desc query test in sql simplifier disabled test suite (#...
  • f391865 NO-SNOW: Disable flaky AI tests for a while. (#4240)
  • 1253e7e SNOW-3484790: initialize aggregation functions list during SCOS init (#4217)
  • 318190c docs: clarify JDBC driver source for DataFrameReader.jdbc imports (#4232)
  • 029656c NOSNSOW: Fix test_select_star_after_cached_parent when CTE optimization is di...
  • a73cd0d Merge back v1.51.0 (#4229)
  • 0537409 fix(types): handle connector >=4.3.0 interval year-month display format (#4215)
  • c5dce35 SNOW-2267482: Fix flakiness due to SnowAPI dependency (#4190)
  • Additional commits viewable in compare view

Updates ruff from 0.15.12 to 0.15.16

Release notes

Sourced from ruff's releases.

0.15.16

Release Notes

Released on 2026-06-04.

Preview features

  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#25447)

Bug fixes

  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#25484)

Rule changes

  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#24776)

Performance

  • Drop excess capacity from statement suites during parsing (#25368)

Documentation

  • [pydocstyle] Improve discoverability of rules enabled for each convention (#24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#25439)
  • Fix typo bin/activebin/activate in tutorial (#25473)

Other changes

  • Shrink additional parser AST collections (#25465)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.16

Released on 2026-06-04.

Preview features

  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#25447)

Bug fixes

  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#25484)

Rule changes

  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#24776)

Performance

  • Drop excess capacity from statement suites during parsing (#25368)

Documentation

  • [pydocstyle] Improve discoverability of rules enabled for each convention (#24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#25439)
  • Fix typo bin/activebin/activate in tutorial (#25473)

Other changes

  • Shrink additional parser AST collections (#25465)

Contributors

0.15.15

... (truncated)

Commits

Updates selenium from 4.43.0 to 4.44.0

Release notes

Sourced from selenium's releases.

Selenium 4.44.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits

Updates streamlit from 1.57.0 to 1.58.0

Release notes

Sourced from streamlit's releases.

1.58.0

What's Changed

Breaking Changes 🛠

New Features 🎉

Bug Fixes 🐛

Other Changes

New Contributors

Full Changelog: streamlit/streamlit@1.57.0...1.58.0

Commits
  • 209ad55 Up version to 1.58.0
  • f60c315 [feature] Add streamlit skills CLI command (#15116)
  • 8f1a3b5 Fix accidental overscrolling in table, dataframe, and data_editor (#15309)
  • 1d00f55 [fix] Disable Select all in multiselect for >=1000 options (#15301)
  • 5459f5f [feature] Add API restrictions for parallel fragments (#15251)
  • 8f36596 fix(build): fix make all-dev and make protobuf on non-Debian Linux (#15298)
  • 163001d [feature][ParallelFragments] Add parallel=True dispatch to @​st.fragment (#15214)
  • 08868a8 [fix] Restore Starlette OAuth PKCE behavior (#15282)
  • 7165804 Fix browser Back/Forward navigation for pages with Unicode URL paths (#15281)
  • 40c3400 [chore] Remove obsolete @​protobufjs/inquire patch (#15296)
  • Additional commits viewable in compare view

Updates nbsphinx-link from 1.3.1 to 1.4.1

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 29, 2026
Bumps the python-patch-and-minor group with 5 updates in the /python-wrapper directory:

| Package | From | To |
| --- | --- | --- |
| [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python) | `1.50.0` | `1.51.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.16` |
| [selenium](https://github.com/SeleniumHQ/Selenium) | `4.43.0` | `4.44.0` |
| [streamlit](https://github.com/streamlit/streamlit) | `1.57.0` | `1.58.0` |
| [nbsphinx-link](https://github.com/vidartf/nbsphinx-link) | `1.3.1` | `1.4.1` |



Updates `snowflake-snowpark-python` from 1.50.0 to 1.51.1
- [Release notes](https://github.com/snowflakedb/snowpark-python/releases)
- [Changelog](https://github.com/snowflakedb/snowpark-python/blob/main/CHANGELOG.md)
- [Commits](snowflakedb/snowpark-python@v1.50.0...v1.51.1)

Updates `ruff` from 0.15.12 to 0.15.16
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.12...0.15.16)

Updates `selenium` from 4.43.0 to 4.44.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.43.0...selenium-4.44.0)

Updates `streamlit` from 1.57.0 to 1.58.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.57.0...1.58.0)

Updates `nbsphinx-link` from 1.3.1 to 1.4.1
- [Commits](vidartf/nbsphinx-link@1.3.1...1.4.1)

---
updated-dependencies:
- dependency-name: nbsphinx-link
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: ruff
  dependency-version: 0.15.15
  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
- dependency-name: snowflake-snowpark-python
  dependency-version: 1.51.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
- dependency-name: streamlit
  dependency-version: 1.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/python-wrapper/python-patch-and-minor-a1dd7b9f81 branch from 4fe8c31 to a3a7171 Compare June 5, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants