Skip to content

Commit

Permalink
Bump cryptography from 42.0.4 to 43.0.1 in /backend/ecs_tasks/delete_…
Browse files Browse the repository at this point in the history
…files (#420)

* Bump cryptography in /backend/ecs_tasks/delete_files

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.4...43.0.1)

---
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 Sep 13, 2024
1 parent 96ba7ed commit 684515e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- [#418](https://github.com/awslabs/amazon-s3-find-and-forget/issues/418):
Upgrade frontend dependencies
- [#420](https://github.com/awslabs/amazon-s3-find-and-forget/issues/420):
Upgrade backend dependencies

## v0.68

Expand Down
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.4
cryptography==43.0.1
urllib3>=1.26.19
aws-assume-role-lib>=2.10.0
tenacity==8.0.1
22 changes: 11 additions & 11 deletions backend/ecs_tasks/delete_files/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,51 @@
# pip-compile --output-file=backend/ecs_tasks/delete_files/requirements.txt backend/ecs_tasks/delete_files/requirements.in
#
aws-assume-role-lib==2.10.0
# via -r backend/ecs_tasks/delete_files/requirements.in
# via -r requirements.in
boto3==1.24.38
# via
# -r backend/ecs_tasks/delete_files/requirements.in
# -r requirements.in
# aws-assume-role-lib
botocore==1.27.38
# via
# boto3
# s3transfer
cffi==1.16.0
# via cryptography
cryptography==42.0.4
# via -r backend/ecs_tasks/delete_files/requirements.in
cryptography==43.0.1
# via -r requirements.in
jmespath==1.0.1
# via
# boto3
# botocore
numpy==1.22.0
# via
# -r backend/ecs_tasks/delete_files/requirements.in
# -r requirements.in
# pandas
# pyarrow
pandas==1.4.3
# via -r backend/ecs_tasks/delete_files/requirements.in
# via -r requirements.in
pyarrow==14.0.1
# via -r backend/ecs_tasks/delete_files/requirements.in
# via -r requirements.in
pycparser==2.21
# via cffi
python-dateutil==2.8.2
# via
# botocore
# pandas
python-snappy==0.6.1
# via -r backend/ecs_tasks/delete_files/requirements.in
# via -r requirements.in
pytz==2023.3.post1
# via pandas
s3transfer==0.6.0
# via
# -r backend/ecs_tasks/delete_files/requirements.in
# -r requirements.in
# boto3
six==1.16.0
# via python-dateutil
tenacity==8.0.1
# via -r backend/ecs_tasks/delete_files/requirements.in
# via -r requirements.in
urllib3==1.26.19
# via
# -r backend/ecs_tasks/delete_files/requirements.in
# -r requirements.in
# botocore
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.4
cryptography==43.0.1
# via -r ./backend/ecs_tasks/delete_files/requirements.txt
distlib==0.3.6
# via virtualenv
Expand Down

0 comments on commit 684515e

Please sign in to comment.