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,5 +1,5 @@
boto3>=1.26.0
boto3>=1.43.2
botocore>=1.29.0
aws-lambda-powertools>=2.0.0
pytest
moto[cognitoidp,s3]>=5, <6
moto[cognitoidp,s3]>=5.2.0, <6
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.43.2
# via
# -r cognito-backup/requirements-dev.in
# -r requirements-dev.in
# moto
botocore==1.42.90
botocore==1.43.6
# via
# -r cognito-backup/requirements-dev.in
# -r requirements-dev.in
# boto3
# moto
# s3transfer
Expand All @@ -30,8 +30,6 @@ idna==3.11
# via requests
iniconfig==2.3.0
# via pytest
jinja2==3.1.6
# via moto
jmespath==1.1.0
# via
# aws-lambda-powertools
Expand All @@ -40,11 +38,9 @@ jmespath==1.1.0
joserfc==1.6.4
# via moto
markupsafe==3.0.3
# via
# jinja2
# werkzeug
moto[cognitoidp,s3]==5.1.22
# via -r cognito-backup/requirements-dev.in
# via werkzeug
moto[cognitoidp,s3]==5.2.0
# via -r requirements-dev.in
packaging==26.1
# via pytest
pluggy==1.6.0
Expand All @@ -56,11 +52,9 @@ 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
# moto
# via botocore
pyyaml==6.0.3
# via
# moto
Expand All @@ -71,7 +65,7 @@ requests==2.33.1
# responses
responses==0.26.0
# via moto
s3transfer==0.16.0
s3transfer==0.17.0
# via boto3
six==1.17.0
# via python-dateutil
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3>=1.26.0
boto3>=1.43.2
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.43.2
# via -r requirements.in
botocore==1.43.6
# via
# -r cognito-backup/requirements.in
# -r requirements.in
# boto3
# s3transfer
jmespath==1.1.0
Expand All @@ -20,7 +20,7 @@ jmespath==1.1.0
# botocore
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.16.0
s3transfer==0.17.0
# via boto3
six==1.17.0
# via python-dateutil
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keep attrs on 25.x to match root requirements.txt (jsii/cattrs); avoids pip-sync conflicts.
attrs>=25.4,<26
moto[all]>=5.0.12, <6
moto[all]>=5.2.0, <6
boto3-stubs[full]
Faker>=40, <41
Faker>=40.15.0, <41
cryptography>=46, <47
39 changes: 15 additions & 24 deletions backend/cosmetology-app/lambdas/python/common/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,22 @@ 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
# via
# cfn-lint
# moto
# via cfn-lint
aws-xray-sdk==2.15.0
# via moto
boto3==1.42.89
boto3==1.43.2
# via
# aws-sam-translator
# moto
boto3-stubs[full]==1.42.90
# via -r common/requirements-dev.in
boto3-stubs-full==1.42.90
boto3-stubs[full]==1.43.2
# via -r requirements-dev.in
boto3-stubs-full==1.43.6
# via boto3-stubs
botocore==1.42.90
botocore==1.43.6
# via
# aws-xray-sdk
# boto3
Expand All @@ -45,19 +43,17 @@ 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
# via requests
jinja2==3.1.6
# via moto
jmespath==1.1.0
# via
# boto3
Expand Down Expand Up @@ -85,11 +81,9 @@ jsonschema-specifications==2025.9.1
lazy-object-proxy==1.12.0
# via openapi-spec-validator
markupsafe==3.0.3
# via
# jinja2
# werkzeug
moto[all]==5.1.22
# via -r common/requirements-dev.in
# via werkzeug
moto[all]==5.2.0
# via -r requirements-dev.in
mpmath==1.3.0
# via sympy
multipart==1.3.1
Expand All @@ -109,7 +103,6 @@ pycparser==3.0
pydantic==2.12.4
# via
# aws-sam-translator
# moto
# openapi-schema-validator
# openapi-spec-validator
# pydantic-settings
Expand All @@ -122,9 +115,7 @@ pydantic-settings==2.13.1
pyparsing==3.3.2
# via moto
python-dateutil==2.9.0.post0
# via
# botocore
# moto
# via botocore
python-dotenv==1.2.2
# via pydantic-settings
pyyaml==6.0.3
Expand Down Expand Up @@ -154,7 +145,7 @@ rpds-py==0.30.0
# via
# jsonschema
# referencing
s3transfer==0.16.0
s3transfer==0.17.0
# via boto3
six==1.17.0
# via
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.43.2, <2
cryptography>=46, <47
marshmallow>=4.3.0, <5.0.0
requests>=2.31.0, <3.0.0
18 changes: 9 additions & 9 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.43.2
# via -r requirements.in
botocore==1.43.6
# 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,14 +34,14 @@ 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
s3transfer==0.16.0
# via -r requirements.in
s3transfer==0.17.0
# via boto3
six==1.17.0
# via python-dateutil
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
moto[dynamodb, s3]>=5.0.12, <6
moto[dynamodb, s3]>=5.2.0, <6
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.43.2
# via moto
botocore==1.42.90
botocore==1.43.6
# via
# boto3
# moto
Expand All @@ -23,26 +23,20 @@ docker==7.1.0
# via moto
idna==3.11
# via requests
jinja2==3.1.6
# via moto
jmespath==1.1.0
# via
# boto3
# botocore
markupsafe==3.0.3
# via
# jinja2
# werkzeug
moto[dynamodb,s3]==5.1.22
# via -r compact-configuration/requirements-dev.in
# via werkzeug
moto[dynamodb,s3]==5.2.0
# via -r requirements-dev.in
py-partiql-parser==0.6.3
# via moto
pycparser==3.0
# via cffi
python-dateutil==2.9.0.post0
# via
# botocore
# moto
# via botocore
pyyaml==6.0.3
# via
# moto
Expand All @@ -54,7 +48,7 @@ requests==2.33.1
# responses
responses==0.26.0
# via moto
s3transfer==0.16.0
s3transfer==0.17.0
# via boto3
six==1.17.0
# via python-dateutil
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
moto[dynamodb, s3]>=5.0.12, <6
moto[dynamodb, s3]>=5.2.0, <6
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.43.2
# via moto
botocore==1.42.90
botocore==1.43.6
# via
# boto3
# moto
Expand All @@ -23,26 +23,20 @@ docker==7.1.0
# via moto
idna==3.11
# via requests
jinja2==3.1.6
# via moto
jmespath==1.1.0
# via
# boto3
# botocore
markupsafe==3.0.3
# via
# jinja2
# werkzeug
moto[dynamodb,s3]==5.1.22
# via -r custom-resources/requirements-dev.in
# via werkzeug
moto[dynamodb,s3]==5.2.0
# via -r requirements-dev.in
py-partiql-parser==0.6.3
# via moto
pycparser==3.0
# via cffi
python-dateutil==2.9.0.post0
# via
# botocore
# moto
# via botocore
pyyaml==6.0.3
# via
# moto
Expand All @@ -54,7 +48,7 @@ requests==2.33.1
# responses
responses==0.26.0
# via moto
s3transfer==0.16.0
s3transfer==0.17.0
# via boto3
six==1.17.0
# via python-dateutil
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
moto[dynamodb, s3]>=5.0.12, <6
moto[dynamodb, s3]>=5.2.0, <6
Loading
Loading