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
228 changes: 108 additions & 120 deletions backend/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.54"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.54"}
aws-lambda-typing = "~2.20.0"
redis = "^4.6.0"
moto = "^5.1.14"
Expand All @@ -25,7 +25,7 @@ simplejson = "^3.20.2"
structlog = "^24.1.0"
python-stdnum = "^2.1"
freezegun = "^1.5.1"
coverage = "^7.10.7"
coverage = "^7.11.0"

[build-system]
requires = ["poetry-core ~= 1.5.0"]
Expand Down
218 changes: 103 additions & 115 deletions batch_processor_filter/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions batch_processor_filter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ packages = [{include = "src"}]

[tool.poetry.dependencies]
python = "~3.11"
coverage = "^7.10.7"
coverage = "^7.11.0"
aws-lambda-typing = "~2.20.0"
boto3 = "~1.40.45"
boto3 = "~1.40.54"
moto = "^5.1.14"

[build-system]
Expand Down
218 changes: 103 additions & 115 deletions delta_backend/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions delta_backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ packages = [

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "~1.40.45"
boto3 = "~1.40.54"
mypy-boto3-dynamodb = "^1.40.44"
moto = "~5.1.14"
python-stdnum = "^2.1"
coverage = "^7.10.7"
coverage = "^7.11.0"

[tool.poetry.group.dev.dependencies]
coverage = "^7.10.7"
coverage = "^7.11.0"

[build-system]
requires = ["poetry-core"]
Expand Down
18 changes: 9 additions & 9 deletions e2e/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 e2e/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "^1.40.45"
boto3 = "^1.40.54"
mypy-boto3-dynamodb = "^1.40.44"
simplejson = "^3.20.2"

Expand Down
18 changes: 9 additions & 9 deletions e2e_batch/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 e2e_batch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "~1.40.45"
boto3 = "~1.40.54"
pandas = "^2.3.3"
Loading