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
154 changes: 87 additions & 67 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.40"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.40"}
boto3 = "~1.40.41"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.41"}
aws-lambda-typing = "~2.20.0"
redis = "^4.6.0"
moto = "^5.1.13"
Expand Down
144 changes: 82 additions & 62 deletions batch_processor_filter/poetry.lock

Large diffs are not rendered by default.

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.40"
boto3 = "~1.40.41"
moto = "^5.1.13"

[build-system]
Expand Down
144 changes: 82 additions & 62 deletions delta_backend/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion delta_backend/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.40"
boto3 = "~1.40.41"
mypy-boto3-dynamodb = "^1.40.20"
moto = "~5.1.13"
python-stdnum = "^2.1"
Expand Down
154 changes: 87 additions & 67 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.40"
boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.40.40" }
boto3 = "~1.40.41"
boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.40.41" }
aws-lambda-typing = "~2.20.0"
moto = "^4"
requests = "~2.32.5"
Expand Down
144 changes: 82 additions & 62 deletions lambdas/ack_backend/poetry.lock

Large diffs are not rendered by default.

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.40"
boto3 = "~1.40.41"
mypy-boto3-dynamodb = "^1.40.20"
freezegun = "^1.5.2"
moto = "^4"
Expand Down
144 changes: 82 additions & 62 deletions lambdas/id_sync/poetry.lock

Large diffs are not rendered by default.

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.40"
boto3 = "~1.40.41"
mypy-boto3-dynamodb = "^1.40.20"
moto = "~5.1.13"
python-stdnum = "^2.1"
Expand Down
144 changes: 82 additions & 62 deletions lambdas/mns_subscription/poetry.lock

Large diffs are not rendered by default.

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.40"
boto3 = "~1.40.41"
pyjwt = "~2.10.1"
moto = "^5.1.13"
coverage = "^7.10.7"
Expand Down
144 changes: 82 additions & 62 deletions lambdas/redis_sync/poetry.lock

Large diffs are not rendered by default.

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.40"
boto3 = "~1.40.41"
mypy-boto3-dynamodb = "^1.40.20"
moto = "~5.1.13"
python-stdnum = "^2.1"
Expand Down
144 changes: 82 additions & 62 deletions lambdas/shared/poetry.lock

Large diffs are not rendered by default.

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

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "~1.40.40"
boto3 = "~1.40.41"
mypy-boto3-dynamodb = "^1.40.20"
moto = "~5.1.13"
python-stdnum = "^2.1"
Expand Down
144 changes: 82 additions & 62 deletions mesh_processor/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mesh_processor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "src"}]

[tool.poetry.dependencies]
python = "~3.11"
boto3 = "~1.40.40"
boto3 = "~1.40.41"
mypy-boto3-dynamodb = "^1.40.20"
moto = {extras = ["s3"], version = "^5.1.13"}
coverage = "^7.10.7"
Expand Down
1,402 changes: 1,257 additions & 145 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ pytest-nhsd-apim = "^2.0.2"
flake8 = "^3.7.9"
black = "^20.8b1"
pip-licenses = "^2.0.1"
jinja2 = "^3.1.3"
jinja2 = "^3.1.6"
pyyaml = "^5.2"
docopt = "^0.6.2"
jsonpath-rw = "^1.4.0"
semver = "^2.9.0"
gitpython = "^3.0.5"
gitpython = "^3.1.45"
pytest = "^6.1.2"
coverage = "^5.5"
aiohttp = "^3.7.3"
aiohttp = "^3.10.11"
pytest-asyncio = "^0.14.0"

[tool.poetry.scripts]
154 changes: 87 additions & 67 deletions recordprocessor/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions recordprocessor/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.40"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.40"}
boto3 = "~1.40.41"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.41"}
aws-lambda-typing = "~2.20.0"
moto = "^4"
simplejson = "^3.20.2"
Expand Down
Loading