Skip to content
Merged
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
212 changes: 114 additions & 98 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.40"
mypy-boto3-dynamodb = "^1.40.20"
freezegun = "^1.5.2"
moto = "^4"
coverage = "^7.10.6"
coverage = "^7.10.7"


[build-system]
Expand Down
453 changes: 234 additions & 219 deletions backend/poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ 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.40"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.40"}
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"
pyjwt = "~2.10.1"
cryptography = "~42.0.4"
cffi = "~1.17.1"
jsonpath-ng = "^1.6.0"
simplejson = "^3.19.2"
simplejson = "^3.20.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
218 changes: 117 additions & 101 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.40"
moto = "^5.1.13"

[build-system]
requires = ["poetry-core ~= 1.5.0"]
Expand Down
218 changes: 117 additions & 101 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.40"
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
240 changes: 120 additions & 120 deletions e2e/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "^1.40.28"
boto3 = "^1.40.40"
mypy-boto3-dynamodb = "^1.40.20"
simplejson = "^3.20.1"
simplejson = "^3.20.2"

[tool.poetry.group.dev.dependencies]
requests = "^2.32.5"
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.28"
boto3 = "~1.40.40"
pandas = "^2.3.2"
453 changes: 234 additions & 219 deletions filenameprocessor/poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 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.40"
boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.40.40" }
aws-lambda-typing = "~2.20.0"
moto = "^4"
requests = "~2.32.5"
Expand All @@ -20,12 +20,12 @@ pyjwt = "~2.10.1"
cryptography = "~42.0.4"
cffi = "~1.17.1"
jsonpath-ng = "^1.6.0"
simplejson = "^3.20.1"
simplejson = "^3.20.2"
structlog = "^24.1.0"
redis = "^5.1.1"
coverage = "^7.10.6"
coverage = "^7.10.7"
freezegun = "^1.5.5"
fakeredis = "^2.31.1"
fakeredis = "^2.31.3"

[build-system]
requires = ["poetry-core >= 1.5.0"]
Expand Down
Loading
Loading