From 5d8578b4e5029336705345b4ea4331a18568c9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:44:09 +0000 Subject: [PATCH] build(deps): bump cryptography in /smsparkbuild/py39 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography 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 775d817..0e35326 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 = "==41.0.3" +cryptography = "==41.0.4" typing-extensions = "==4.7.1" sagemaker = "==2.117.0" smspark = {editable = true, path = "."}