Skip to content

Commit 25e2e6b

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` | | [streamlit](https://github.com/streamlit/streamlit) | `1.58.0` | `1.59.1` | | [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` | 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 `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) 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) --- 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] <support@github.com>
1 parent b24bd48 commit 25e2e6b

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
@@ -53,15 +53,15 @@ streamlit = ["streamlit>=1.58, <2"]
5353

5454
[dependency-groups]
5555
dev = [
56-
"ruff==0.15.17",
57-
"mypy==2.1.0",
58-
"pytest==9.0.3",
59-
"selenium==4.44.0",
56+
"ruff==0.15.21",
57+
"mypy==2.2.0",
58+
"pytest==9.1.1",
59+
"selenium==4.45.0",
6060
"ipykernel==7.3.0",
6161
"palettable==3.3.3",
6262
"pytest-mock==3.15.1",
6363
"nbconvert==7.17.1",
64-
"streamlit==1.58.0",
64+
"streamlit==1.59.1",
6565
"matplotlib>=3.9.4",
6666
"jupyterlab>=4.5.7",
6767
"anywidget[dev]",
@@ -83,7 +83,7 @@ notebook = [
8383
"ipywidgets>=8.0.0",
8484
"palettable>=3.3.3",
8585
"matplotlib>=3.9.4",
86-
"snowflake-snowpark-python==1.52.0",
86+
"snowflake-snowpark-python==1.53.0",
8787
"requests",
8888
"marimo",
8989
"python-dotenv"

0 commit comments

Comments
 (0)