From 288d7155c775d4c7bbd832330ba6c56d862f6ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:13:57 +0000 Subject: [PATCH] Bump cryptography from 42.0.0 to 42.0.2 in /backend/ecs_tasks/delete_files (#398) * Bump cryptography in /backend/ecs_tasks/delete_files Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Fix requirements --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matteo Figus --- backend/ecs_tasks/delete_files/requirements.in | 2 +- backend/ecs_tasks/delete_files/requirements.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/ecs_tasks/delete_files/requirements.in b/backend/ecs_tasks/delete_files/requirements.in index ac207230..10866dd9 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.0 +cryptography==42.0.2 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 b65a1ecc..be1c9bba 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.0 +cryptography==42.0.2 # via -r requirements.in jmespath==1.0.1 # via diff --git a/requirements.txt b/requirements.txt index 9526fa4b..67420411 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ coverage[toml]==7.2.5 # via pytest-cov crhelper==2.0.10 # via -r ./backend/lambda_layers/cr_helper/requirements.txt -cryptography==42.0.0 +cryptography==42.0.2 # via -r ./backend/ecs_tasks/delete_files/requirements.txt distlib==0.3.6 # via virtualenv