From 45ffb54add6ba5657f4e441cbab63b6b8494c073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 13:04:29 +0000 Subject: [PATCH] Update cryptography requirement from >=3.3.1 to >=48.0.0 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.1...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb7a44d5..96871a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ ama = [ "pyyaml", "wget", "adal", - "cryptography>=3.3.1" + "cryptography>=48.0.0" ] msft-utils = [ "azureml-core==1.33.0",