From 6ae55d19ec5a42afa12f951116434cc9b36296d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florentin=20D=C3=B6rre?= Date: Fri, 30 Jan 2026 08:44:21 +0100 Subject: [PATCH] Update python dependencies --- python-wrapper/pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 3355d68..911286a 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -47,15 +47,15 @@ snowflake = ["snowflake-snowpark-python>=1, <2"] [dependency-groups] dev = [ - "ruff==0.14.1", - "mypy==1.18.2", + "ruff==0.14.13", + "mypy==1.19.1", "pytest==8.4.2", - "selenium==4.38.0", - "ipykernel==6.30.1", + "selenium==4.40.0", + "ipykernel==7.1.0", "palettable==3.3.3", "pytest-mock==3.15.1", "nbconvert==7.16.6", - "streamlit==1.51.0", + "streamlit==1.53.0", "matplotlib>=3.9.4", ] docs = [