Skip to content

Commit 8e3d89f

Browse files
authored
Merge branch 'master' into feature/VED-821-refactor-get-by-id
2 parents 55b5343 + 83a9491 commit 8e3d89f

34 files changed

Lines changed: 255 additions & 284 deletions

.github/workflows/deploy-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
contents: read
5757
steps:
5858
- name: Connect to AWS
59-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a
59+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838
6060
with:
6161
aws-region: eu-west-2
6262
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops

.github/workflows/pr-teardown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Connect to AWS
29-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a
29+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838
3030
with:
3131
aws-region: eu-west-2
3232
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops

backend/poetry.lock

Lines changed: 20 additions & 20 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.42"
13-
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.42"}
12+
boto3 = "~1.40.45"
13+
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.45"}
1414
aws-lambda-typing = "~2.20.0"
1515
redis = "^4.6.0"
16-
moto = "^5.1.13"
16+
moto = "^5.1.14"
1717
requests = "~2.32.5"
1818
responses = "~0.25.7"
1919
pydantic = "~1.10.13"

batch_processor_filter/poetry.lock

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

batch_processor_filter/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ packages = [{include = "src"}]
1010
python = "~3.11"
1111
coverage = "^7.10.7"
1212
aws-lambda-typing = "~2.20.0"
13-
boto3 = "~1.40.42"
14-
moto = "^5.1.13"
13+
boto3 = "~1.40.45"
14+
moto = "^5.1.14"
1515

1616
[build-system]
1717
requires = ["poetry-core ~= 1.5.0"]

config/prod/permissions_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{
3131
"supplier": "MAVIS",
3232
"permissions": [
33-
"FLU.CUD",
33+
"FLU.CRUDS",
3434
"HPV.CUD"
3535
],
3636
"ods_codes": ["V0V8L"]

delta_backend/poetry.lock

Lines changed: 15 additions & 15 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = "~3.11"
13-
boto3 = "~1.40.42"
14-
mypy-boto3-dynamodb = "^1.40.20"
15-
moto = "~5.1.13"
13+
boto3 = "~1.40.45"
14+
mypy-boto3-dynamodb = "^1.40.44"
15+
moto = "~5.1.14"
1616
python-stdnum = "^2.1"
1717
coverage = "^7.10.7"
1818

e2e/poetry.lock

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

0 commit comments

Comments
 (0)