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
160 changes: 80 additions & 80 deletions ack_backend/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ack_backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "~3.10"
boto3 = "~1.38.42"
mypy-boto3-dynamodb = "^1.38.4"
boto3 = "~1.39.4"
mypy-boto3-dynamodb = "^1.39.0"
freezegun = "^1.5.2"
moto = "^4"
coverage = "^7.9.1"
coverage = "^7.9.2"


[build-system]
Expand Down
1,057 changes: 551 additions & 506 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.38.42"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.38.42"}
boto3 = "~1.39.4"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.39.4"}
aws-lambda-typing = "~2.20.0"
redis = "^4.6.0"
moto = "^5.1.6"
moto = "^5.1.8"
requests = "~2.32.4"
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.9.1"
coverage = "^7.9.2"

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

Large diffs are not rendered by default.

10 changes: 5 additions & 5 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.38.42"
mypy-boto3-dynamodb = "^1.26.164"
moto = "~5.1.6"
boto3 = "~1.39.4"
mypy-boto3-dynamodb = "^1.39.0"
moto = "~5.1.8"
python-stdnum = "^2.1"
coverage = "^7.9.1"
coverage = "^7.9.2"

[tool.poetry.group.dev.dependencies]
coverage = "^7.9.1"
coverage = "^7.9.2"

[build-system]
requires = ["poetry-core"]
Expand Down
24 changes: 12 additions & 12 deletions e2e/poetry.lock

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

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

[tool.poetry.dependencies]
python = "~3.10"
boto3 = "^1.38.42"
mypy-boto3-dynamodb = "^1.38.4"
boto3 = "^1.39.4"
mypy-boto3-dynamodb = "^1.39.0"
simplejson = "^3.20.1"

[tool.poetry.group.dev.dependencies]
Expand Down
102 changes: 51 additions & 51 deletions e2e_batch/poetry.lock

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

4 changes: 2 additions & 2 deletions 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.38.42"
pandas = "^2.3.0"
boto3 = "~1.39.4"
pandas = "^2.3.1"
Loading
Loading