diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 66b5e4e..fd065a4 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -49,15 +49,15 @@ snowflake = ["snowflake-snowpark-python>=1, <2"] [dependency-groups] dev = [ - "ruff==0.15.12", + "ruff==0.15.16", "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", "nbconvert==7.17.1", - "streamlit==1.57.0", + "streamlit==1.58.0", "matplotlib>=3.9.4", "jupyterlab>=4.5.7", "anywidget[dev]", @@ -67,7 +67,7 @@ docs = [ "sphinx==8.1.3", "enum-tools[sphinx]", "nbsphinx==0.9.8", - "nbsphinx-link==1.3.1", + "nbsphinx-link==1.4.1", ] notebook = [ "ipykernel>=6.29.5", @@ -76,7 +76,7 @@ notebook = [ "ipywidgets>=8.0.0", "palettable>=3.3.3", "matplotlib>=3.9.4", - "snowflake-snowpark-python==1.50.0", + "snowflake-snowpark-python==1.51.1", "requests", "marimo", "python-dotenv"