From fb2b9fa8ff3e2efb5991b70ab0f3e6020e8afcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:01:20 -0700 Subject: [PATCH] chore(deps): bump cryptography from 46.0.7 to 48.0.1 (#41010) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Co-authored-by: Claude Opus 4.8 --- pyproject.toml | 2 +- requirements/base.in | 2 +- requirements/base.txt | 5 ++--- requirements/development.txt | 5 ++--- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 84559f4012f..3facbd4555c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "flask-cors>=6.0.0, <7.0", "croniter>=6.2.2", "cron-descriptor", - "cryptography>=42.0.4, <47.0.0", + "cryptography>=48.0.0, <49.0.0", "deprecation>=2.1.0, <2.2.0", "flask>=2.2.5, <4.0.0", "flask-appbuilder>=5.2.1, <6.0.0", diff --git a/requirements/base.in b/requirements/base.in index c1b56438aa3..b34d4afc04a 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -26,7 +26,7 @@ filelock>=3.20.3,<4.0.0 brotli>=1.2.0,<2.0.0 numexpr>=2.9.0 # Security: CVE-2026-34073 (MEDIUM) - Improper Certificate Validation -cryptography>=46.0.7,<47.0.0 +cryptography>=48.0.0,<49.0.0 # Security: Snyk - XSS vulnerability in Mako templates mako>=1.3.11,<2.0.0 # Security: CVE-2024-52338 (CRITICAL) - Deserialization of untrusted data in IPC/Parquet readers diff --git a/requirements/base.txt b/requirements/base.txt index adcaa640b32..a60bddc7378 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -86,7 +86,7 @@ cron-descriptor==1.4.5 # via apache-superset (pyproject.toml) croniter==6.2.2 # via apache-superset (pyproject.toml) -cryptography==46.0.7 +cryptography==48.0.1 # via # -r requirements/base.in # apache-superset (pyproject.toml) @@ -323,7 +323,7 @@ pyjwt==2.12.0 # redis pynacl==1.6.2 # via paramiko -pyopenssl==26.0.0 +pyopenssl==26.2.0 # via # -r requirements/base.in # shillelagh @@ -344,7 +344,6 @@ python-dotenv==1.2.2 # via apache-superset (pyproject.toml) pytz==2025.2 # via - # croniter # flask-babel # pandas pyxlsb==1.0.10 diff --git a/requirements/development.txt b/requirements/development.txt index 2627c875982..c948d7e80bc 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -178,7 +178,7 @@ croniter==6.2.2 # via # -c requirements/base-constraint.txt # apache-superset -cryptography==46.0.7 +cryptography==48.0.1 # via # -c requirements/base-constraint.txt # apache-superset @@ -780,7 +780,7 @@ pynacl==1.6.2 # via # -c requirements/base-constraint.txt # paramiko -pyopenssl==26.0.0 +pyopenssl==26.2.0 # via # -c requirements/base-constraint.txt # shillelagh @@ -841,7 +841,6 @@ python-multipart==0.0.29 pytz==2025.2 # via # -c requirements/base-constraint.txt - # croniter # flask-babel # pandas # trino