Skip to content

Commit 7fe7e19

Browse files
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.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.17` | `0.15.21` | | [mypy](https://github.com/python/mypy) | `2.1.0` | `2.2.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [selenium](https://github.com/SeleniumHQ/Selenium) | `4.44.0` | `4.45.0` | | [streamlit](https://github.com/streamlit/streamlit) | `1.58.0` | `1.59.1` | Updates `snowflake-snowpark-python` from 1.52.0 to 1.53.0 - [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.52.0...v1.53.0) Updates `ruff` from 0.15.17 to 0.15.21 - [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.17...0.15.21) Updates `mypy` from 2.1.0 to 2.2.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.1.0...v2.2.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](pytest-dev/pytest@9.0.3...9.1.1) Updates `selenium` from 4.44.0 to 4.45.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.44.0...selenium-4.45.0) Updates `streamlit` from 1.58.0 to 1.59.1 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](streamlit/streamlit@1.58.0...1.59.1) --- updated-dependencies: - 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: ruff dependency-version: 0.15.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-patch-and-minor - 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: selenium dependency-version: 4.45.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] <support@github.com>
1 parent bd31409 commit 7fe7e19

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

python-wrapper/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ snowflake = ["snowflake-snowpark-python>=1, <2"]
5050

5151
[dependency-groups]
5252
dev = [
53-
"ruff==0.15.17",
54-
"mypy==2.1.0",
55-
"pytest==9.0.3",
56-
"selenium==4.44.0",
53+
"ruff==0.15.21",
54+
"mypy==2.2.0",
55+
"pytest==9.1.1",
56+
"selenium==4.45.0",
5757
"ipykernel==7.3.0",
5858
"palettable==3.3.3",
5959
"pytest-mock==3.15.1",
6060
"nbconvert==7.17.1",
61-
"streamlit==1.58.0",
61+
"streamlit==1.59.1",
6262
"matplotlib>=3.9.4",
6363
"jupyterlab>=4.5.7",
6464
"anywidget[dev]",
@@ -80,7 +80,7 @@ notebook = [
8080
"ipywidgets>=8.0.0",
8181
"palettable>=3.3.3",
8282
"matplotlib>=3.9.4",
83-
"snowflake-snowpark-python==1.52.0",
83+
"snowflake-snowpark-python==1.53.0",
8484
"requests",
8585
"marimo",
8686
"python-dotenv"

0 commit comments

Comments
 (0)