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