From cfaea3ff2362a4a3cbd750abbe8f964a880f1a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:47:29 +0000 Subject: [PATCH] Bump cryptography in /backend/ecs_tasks/delete_files Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/ecs_tasks/delete_files/requirements.in | 2 +- backend/ecs_tasks/delete_files/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/ecs_tasks/delete_files/requirements.in b/backend/ecs_tasks/delete_files/requirements.in index 10866dd9..ec4da4be 100644 --- a/backend/ecs_tasks/delete_files/requirements.in +++ b/backend/ecs_tasks/delete_files/requirements.in @@ -4,7 +4,7 @@ pandas==1.4.3 boto3==1.24.38 s3transfer==0.6.0 numpy==1.22.0 -cryptography==42.0.2 +cryptography==42.0.4 urllib3>=1.26.18 aws-assume-role-lib>=2.10.0 tenacity==8.0.1 diff --git a/backend/ecs_tasks/delete_files/requirements.txt b/backend/ecs_tasks/delete_files/requirements.txt index be1c9bba..b49da503 100644 --- a/backend/ecs_tasks/delete_files/requirements.txt +++ b/backend/ecs_tasks/delete_files/requirements.txt @@ -16,7 +16,7 @@ botocore==1.27.38 # s3transfer cffi==1.16.0 # via cryptography -cryptography==42.0.2 +cryptography==42.0.4 # via -r requirements.in jmespath==1.0.1 # via