Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3>=1.26.0
boto3>=1.42.96
botocore>=1.29.0
aws-lambda-powertools>=2.0.0
pytest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/cognito-backup/requirements-dev.in
#
aws-lambda-powertools==3.28.0
# via -r cognito-backup/requirements-dev.in
boto3==1.42.89
# via -r requirements-dev.in
boto3==1.42.96
# via
# -r cognito-backup/requirements-dev.in
# -r requirements-dev.in
# moto
botocore==1.42.90
botocore==1.42.97
# via
# -r cognito-backup/requirements-dev.in
# -r requirements-dev.in
# boto3
# moto
# s3transfer
Expand Down Expand Up @@ -44,7 +44,7 @@ markupsafe==3.0.3
# jinja2
# werkzeug
moto[cognitoidp,s3]==5.1.22
# via -r cognito-backup/requirements-dev.in
# via -r requirements-dev.in
packaging==26.1
# via pytest
pluggy==1.6.0
Expand All @@ -56,7 +56,7 @@ pycparser==3.0
pygments==2.20.0
# via pytest
pytest==9.0.3
# via -r cognito-backup/requirements-dev.in
# via -r requirements-dev.in
python-dateutil==2.9.0.post0
# via
# botocore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3>=1.26.0
boto3>=1.42.96
botocore>=1.29.0
aws-lambda-powertools>=2.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/cognito-backup/requirements.in
#
aws-lambda-powertools==3.28.0
# via -r cognito-backup/requirements.in
boto3==1.42.89
# via -r cognito-backup/requirements.in
botocore==1.42.90
# via -r requirements.in
boto3==1.42.96
# via -r requirements.in
botocore==1.42.97
# via
# -r cognito-backup/requirements.in
# -r requirements.in
# boto3
# s3transfer
jmespath==1.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
attrs>=25.4,<26
moto[all]>=5.0.12, <6
boto3-stubs[full]
Faker>=40, <41
Faker>=40.15.0, <41
cryptography>=46, <47
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ antlr4-python3-runtime==4.13.2
# via moto
attrs==25.4.0
# via
# -r common/requirements-dev.in
# -r requirements-dev.in
# jsonschema
# referencing
aws-sam-translator==1.103.0
Expand All @@ -19,15 +19,15 @@ aws-sam-translator==1.103.0
# moto
aws-xray-sdk==2.15.0
# via moto
boto3==1.42.89
boto3==1.42.96
# via
# aws-sam-translator
# moto
boto3-stubs[full]==1.42.90
# via -r common/requirements-dev.in
boto3-stubs[full]==1.42.96
# via -r requirements-dev.in
boto3-stubs-full==1.42.90
# via boto3-stubs
botocore==1.42.90
botocore==1.42.97
# via
# aws-xray-sdk
# boto3
Expand All @@ -45,13 +45,13 @@ charset-normalizer==3.4.7
# via requests
cryptography==46.0.7
# via
# -r common/requirements-dev.in
# -r requirements-dev.in
# joserfc
# moto
docker==7.1.0
# via moto
faker==40.13.0
# via -r common/requirements-dev.in
faker==40.15.0
# via -r requirements-dev.in
graphql-core==3.2.8
# via moto
idna==3.11
Expand Down Expand Up @@ -89,7 +89,7 @@ markupsafe==3.0.3
# jinja2
# werkzeug
moto[all]==5.1.22
# via -r common/requirements-dev.in
# via -r requirements-dev.in
mpmath==1.3.0
# via sympy
multipart==1.3.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
argon2-cffi>=25.1.0, <26.0.0
aws-lambda-powertools>=3.5.0, <4
boto3>=1.34.33, <2
boto3>=1.42.96, <2
cryptography>=46, <47
marshmallow>=4.3.0, <5.0.0
requests>=2.31.0, <3.0.0
16 changes: 8 additions & 8 deletions backend/cosmetology-app/lambdas/python/common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/common/requirements.in
#
argon2-cffi==25.1.0
# via -r common/requirements.in
# via -r requirements.in
argon2-cffi-bindings==25.1.0
# via argon2-cffi
aws-lambda-powertools==3.28.0
# via -r common/requirements.in
boto3==1.42.89
# via -r common/requirements.in
botocore==1.42.90
# via -r requirements.in
boto3==1.42.96
# via -r requirements.in
botocore==1.42.97
# via
# boto3
# s3transfer
Expand All @@ -25,7 +25,7 @@ cffi==2.0.0
charset-normalizer==3.4.7
# via requests
cryptography==46.0.7
# via -r common/requirements.in
# via -r requirements.in
idna==3.11
# via requests
jmespath==1.1.0
Expand All @@ -34,13 +34,13 @@ jmespath==1.1.0
# boto3
# botocore
marshmallow==4.3.0
# via -r common/requirements.in
# via -r requirements.in
pycparser==3.0
# via cffi
python-dateutil==2.9.0.post0
# via botocore
requests==2.33.1
# via -r common/requirements.in
# via -r requirements.in
s3transfer==0.16.0
# via boto3
six==1.17.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/compact-configuration/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.96
# via moto
botocore==1.42.90
botocore==1.42.97
# via
# boto3
# moto
Expand Down Expand Up @@ -34,7 +34,7 @@ markupsafe==3.0.3
# jinja2
# werkzeug
moto[dynamodb,s3]==5.1.22
# via -r compact-configuration/requirements-dev.in
# via -r requirements-dev.in
py-partiql-parser==0.6.3
# via moto
pycparser==3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/custom-resources/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.96
# via moto
botocore==1.42.90
botocore==1.42.97
# via
# boto3
# moto
Expand Down Expand Up @@ -34,7 +34,7 @@ markupsafe==3.0.3
# jinja2
# werkzeug
moto[dynamodb,s3]==5.1.22
# via -r custom-resources/requirements-dev.in
# via -r requirements-dev.in
py-partiql-parser==0.6.3
# via moto
pycparser==3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/data-events/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.96
# via moto
botocore==1.42.90
botocore==1.42.97
# via
# boto3
# moto
Expand Down Expand Up @@ -34,7 +34,7 @@ markupsafe==3.0.3
# jinja2
# werkzeug
moto[dynamodb,s3]==5.1.22
# via -r data-events/requirements-dev.in
# via -r requirements-dev.in
py-partiql-parser==0.6.3
# via moto
pycparser==3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/disaster-recovery/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.96
# via moto
botocore==1.42.90
botocore==1.42.97
# via
# boto3
# moto
Expand Down Expand Up @@ -34,7 +34,7 @@ markupsafe==3.0.3
# jinja2
# werkzeug
moto[dynamodb,s3]==5.1.22
# via -r disaster-recovery/requirements-dev.in
# via -r requirements-dev.in
py-partiql-parser==0.6.3
# via moto
pycparser==3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --cert=None --client-cert=None --index-url=None --no-emit-index-url --pip-args=None compact-connect/lambdas/python/feature-flag/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.96
# via moto
botocore==1.42.92
botocore==1.42.97
# via
# boto3
# moto
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# common requirements are managed in the common requirements.in file
statsig-python-core>=0.9.3, <1.0.0
statsig-python-core>=0.19.3, <1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ idna==3.10
# via requests
requests==2.33.1
# via statsig-python-core
statsig-python-core==0.19.1
statsig-python-core==0.19.3
# via -r requirements.in
typing-extensions==4.15.0
# via statsig-python-core
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
moto[dynamodb, s3]>=5.0.12, <6
Faker>=40, <41
Faker>=40.15.0, <41
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/provider-data-v1/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.96
# via moto
botocore==1.42.90
botocore==1.42.97
# via
# boto3
# moto
Expand All @@ -21,8 +21,8 @@ cryptography==46.0.7
# via moto
docker==7.1.0
# via moto
faker==40.13.0
# via -r provider-data-v1/requirements-dev.in
faker==40.15.0
# via -r requirements-dev.in
idna==3.11
# via requests
jinja2==3.1.6
Expand All @@ -36,7 +36,7 @@ markupsafe==3.0.3
# jinja2
# werkzeug
moto[dynamodb,s3]==5.1.22
# via -r provider-data-v1/requirements-dev.in
# via -r requirements-dev.in
py-partiql-parser==0.6.3
# via moto
pycparser==3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/search/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.96
# via moto
botocore==1.42.90
botocore==1.42.97
# via
# boto3
# moto
Expand Down Expand Up @@ -34,7 +34,7 @@ markupsafe==3.0.3
# jinja2
# werkzeug
moto[dynamodb]==5.1.22
# via -r search/requirements-dev.in
# via -r requirements-dev.in
py-partiql-parser==0.6.3
# via moto
pycparser==3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# common requirements are managed in the common requirements.in file
opensearch-py>=3.1.0, <4.0.0
opensearch-py>=3.2.0, <4.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ grpcio==1.80.0
# via opensearch-protobufs
idna==3.11
# via requests
opensearch-protobufs==0.19.0
opensearch-protobufs==1.2.0
# via opensearch-py
opensearch-py==3.1.0
# via -r search/requirements.in
opensearch-py==3.2.0
# via -r requirements.in
protobuf==7.34.1
# via opensearch-protobufs
python-dateutil==2.9.0.post0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/staff-user-pre-token/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.96
# via moto
botocore==1.42.90
botocore==1.42.97
# via
# boto3
# moto
Expand Down Expand Up @@ -34,7 +34,7 @@ markupsafe==3.0.3
# jinja2
# werkzeug
moto[dynamodb,s3]==5.1.22
# via -r staff-user-pre-token/requirements-dev.in
# via -r requirements-dev.in
py-partiql-parser==0.6.3
# via moto
pycparser==3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
moto[dynamodb, s3, cognitoidp]>=5.0.15, <6
Faker>=40, <41
Faker>=40.15.0, <41
Loading
Loading