From c66bf2c430bcaf091d84d7c07b5bb6a28cd05b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:39:40 +0000 Subject: [PATCH] Bump cryptography from 41.0.1 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.1...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 6 ++++-- layer/requirements.txt | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8ce6fb7..f4a0598 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -46,8 +46,10 @@ charset-normalizer==3.2.0 click==8.1.7 # via black coverage[toml]==7.3.0 - # via pytest-cov -cryptography==41.0.3 + # via + # coverage + # pytest-cov +cryptography==42.0.4 # via jwcrypto dataclasses-json==0.5.14 # via diff --git a/layer/requirements.txt b/layer/requirements.txt index 280eae8..77242f9 100644 --- a/layer/requirements.txt +++ b/layer/requirements.txt @@ -12,7 +12,7 @@ attrs==22.2.0 # benchling-sdk # jsonschema aws-lambda-powertools==2.16.2 - # via -r requirements.in + # via -r layer/requirements.in aws-requests-auth==0.4.3 # via quilt3 backoff==1.11.1 @@ -22,7 +22,7 @@ backoff==1.11.1 benchling-api-client==2.0.167 # via benchling-sdk benchling-sdk==1.7.0 - # via -r requirements.in + # via -r layer/requirements.in boto3==1.26.151 # via quilt3 botocore==1.29.151 @@ -39,7 +39,7 @@ cffi==1.15.1 # via cryptography charset-normalizer==3.1.0 # via requests -cryptography==41.0.1 +cryptography==42.0.4 # via jwcrypto dataclasses-json==0.5.8 # via @@ -63,7 +63,7 @@ idna==3.4 # httpx # requests jinja2==3.1.2 - # via -r requirements.in + # via -r layer/requirements.in jmespath==1.0.1 # via # boto3 @@ -104,7 +104,7 @@ pyyaml==6.0 # benchling-sdk # quilt3 quilt3==5.3.1 - # via -r requirements.in + # via -r layer/requirements.in requests==2.31.0 # via # aws-requests-auth