diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index a2b60e8..c7d6700 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -49,10 +49,10 @@ snowflake = ["snowflake-snowpark-python>=1, <2"] [dependency-groups] dev = [ - "ruff==0.15.12", + "ruff==0.15.13", "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", @@ -75,7 +75,7 @@ notebook = [ "ipywidgets>=8.0.0", "palettable>=3.3.3", "matplotlib>=3.9.4", - "snowflake-snowpark-python==1.50.0", + "snowflake-snowpark-python==1.50.1", "python-dotenv", "requests", "marimo",