Skip to content
Open
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.91
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.91
# via
# -r cognito-backup/requirements-dev.in
# -r requirements-dev.in
# moto
botocore==1.42.91
# 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,6 +1,6 @@
# Keep attrs on 25.x to match root requirements.txt (jsii/cattrs); avoids pip-sync conflicts.
moto[all]>=5.0.12, <6
boto3-stubs[full]
Faker>=40, <41
Faker>=40.15.0, <41
cryptography>=46, <47
attrs>=25, <26
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,12 +19,12 @@ aws-sam-translator==1.103.0
# moto
aws-xray-sdk==2.15.0
# via moto
boto3==1.42.89
boto3==1.42.91
# via
# aws-sam-translator
# moto
boto3-stubs[full]==1.42.91
# via -r common/requirements-dev.in
# via -r requirements-dev.in
boto3-stubs-full==1.42.91
# via boto3-stubs
botocore==1.42.91
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.15.0
# via -r common/requirements-dev.in
# 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.91, <2
cryptography>=46, <47
marshmallow>=4.3.0, <5.0.0
requests>=2.31.0, <3.0.0
14 changes: 7 additions & 7 deletions backend/compact-connect/lambdas/python/common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
# via -r requirements.in
boto3==1.42.91
# via -r requirements.in
botocore==1.42.91
# via
# boto3
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,7 +4,7 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/compact-configuration/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.91
# via moto
botocore==1.42.91
# via
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,7 +4,7 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/custom-resources/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.91
# via moto
botocore==1.42.91
# via
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,7 +4,7 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/data-events/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.91
# via moto
botocore==1.42.91
# via
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,7 +4,7 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/disaster-recovery/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.91
# via moto
botocore==1.42.91
# via
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,7 +4,7 @@
#
# 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.91
# via moto
botocore==1.42.92
# via
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.2, <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.2
# 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,7 +4,7 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/provider-data-v1/requirements-dev.in
#
boto3==1.42.89
boto3==1.42.91
# via moto
botocore==1.42.91
# via
Expand All @@ -22,7 +22,7 @@ cryptography==46.0.7
docker==7.1.0
# via moto
faker==40.15.0
# via -r provider-data-v1/requirements-dev.in
# 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 @@ -5,12 +5,12 @@ coverage
ruff
pip-tools
pip-audit
Faker>=40, <41
Faker>=40.15.0, <41

# Dependencies normally provided via the common lambda layer
argon2-cffi>=25.1.0, <26.0.0
aws-lambda-powertools>=3.5.0, <4
boto3>=1.34.33, <2
boto3>=1.42.91, <2
cryptography>=46, <47
marshmallow>=4.3.0, <5.0.0
requests>=2.31.0, <3.0.0
Expand Down
Loading
Loading