Skip to content

Commit 76f6155

Browse files
authored
Merge branch 'master' into dependabot/terraform/infrastructure/account/terraform-minor-patch-81fe8b2309
2 parents 69c549b + e621307 commit 76f6155

File tree

18 files changed

+189
-195
lines changed

18 files changed

+189
-195
lines changed

backend/poetry.lock

Lines changed: 28 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ packages = [{include = "src"}]
99
[tool.poetry.dependencies]
1010
python = "~3.11"
1111
"fhir.resources" = "~7.0.2"
12-
boto3 = "~1.40.45"
13-
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.45"}
12+
boto3 = "~1.40.64"
13+
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.64"}
1414
aws-lambda-typing = "~2.20.0"
1515
redis = "^4.6.0"
16-
moto = "^5.1.14"
16+
moto = "^5.1.16"
1717
requests = "~2.32.5"
1818
responses = "~0.25.7"
1919
pydantic = "~1.10.13"

lambdas/ack_backend/poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambdas/ack_backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ packages = [
1111

1212
[tool.poetry.dependencies]
1313
python = "~3.11"
14-
boto3 = "~1.40.45"
14+
boto3 = "~1.40.64"
1515
mypy-boto3-dynamodb = "^1.40.44"
1616
freezegun = "^1.5.2"
17-
moto = "^5.1.14"
17+
moto = "^5.1.16"
1818
coverage = "^7.10.7"
1919

2020

lambdas/delta_backend/poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambdas/delta_backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ packages = [
1111

1212
[tool.poetry.dependencies]
1313
python = "~3.11"
14-
boto3 = "~1.40.45"
14+
boto3 = "~1.40.64"
1515
mypy-boto3-dynamodb = "^1.40.44"
16-
moto = "~5.1.14"
16+
moto = "~5.1.16"
1717
python-stdnum = "^2.1"
1818
coverage = "^7.10.7"
1919

0 commit comments

Comments
 (0)