Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix requirements

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matteo Figus <[email protected]>
  • Loading branch information
dependabot[bot] and matteofigus authored Feb 20, 2024
1 parent ed98fd1 commit 288d715
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0
cryptography==42.0.2
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.0
cryptography==42.0.2
# via -r requirements.in
jmespath==1.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 288d715

Please sign in to comment.