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
31 changes: 16 additions & 15 deletions backend/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packages = [{include = "src"}]
[tool.poetry.dependencies]
python = "~3.11"
"fhir.resources" = "~7.0.2"
boto3 = "~1.40.45"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.45"}
boto3 = "~1.40.57"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.57"}
aws-lambda-typing = "~2.20.0"
redis = "^4.6.0"
moto = "^5.1.14"
Expand Down
18 changes: 9 additions & 9 deletions batch_processor_filter/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion batch_processor_filter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "src"}]
python = "~3.11"
coverage = "^7.10.7"
aws-lambda-typing = "~2.20.0"
boto3 = "~1.40.45"
boto3 = "~1.40.57"
moto = "^5.1.14"

[build-system]
Expand Down
31 changes: 16 additions & 15 deletions filenameprocessor/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions filenameprocessor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packages = [{ include = "src" }]
[tool.poetry.dependencies]
python = "~3.11"
"fhir.resources" = "~7.0.2"
boto3 = "~1.40.45"
boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.40.45" }
boto3 = "~1.40.57"
boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.40.57" }
aws-lambda-typing = "~2.20.0"
moto = "^4"
requests = "~2.32.5"
Expand Down
18 changes: 9 additions & 9 deletions lambdas/ack_backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lambdas/ack_backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "~1.40.45"
boto3 = "~1.40.57"
mypy-boto3-dynamodb = "^1.40.44"
freezegun = "^1.5.2"
moto = "^5.1.14"
Expand Down
18 changes: 9 additions & 9 deletions lambdas/delta_backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lambdas/delta_backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "~1.40.45"
boto3 = "~1.40.57"
mypy-boto3-dynamodb = "^1.40.44"
moto = "~5.1.14"
python-stdnum = "^2.1"
Expand Down
18 changes: 9 additions & 9 deletions lambdas/id_sync/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lambdas/id_sync/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "~1.40.45"
boto3 = "~1.40.57"
mypy-boto3-dynamodb = "^1.40.44"
moto = "~5.1.14"
python-stdnum = "^2.1"
Expand Down
18 changes: 9 additions & 9 deletions lambdas/mns_subscription/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lambdas/mns_subscription/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "~1.40.45"
boto3 = "~1.40.57"
pyjwt = "~2.10.1"
moto = "^5.1.14"
coverage = "^7.10.7"
Expand Down
18 changes: 9 additions & 9 deletions lambdas/redis_sync/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lambdas/redis_sync/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "~1.40.45"
boto3 = "~1.40.57"
mypy-boto3-dynamodb = "^1.40.44"
moto = "~5.1.14"
python-stdnum = "^2.1"
Expand Down
Loading
Loading