Skip to content

Commit 4746d8b

Browse files
Bump the pip-minor-patch group across 13 directories with 13 updates (#1325)
Bumps the pip-minor-patch group with 4 updates in the /lambdas/ack_backend directory: [boto3] Bumps the pip-minor-patch group with 3 updates in the /lambdas/batch_processor_filter directory: [boto3] Bumps the pip-minor-patch group with 7 updates in the /lambdas/filenameprocessor directory: Bumps the pip-minor-patch group with 5 updates in the /lambdas/id_sync directory: Bumps the pip-minor-patch group with 5 updates in the /lambdas/mesh_processor directory: Bumps the pip-minor-patch group with 5 updates in the /lambdas/mns_subscription directory: Bumps the pip-minor-patch group with 7 updates in the /lambdas/recordforwarder directory: Bumps the pip-minor-patch group with 3 updates in the /lambdas/recordprocessor directory: [boto3] Bumps the pip-minor-patch group with 4 updates in the /lambdas/redis_sync directory: [boto3]. Bumps the pip-minor-patch group with 6 updates in the /lambdas/shared directory: Bumps the pip-minor-patch group with 2 updates in the /tests/e2e_automation directory: [pytest-check] Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akinola Olutola <akinola.olutola1@nhs.net>
1 parent 5de7623 commit 4746d8b

26 files changed

Lines changed: 1662 additions & 1718 deletions

File tree

lambdas/ack_backend/poetry.lock

Lines changed: 127 additions & 127 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ packages = [
1111

1212
[tool.poetry.dependencies]
1313
python = "~3.11"
14-
boto3 = "~1.42.37"
15-
mypy-boto3-dynamodb = "^1.42.33"
14+
boto3 = "~1.42.74"
15+
mypy-boto3-dynamodb = "^1.42.73"
1616
freezegun = "^1.5.2"
17-
moto = "^5.1.20"
18-
coverage = "^7.13.2"
17+
moto = "^5.1.22"
18+
coverage = "^7.13.5"
1919

2020

2121
[build-system]

lambdas/backend/poetry.lock

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

lambdas/backend/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ packages = [
1212
[tool.poetry.dependencies]
1313
python = "~3.11"
1414
"fhir.resources" = "~7.0.2"
15-
boto3 = "~1.42.37"
16-
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.42.37"}
15+
boto3 = "~1.42.74"
16+
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.42.74"}
1717
aws-lambda-typing = "~2.20.0"
1818
redis = "^4.6.0"
19-
moto = "^5.1.20"
19+
moto = "^5.1.22"
2020
requests = "~2.32.5"
21-
responses = "~0.25.7"
21+
responses = "~0.26.0"
2222
pydantic = "~1.10.13"
23-
pyjwt = {extras = ["crypto"], version = "^2.12.0"}
24-
jsonpath-ng = "^1.6.0"
23+
pyjwt = {extras = ["crypto"], version = "^2.12.1"}
24+
jsonpath-ng = "^1.8.0"
2525
simplejson = "^3.20.2"
2626
structlog = "^24.1.0"
2727
python-stdnum = "^2.1"
2828
freezegun = "^1.5.1"
29-
coverage = "^7.13.2"
29+
coverage = "^7.13.5"
3030

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

lambdas/batch_processor_filter/poetry.lock

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

lambdas/batch_processor_filter/pyproject.toml

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

1212
[tool.poetry.dependencies]
1313
python = "~3.11"
14-
coverage = "^7.13.2"
14+
coverage = "^7.13.5"
1515
aws-lambda-typing = "~2.20.0"
16-
boto3 = "~1.42.37"
17-
moto = "^5.1.20"
16+
boto3 = "~1.42.74"
17+
moto = "^5.1.22"
1818

1919
[build-system]
2020
requires = ["poetry-core ~= 1.5.0"]

lambdas/delta_backend/poetry.lock

Lines changed: 132 additions & 132 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ packages = [
1111

1212
[tool.poetry.dependencies]
1313
python = "~3.11"
14-
boto3 = "~1.42.37"
15-
mypy-boto3-dynamodb = "^1.42.33"
16-
moto = "~5.1.20"
14+
boto3 = "~1.42.74"
15+
mypy-boto3-dynamodb = "^1.42.73"
16+
moto = "~5.1.22"
1717
python-stdnum = "^2.1"
18-
coverage = "^7.13.2"
19-
aws-lambda-powertools = {version = "3.24.0"}
18+
coverage = "^7.13.5"
19+
aws-lambda-powertools = {version = "3.26.0"}
2020

2121
[tool.poetry.group.dev.dependencies]
22-
coverage = "^7.13.2"
22+
coverage = "^7.13.5"
2323

2424
[build-system]
2525
requires = ["poetry-core"]

lambdas/filenameprocessor/poetry.lock

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

lambdas/filenameprocessor/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ packages = [
1212
[tool.poetry.dependencies]
1313
python = "~3.11"
1414
"fhir.resources" = "~7.0.2"
15-
boto3 = "~1.42.37"
16-
boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.42.37" }
15+
boto3 = "~1.42.74"
16+
boto3-stubs-lite = { extras = ["dynamodb"], version = "~1.42.74" }
1717
aws-lambda-typing = "~2.20.0"
1818
moto = "^4"
1919
requests = "~2.32.5"
20-
responses = "~0.25.8"
20+
responses = "~0.26.0"
2121
pydantic = "~1.10.13"
22-
pyjwt = {extras = ["crypto"], version = "^2.12.0"}
23-
jsonpath-ng = "^1.6.0"
22+
pyjwt = {extras = ["crypto"], version = "^2.12.1"}
23+
jsonpath-ng = "^1.8.0"
2424
simplejson = "^3.20.2"
2525
structlog = "^24.1.0"
2626
redis = "^5.1.1"
27-
coverage = "^7.13.2"
27+
coverage = "^7.13.5"
2828
freezegun = "^1.5.5"
29-
fakeredis = "^2.32.1"
29+
fakeredis = "^2.34.1"
3030

3131
[build-system]
3232
requires = ["poetry-core >= 1.5.0"]

0 commit comments

Comments
 (0)