From 7932787f4d8ab66b6f3107bec3d0f9fbfbef1920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 22:34:37 +0000 Subject: [PATCH] build(deps): bump cryptography in /smsparkbuild/py39 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- smsparkbuild/py39/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smsparkbuild/py39/Pipfile b/smsparkbuild/py39/Pipfile index 0c5cd37..ba1feab 100644 --- a/smsparkbuild/py39/Pipfile +++ b/smsparkbuild/py39/Pipfile @@ -28,7 +28,7 @@ pytest-cov = "==4.1.0" pytest-xdist = "==3.3.1" docker = "==6.1.3" docker-compose = "==1.29.2" -cryptography = "==42.0.4" +cryptography = "==44.0.1" typing-extensions = "==4.7.1" sagemaker = "==2.117.0" smspark = {editable = true, path = "."}