Skip to content

Commit

Permalink
Bump cryptography in /backend/ecs_tasks/delete_files
Browse files Browse the repository at this point in the history
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](pyca/cryptography@42.0.2...42.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 288d715 commit cfaea3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/ecs_tasks/delete_files/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion backend/ecs_tasks/delete_files/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfaea3f

Please sign in to comment.