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.43.46
boto3>=1.43.67
botocore>=1.29.0
aws-lambda-powertools>=3.31.0
aws-lambda-powertools>=3.31.1
pytest
moto[cognitoidp,s3]>=5, <6
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile --no-emit-index-url --no-strip-extras lambdas/python/cognito-backup/requirements-dev.in
#
aws-lambda-powertools==3.31.0
aws-lambda-powertools==3.31.1
# via -r requirements-dev.in
boto3==1.43.46
boto3==1.43.67
# via
# -r requirements-dev.in
# moto
botocore==1.43.46
botocore==1.43.72
# via
# -r requirements-dev.in
# boto3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
moto[all]>=5.2.2, <6
boto3-stubs[full]
Faker>=40.28.1, <41
Faker>=40.36.0, <41
cryptography>=49, <50
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ aws-sam-translator==1.110.0
# via cfn-lint
aws-xray-sdk==2.15.0
# via moto
boto3==1.43.46
boto3==1.43.67
# via
# aws-sam-translator
# moto
boto3-stubs[full]==1.43.46
boto3-stubs[full]==1.43.67
# via -r requirements-dev.in
boto3-stubs-full==1.43.36
# via boto3-stubs
botocore==1.43.46
botocore==1.43.72
# via
# aws-xray-sdk
# boto3
Expand All @@ -48,7 +48,7 @@ cryptography==49.0.0
# moto
docker==7.1.0
# via moto
faker==40.28.1
faker==40.36.0
# via -r requirements-dev.in
graphql-core==3.2.11
# via moto
Expand Down
6 changes: 3 additions & 3 deletions backend/compact-connect/lambdas/python/common/requirements.in
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.31.0, <4
boto3>=1.43.46, <2
aws-lambda-powertools>=3.31.1, <4
boto3>=1.43.67, <2
cryptography>=49, <50
marshmallow>=4.3.0, <5.0.0
marshmallow>=4.3.1, <5.0.0
requests>=2.31.0, <3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ argon2-cffi==25.1.0
# via -r requirements.in
argon2-cffi-bindings==25.1.0
# via argon2-cffi
aws-lambda-powertools==3.31.0
aws-lambda-powertools==3.31.1
# via -r requirements.in
boto3==1.43.46
boto3==1.43.67
# via -r requirements.in
botocore==1.43.46
botocore==1.43.72
# via
# boto3
# s3transfer
Expand All @@ -33,7 +33,7 @@ jmespath==1.1.0
# aws-lambda-powertools
# boto3
# botocore
marshmallow==4.3.0
marshmallow==4.3.1
# via -r requirements.in
pycparser==3.0
# via cffi
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.43.46
boto3==1.43.67
# via moto
botocore==1.43.46
botocore==1.43.72
# via
# boto3
# moto
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.43.46
boto3==1.43.67
# via moto
botocore==1.43.46
botocore==1.43.72
# via
# boto3
# moto
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.43.46
boto3==1.43.67
# via moto
botocore==1.43.46
botocore==1.43.72
# via
# boto3
# moto
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.43.46
boto3==1.43.67
# via moto
botocore==1.43.46
botocore==1.43.72
# via
# boto3
# moto
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.43.46
boto3==1.43.67
# via moto
botocore==1.43.51
botocore==1.43.72
# 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.19.8, <1.0.0
statsig-python-core>=0.20.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.34.2
# via statsig-python-core
statsig-python-core==0.19.8
statsig-python-core==0.20.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.2.2, <6
Faker>=40.28.1, <41
Faker>=40.36.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.43.46
boto3==1.43.67
# via moto
botocore==1.43.46
botocore==1.43.72
# via
# boto3
# moto
Expand All @@ -21,7 +21,7 @@ cryptography==49.0.0
# via moto
docker==7.1.0
# via moto
faker==40.28.1
faker==40.36.0
# via -r requirements-dev.in
idna==3.18
# via requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ coverage
ruff
pip-tools
pip-audit
Faker>=40.28.1, <41
Faker>=40.36.0, <41

# Dependencies normally provided via the common lambda layer
argon2-cffi>=25.1.0, <26.0.0
aws-lambda-powertools>=3.31.0, <4
boto3>=1.43.46, <2
aws-lambda-powertools>=3.31.1, <4
boto3>=1.43.67, <2
cryptography>=50.0.0, <51
marshmallow>=4.3.0, <5.0.0
marshmallow>=4.3.1, <5.0.0
requests>=2.31.0, <3.0.0
urllib3>=2.7.0, <3
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
# pip-compile --no-emit-index-url --no-strip-extras requirements-dev.in
#
argon2-cffi==25.1.0
# via -r requirements-dev.in
# via -r purchases/requirements-dev.in
argon2-cffi-bindings==25.1.0
# via argon2-cffi
aws-lambda-powertools==3.31.1
# via -r requirements-dev.in
# via -r purchases/requirements-dev.in
boolean-py==5.0
# via license-expression
boto3==1.43.63
boto3==1.43.67
# via
# -r requirements-dev.in
# -r purchases/requirements-dev.in
# moto
botocore==1.43.63
botocore==1.43.72
# via
# boto3
# moto
Expand All @@ -37,13 +37,13 @@ charset-normalizer==3.4.9
# via requests
click==8.4.2
# via pip-tools
coverage[toml]==7.15.3
coverage[toml]==7.15.4
# via
# -r requirements-dev.in
# -r purchases/requirements-dev.in
# pytest-cov
cryptography==50.0.0
# via
# -r requirements-dev.in
# -r purchases/requirements-dev.in
# moto
cyclonedx-python-lib==11.11.0
# via pip-audit
Expand All @@ -52,7 +52,7 @@ defusedxml==0.7.1
docker==7.2.0
# via moto
faker==40.36.0
# via -r requirements-dev.in
# via -r purchases/requirements-dev.in
filelock==3.32.2
# via cachecontrol
idna==3.18
Expand All @@ -70,12 +70,12 @@ markdown-it-py==4.2.0
# via rich
markupsafe==3.0.3
# via werkzeug
marshmallow==4.3.0
# via -r requirements-dev.in
marshmallow==4.3.1
# via -r purchases/requirements-dev.in
mdurl==0.1.2
# via markdown-it-py
moto[dynamodb,s3]==5.2.2
# via -r requirements-dev.in
# via -r purchases/requirements-dev.in
msgpack==1.2.1
# via cachecontrol
packageurl-python==0.17.6
Expand All @@ -90,11 +90,11 @@ packaging==26.3
pip-api==0.0.34
# via pip-audit
pip-audit==2.10.1
# via -r requirements-dev.in
# via -r purchases/requirements-dev.in
pip-requirements-parser==32.0.1
# via pip-audit
pip-tools==7.6.0
# via -r requirements-dev.in
# via -r purchases/requirements-dev.in
platformdirs==4.11.0
# via pip-audit
pluggy==1.6.0
Expand All @@ -119,10 +119,10 @@ pyproject-hooks==1.2.0
# pip-tools
pytest==9.1.1
# via
# -r requirements-dev.in
# -r purchases/requirements-dev.in
# pytest-cov
pytest-cov==7.1.0
# via -r requirements-dev.in
# via -r purchases/requirements-dev.in
python-dateutil==2.9.0.post0
# via botocore
pyyaml==6.0.3
Expand All @@ -131,7 +131,7 @@ pyyaml==6.0.3
# responses
requests==2.34.2
# via
# -r requirements-dev.in
# -r purchases/requirements-dev.in
# cachecontrol
# docker
# moto
Expand All @@ -141,8 +141,8 @@ responses==0.26.2
# via moto
rich==15.0.0
# via pip-audit
ruff==0.16.1
# via -r requirements-dev.in
ruff==0.16.2
# via -r purchases/requirements-dev.in
s3transfer==0.19.2
# via boto3
six==1.17.0
Expand All @@ -157,7 +157,7 @@ typing-extensions==4.16.0
# via aws-lambda-powertools
urllib3==2.7.0
# via
# -r requirements-dev.in
# -r purchases/requirements-dev.in
# botocore
# docker
# requests
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.43.46
boto3==1.43.67
# via moto
botocore==1.43.46
botocore==1.43.72
# via
# boto3
# moto
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.43.46
boto3==1.43.67
# via moto
botocore==1.43.46
botocore==1.43.72
# via
# boto3
# moto
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
moto[dynamodb, s3, cognitoidp]>=5.2.2, <6
Faker>=40.28.1, <41
Faker>=40.36.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/staff-users/requirements-dev.in
#
boto3==1.43.46
boto3==1.43.67
# via moto
botocore==1.43.46
botocore==1.43.72
# via
# boto3
# moto
Expand All @@ -23,7 +23,7 @@ cryptography==49.0.0
# moto
docker==7.1.0
# via moto
faker==40.28.1
faker==40.36.0
# via -r requirements-dev.in
idna==3.18
# via requests
Expand Down
2 changes: 1 addition & 1 deletion backend/compact-connect/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ coverage
ruff
pip-tools
pip-audit
Faker>=40.28.1, <41
Faker>=40.36.0, <41
Loading
Loading