Skip to content

Commit d81473c

Browse files
authored
Merge branch 'master' into VED-26-permissions-api
2 parents f0f9e77 + dca9117 commit d81473c

35 files changed

+764
-636
lines changed

ack_backend/poetry.lock

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

ack_backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "~3.10"
10-
boto3 = "~1.38.35"
10+
boto3 = "~1.38.42"
1111
mypy-boto3-dynamodb = "^1.38.4"
1212
freezegun = "^1.5.2"
1313
moto = "^4"
14-
coverage = "^7.9.0"
14+
coverage = "^7.9.1"
1515

1616

1717
[build-system]

backend/poetry.lock

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

backend/pyproject.toml

Lines changed: 4 additions & 4 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.38.35"
13-
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.38.35"}
12+
boto3 = "~1.38.42"
13+
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.38.42"}
1414
aws-lambda-typing = "~2.20.0"
15-
moto = "^5.1.4"
1615
redis = "^4.6.0"
16+
moto = "^5.1.6"
1717
requests = "~2.32.4"
1818
responses = "~0.25.7"
1919
pydantic = "~1.10.13"
@@ -25,7 +25,7 @@ simplejson = "^3.19.2"
2525
structlog = "^24.1.0"
2626
python-stdnum = "^2.1"
2727
freezegun = "^1.5.1"
28-
coverage = "^7.9.0"
28+
coverage = "^7.9.1"
2929

3030
[build-system]
3131
requires = ["poetry-core ~= 1.5.0"]

delta_backend/poetry.lock

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

delta_backend/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = "~3.11"
13-
boto3 = "~1.38.35"
13+
boto3 = "~1.38.42"
1414
mypy-boto3-dynamodb = "^1.26.164"
15-
moto = "~5.1.5"
15+
moto = "~5.1.6"
1616
python-stdnum = "^2.1"
17-
coverage = "^7.9.0"
17+
coverage = "^7.9.1"
1818

1919
[tool.poetry.group.dev.dependencies]
20-
coverage = "^7.9.0"
20+
coverage = "^7.9.1"
2121

2222
[build-system]
2323
requires = ["poetry-core"]

e2e/poetry.lock

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

e2e/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "~3.10"
11-
boto3 = "^1.38.35"
11+
boto3 = "^1.38.42"
1212
mypy-boto3-dynamodb = "^1.38.4"
1313
simplejson = "^3.20.1"
1414

e2e_batch/poetry.lock

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

e2e_batch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "~3.11"
11-
boto3 = "~1.38.35"
11+
boto3 = "~1.38.42"
1212
pandas = "^2.3.0"

0 commit comments

Comments
 (0)