Skip to content

Commit 8520611

Browse files
Bump the pip-minor-patch group across 13 directories with 3 updates (#864)
1 parent a03b013 commit 8520611

File tree

26 files changed

+192
-179
lines changed

26 files changed

+192
-179
lines changed

backend/poetry.lock

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

backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ packages = [{include = "src"}]
99
[tool.poetry.dependencies]
1010
python = "~3.11"
1111
"fhir.resources" = "~7.0.2"
12-
boto3 = "~1.40.41"
13-
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.41"}
12+
boto3 = "~1.40.42"
13+
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.40.42"}
1414
aws-lambda-typing = "~2.20.0"
1515
redis = "^4.6.0"
1616
moto = "^5.1.13"

batch_processor_filter/poetry.lock

Lines changed: 8 additions & 8 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{include = "src"}]
1010
python = "~3.11"
1111
coverage = "^7.10.7"
1212
aws-lambda-typing = "~2.20.0"
13-
boto3 = "~1.40.41"
13+
boto3 = "~1.40.42"
1414
moto = "^5.1.13"
1515

1616
[build-system]

delta_backend/poetry.lock

Lines changed: 8 additions & 8 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = "~3.11"
13-
boto3 = "~1.40.41"
13+
boto3 = "~1.40.42"
1414
mypy-boto3-dynamodb = "^1.40.20"
1515
moto = "~5.1.13"
1616
python-stdnum = "^2.1"

e2e/poetry.lock

Lines changed: 8 additions & 8 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.11"
11-
boto3 = "^1.40.40"
11+
boto3 = "^1.40.42"
1212
mypy-boto3-dynamodb = "^1.40.20"
1313
simplejson = "^3.20.2"
1414

0 commit comments

Comments
 (0)