diff --git a/setup.py b/setup.py index 27be30d..1d894a4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "requests==2.33.0", "pandas==3.0.1", "databricks-sdk==0.114.0", - "cryptography==46.0.6", # Transitive dep, pinned for CVE-2026-34073 + "cryptography==48.0.1", # Transitive dep, pinned for CVE-2026-34073 ], license="Databricks License", license_files = ('LICENSE',),