From 684bea076ea420fa7520f2018c225f2e8db2741b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 01:26:15 +0000 Subject: [PATCH] Chore(deps): Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../cosmetology-app/lambdas/python/common/requirements-dev.in | 2 +- .../cosmetology-app/lambdas/python/common/requirements-dev.txt | 2 +- backend/cosmetology-app/lambdas/python/common/requirements.in | 2 +- backend/cosmetology-app/lambdas/python/common/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/cosmetology-app/lambdas/python/common/requirements-dev.in b/backend/cosmetology-app/lambdas/python/common/requirements-dev.in index 39c596fb9..315e3bf5d 100644 --- a/backend/cosmetology-app/lambdas/python/common/requirements-dev.in +++ b/backend/cosmetology-app/lambdas/python/common/requirements-dev.in @@ -1,4 +1,4 @@ moto[all]>=5.2.2, <6 boto3-stubs[full] Faker>=40.36.0, <41 -cryptography>=49, <50 +cryptography>=50.0.0, <51 diff --git a/backend/cosmetology-app/lambdas/python/common/requirements-dev.txt b/backend/cosmetology-app/lambdas/python/common/requirements-dev.txt index d2294fd64..9bc16fa93 100644 --- a/backend/cosmetology-app/lambdas/python/common/requirements-dev.txt +++ b/backend/cosmetology-app/lambdas/python/common/requirements-dev.txt @@ -41,7 +41,7 @@ cfn-lint==1.52.0 # via moto charset-normalizer==3.4.7 # via requests -cryptography==49.0.0 +cryptography==50.0.0 # via # -r requirements-dev.in # joserfc diff --git a/backend/cosmetology-app/lambdas/python/common/requirements.in b/backend/cosmetology-app/lambdas/python/common/requirements.in index 9dbd94d23..c3e63c726 100644 --- a/backend/cosmetology-app/lambdas/python/common/requirements.in +++ b/backend/cosmetology-app/lambdas/python/common/requirements.in @@ -1,6 +1,6 @@ argon2-cffi>=25.1.0, <26.0.0 aws-lambda-powertools>=3.34.0, <4 boto3>=1.43.71, <2 -cryptography>=49, <50 +cryptography>=50.0.0, <51 marshmallow>=4.3.1, <5.0.0 requests>=2.34.2, <3.0.0 diff --git a/backend/cosmetology-app/lambdas/python/common/requirements.txt b/backend/cosmetology-app/lambdas/python/common/requirements.txt index 1c3f787bc..35a6d91e1 100644 --- a/backend/cosmetology-app/lambdas/python/common/requirements.txt +++ b/backend/cosmetology-app/lambdas/python/common/requirements.txt @@ -24,7 +24,7 @@ cffi==2.0.0 # cryptography charset-normalizer==3.4.7 # via requests -cryptography==49.0.0 +cryptography==50.0.0 # via -r requirements.in idna==3.18 # via requests