diff --git a/backend/social-work-app/lambdas/python/cognito-backup/requirements-dev.txt b/backend/social-work-app/lambdas/python/cognito-backup/requirements-dev.txt index 595e97f52..8ac05aea1 100644 --- a/backend/social-work-app/lambdas/python/cognito-backup/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/cognito-backup/requirements-dev.txt @@ -5,14 +5,14 @@ # pip-compile --no-emit-index-url --no-strip-extras lambdas/python/cognito-backup/requirements-dev.in # aws-lambda-powertools==3.31.0 - # via -r requirements-dev.in + # via -r cognito-backup/requirements-dev.in boto3==1.43.46 # via - # -r requirements-dev.in + # -r cognito-backup/requirements-dev.in # moto botocore==1.43.46 # via - # -r requirements-dev.in + # -r cognito-backup/requirements-dev.in # boto3 # moto # s3transfer @@ -40,7 +40,7 @@ joserfc==1.7.1 markupsafe==3.0.3 # via werkzeug moto[cognitoidp,s3]==5.2.2 - # via -r requirements-dev.in + # via -r cognito-backup/requirements-dev.in packaging==26.2 # via pytest pluggy==1.6.0 @@ -52,7 +52,7 @@ pycparser==3.0 pygments==2.20.0 # via pytest pytest==9.1.1 - # via -r requirements-dev.in + # via -r cognito-backup/requirements-dev.in python-dateutil==2.9.0.post0 # via botocore pyyaml==6.0.3 diff --git a/backend/social-work-app/lambdas/python/common/requirements-dev.in b/backend/social-work-app/lambdas/python/common/requirements-dev.in index 6b6083b43..8a5e8dcad 100644 --- a/backend/social-work-app/lambdas/python/common/requirements-dev.in +++ b/backend/social-work-app/lambdas/python/common/requirements-dev.in @@ -1,4 +1,4 @@ moto[all]>=5.2.2, <6 boto3-stubs[full] Faker>=40.28.1, <41 -cryptography>=49, <50 +cryptography>=49.0.0, <50 diff --git a/backend/social-work-app/lambdas/python/common/requirements-dev.txt b/backend/social-work-app/lambdas/python/common/requirements-dev.txt index ed97e5c1d..314b7e7e6 100644 --- a/backend/social-work-app/lambdas/python/common/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/common/requirements-dev.txt @@ -22,7 +22,7 @@ boto3==1.43.46 # aws-sam-translator # moto boto3-stubs[full]==1.43.46 - # via -r requirements-dev.in + # via -r common/requirements-dev.in boto3-stubs-full==1.43.36 # via boto3-stubs botocore==1.43.46 @@ -43,13 +43,13 @@ charset-normalizer==3.4.7 # via requests cryptography==49.0.0 # via - # -r requirements-dev.in + # -r common/requirements-dev.in # joserfc # moto docker==7.1.0 # via moto faker==40.28.1 - # via -r requirements-dev.in + # via -r common/requirements-dev.in graphql-core==3.2.11 # via moto idna==3.18 @@ -83,7 +83,7 @@ lazy-object-proxy==1.12.0 markupsafe==3.0.3 # via werkzeug moto[all]==5.2.2 - # via -r requirements-dev.in + # via -r common/requirements-dev.in mpmath==1.3.0 # via sympy multipart==1.3.1 diff --git a/backend/social-work-app/lambdas/python/common/requirements.in b/backend/social-work-app/lambdas/python/common/requirements.in index 105098ef6..ed7466bc6 100644 --- a/backend/social-work-app/lambdas/python/common/requirements.in +++ b/backend/social-work-app/lambdas/python/common/requirements.in @@ -1,6 +1,6 @@ argon2-cffi>=25.1.0, <26.0.0 aws-lambda-powertools>=3.31.0, <4 boto3>=1.43.46, <2 -cryptography>=49, <50 +cryptography>=49.0.0, <50 marshmallow>=4.3.0, <5.0.0 requests>=2.34.2, <3.0.0 diff --git a/backend/social-work-app/lambdas/python/common/requirements.txt b/backend/social-work-app/lambdas/python/common/requirements.txt index 46d8328bb..49075db79 100644 --- a/backend/social-work-app/lambdas/python/common/requirements.txt +++ b/backend/social-work-app/lambdas/python/common/requirements.txt @@ -5,13 +5,13 @@ # pip-compile --no-emit-index-url --no-strip-extras lambdas/python/common/requirements.in # argon2-cffi==25.1.0 - # via -r requirements.in + # via -r common/requirements.in argon2-cffi-bindings==25.1.0 # via argon2-cffi aws-lambda-powertools==3.31.0 - # via -r requirements.in + # via -r common/requirements.in boto3==1.43.46 - # via -r requirements.in + # via -r common/requirements.in botocore==1.43.46 # via # boto3 @@ -25,7 +25,7 @@ cffi==2.0.0 charset-normalizer==3.4.7 # via requests cryptography==49.0.0 - # via -r requirements.in + # via -r common/requirements.in idna==3.18 # via requests jmespath==1.1.0 @@ -34,13 +34,13 @@ jmespath==1.1.0 # boto3 # botocore marshmallow==4.3.0 - # via -r requirements.in + # via -r common/requirements.in pycparser==3.0 # via cffi python-dateutil==2.9.0.post0 # via botocore requests==2.34.2 - # via -r requirements.in + # via -r common/requirements.in s3transfer==0.19.0 # via boto3 six==1.17.0 diff --git a/backend/social-work-app/lambdas/python/compact-configuration/requirements-dev.txt b/backend/social-work-app/lambdas/python/compact-configuration/requirements-dev.txt index bbbb28065..f368dafb8 100644 --- a/backend/social-work-app/lambdas/python/compact-configuration/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/compact-configuration/requirements-dev.txt @@ -30,7 +30,7 @@ jmespath==1.1.0 markupsafe==3.0.3 # via werkzeug moto[dynamodb,s3]==5.2.2 - # via -r requirements-dev.in + # via -r compact-configuration/requirements-dev.in py-partiql-parser==0.6.3 # via moto pycparser==3.0 diff --git a/backend/social-work-app/lambdas/python/custom-resources/requirements-dev.txt b/backend/social-work-app/lambdas/python/custom-resources/requirements-dev.txt index bbb67ae60..e04c2fc19 100644 --- a/backend/social-work-app/lambdas/python/custom-resources/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/custom-resources/requirements-dev.txt @@ -30,7 +30,7 @@ jmespath==1.1.0 markupsafe==3.0.3 # via werkzeug moto[dynamodb,s3]==5.2.2 - # via -r requirements-dev.in + # via -r custom-resources/requirements-dev.in py-partiql-parser==0.6.3 # via moto pycparser==3.0 diff --git a/backend/social-work-app/lambdas/python/data-events/requirements-dev.txt b/backend/social-work-app/lambdas/python/data-events/requirements-dev.txt index c275182c2..b138d9834 100644 --- a/backend/social-work-app/lambdas/python/data-events/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/data-events/requirements-dev.txt @@ -30,7 +30,7 @@ jmespath==1.1.0 markupsafe==3.0.3 # via werkzeug moto[dynamodb,s3]==5.2.2 - # via -r requirements-dev.in + # via -r data-events/requirements-dev.in py-partiql-parser==0.6.3 # via moto pycparser==3.0 diff --git a/backend/social-work-app/lambdas/python/disaster-recovery/requirements-dev.txt b/backend/social-work-app/lambdas/python/disaster-recovery/requirements-dev.txt index 25725ada3..604ede9d6 100644 --- a/backend/social-work-app/lambdas/python/disaster-recovery/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/disaster-recovery/requirements-dev.txt @@ -30,7 +30,7 @@ jmespath==1.1.0 markupsafe==3.0.3 # via werkzeug moto[dynamodb,s3]==5.2.2 - # via -r requirements-dev.in + # via -r disaster-recovery/requirements-dev.in py-partiql-parser==0.6.3 # via moto pycparser==3.0 diff --git a/backend/social-work-app/lambdas/python/feature-flag/requirements-dev.txt b/backend/social-work-app/lambdas/python/feature-flag/requirements-dev.txt index 99023b751..a2f8f901b 100644 --- a/backend/social-work-app/lambdas/python/feature-flag/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/feature-flag/requirements-dev.txt @@ -17,7 +17,7 @@ cffi==2.0.0 # via cryptography charset-normalizer==3.4.3 # via requests -cryptography==46.0.7 +cryptography==49.0.0 # via moto docker==7.1.0 # via moto @@ -30,7 +30,7 @@ jmespath==1.0.1 markupsafe==3.0.3 # via werkzeug moto[dynamodb]==5.2.2 - # via -r requirements-dev.in + # via -r feature-flag/requirements-dev.in py-partiql-parser==0.6.3 # via moto pycparser==2.23 diff --git a/backend/social-work-app/lambdas/python/provider-data-v1/requirements-dev.txt b/backend/social-work-app/lambdas/python/provider-data-v1/requirements-dev.txt index 6e6b30f99..55020246e 100644 --- a/backend/social-work-app/lambdas/python/provider-data-v1/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/provider-data-v1/requirements-dev.txt @@ -22,7 +22,7 @@ cryptography==49.0.0 docker==7.1.0 # via moto faker==40.28.1 - # via -r requirements-dev.in + # via -r provider-data-v1/requirements-dev.in idna==3.18 # via requests jmespath==1.1.0 @@ -32,7 +32,7 @@ jmespath==1.1.0 markupsafe==3.0.3 # via werkzeug moto[dynamodb,s3]==5.2.2 - # via -r requirements-dev.in + # via -r provider-data-v1/requirements-dev.in py-partiql-parser==0.6.3 # via moto pycparser==3.0 diff --git a/backend/social-work-app/lambdas/python/search/requirements-dev.txt b/backend/social-work-app/lambdas/python/search/requirements-dev.txt index 20a1b5090..6c23e819c 100644 --- a/backend/social-work-app/lambdas/python/search/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/search/requirements-dev.txt @@ -30,7 +30,7 @@ jmespath==1.1.0 markupsafe==3.0.3 # via werkzeug moto[dynamodb]==5.2.2 - # via -r requirements-dev.in + # via -r search/requirements-dev.in py-partiql-parser==0.6.3 # via moto pycparser==3.0 diff --git a/backend/social-work-app/lambdas/python/staff-user-pre-token/requirements-dev.txt b/backend/social-work-app/lambdas/python/staff-user-pre-token/requirements-dev.txt index 5b3fc4d9a..ebcb098b1 100644 --- a/backend/social-work-app/lambdas/python/staff-user-pre-token/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/staff-user-pre-token/requirements-dev.txt @@ -30,7 +30,7 @@ jmespath==1.1.0 markupsafe==3.0.3 # via werkzeug moto[dynamodb,s3]==5.2.2 - # via -r requirements-dev.in + # via -r staff-user-pre-token/requirements-dev.in py-partiql-parser==0.6.3 # via moto pycparser==3.0 diff --git a/backend/social-work-app/lambdas/python/staff-users/requirements-dev.txt b/backend/social-work-app/lambdas/python/staff-users/requirements-dev.txt index 81829cb98..0b3e7a011 100644 --- a/backend/social-work-app/lambdas/python/staff-users/requirements-dev.txt +++ b/backend/social-work-app/lambdas/python/staff-users/requirements-dev.txt @@ -24,7 +24,7 @@ cryptography==49.0.0 docker==7.1.0 # via moto faker==40.28.1 - # via -r requirements-dev.in + # via -r staff-users/requirements-dev.in idna==3.18 # via requests jmespath==1.1.0 @@ -36,7 +36,7 @@ joserfc==1.7.1 markupsafe==3.0.3 # via werkzeug moto[cognitoidp,dynamodb,s3]==5.2.2 - # via -r requirements-dev.in + # via -r staff-users/requirements-dev.in py-partiql-parser==0.6.3 # via moto pycparser==3.0