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
210 changes: 113 additions & 97 deletions ack_backend/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ack_backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ packages = [

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "~1.40.28"
boto3 = "~1.40.35"
mypy-boto3-dynamodb = "^1.40.20"
freezegun = "^1.5.2"
moto = "^4"
coverage = "^7.10.6"
coverage = "^7.10.7"


[build-system]
Expand Down
229 changes: 122 additions & 107 deletions backend/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ packages = [{include = "src"}]
[tool.poetry.dependencies]
python = "~3.11"
"fhir.resources" = "~7.0.2"
boto3 = "~1.40.28"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.28"}
boto3 = "~1.40.35"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.35"}
aws-lambda-typing = "~2.20.0"
redis = "^4.6.0"
moto = "^5.1.12"
moto = "^5.1.13"
requests = "~2.32.5"
responses = "~0.25.7"
pydantic = "~1.10.13"
Expand All @@ -25,7 +25,7 @@ simplejson = "^3.19.2"
structlog = "^24.1.0"
python-stdnum = "^2.1"
freezegun = "^1.5.1"
coverage = "^7.10.6"
coverage = "^7.10.7"

[build-system]
requires = ["poetry-core ~= 1.5.0"]
Expand Down
216 changes: 116 additions & 100 deletions batch_processor_filter/poetry.lock

Large diffs are not rendered by default.

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

[tool.poetry.dependencies]
python = "~3.11"
coverage = "^7.10.6"
coverage = "^7.10.7"
aws-lambda-typing = "~2.20.0"
boto3 = "~1.40.28"
moto = "^5.1.12"
boto3 = "~1.40.35"
moto = "^5.1.13"

[build-system]
requires = ["poetry-core ~= 1.5.0"]
Expand Down
216 changes: 116 additions & 100 deletions delta_backend/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.28"
boto3 = "~1.40.35"
mypy-boto3-dynamodb = "^1.40.20"
moto = "~5.1.12"
moto = "~5.1.13"
python-stdnum = "^2.1"
coverage = "^7.10.6"
coverage = "^7.10.7"

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

[build-system]
requires = ["poetry-core"]
Expand Down
16 changes: 8 additions & 8 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.28"
boto3 = "^1.40.35"
mypy-boto3-dynamodb = "^1.40.20"
simplejson = "^3.20.1"

Expand Down
16 changes: 8 additions & 8 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.28"
boto3 = "~1.40.35"
pandas = "^2.3.2"
223 changes: 119 additions & 104 deletions filenameprocessor/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.28"
boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.40.28" }
boto3 = "~1.40.35"
boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.40.35" }
aws-lambda-typing = "~2.20.0"
moto = "^4"
requests = "~2.32.5"
Expand All @@ -23,7 +23,7 @@ jsonpath-ng = "^1.6.0"
simplejson = "^3.20.1"
structlog = "^24.1.0"
redis = "^5.1.1"
coverage = "^7.10.6"
coverage = "^7.10.7"
freezegun = "^1.5.5"
fakeredis = "^2.31.1"

Expand Down
Loading
Loading