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"