Skip to content

Commit 1353548

Browse files
VED-153: Dependency updates round 1. (#454)
* Bump boto3 from 1.26.165 to 1.38.17 in /ack_backend Bumps [boto3](https://github.com/boto/boto3) from 1.26.165 to 1.38.17. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.26.165...1.38.17) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump boto3 from 1.26.165 to 1.38.17 in /backend Bumps [boto3](https://github.com/boto/boto3) from 1.26.165 to 1.38.17. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.26.165...1.38.17) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump boto3 from 1.26.165 to 1.38.17 in /delta_backend Bumps [boto3](https://github.com/boto/boto3) from 1.26.165 to 1.38.17. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.26.165...1.38.17) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump boto3 from 1.34.81 to 1.38.17 in /e2e Bumps [boto3](https://github.com/boto/boto3) from 1.34.81 to 1.38.17. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.34.81...1.38.17) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump boto3 from 1.26.165 to 1.38.17 in /e2e_batch Bumps [boto3](https://github.com/boto/boto3) from 1.26.165 to 1.38.17. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.26.165...1.38.17) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump boto3 from 1.26.165 to 1.38.17 in /filenameprocessor Bumps [boto3](https://github.com/boto/boto3) from 1.26.165 to 1.38.17. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.26.165...1.38.17) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump boto3 from 1.26.165 to 1.38.17 in /mesh_processor Bumps [boto3](https://github.com/boto/boto3) from 1.26.165 to 1.38.17. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.26.165...1.38.17) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump boto3 from 1.26.165 to 1.38.17 in /recordprocessor Bumps [boto3](https://github.com/boto/boto3) from 1.26.165 to 1.38.17. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.26.165...1.38.17) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.17 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4c19fa commit 1353548

File tree

16 files changed

+342
-193
lines changed

16 files changed

+342
-193
lines changed

ack_backend/poetry.lock

Lines changed: 50 additions & 24 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "~3.10"
10-
boto3 = "~1.26.90"
10+
boto3 = "~1.38.17"
1111
mypy-boto3-dynamodb = "^1.26.164"
1212
freezegun = "^1.5.1"
1313
moto = "~4.2.11"

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{include = "src"}]
99
[tool.poetry.dependencies]
1010
python = "~3.11"
1111
"fhir.resources" = "~7.0.2"
12-
boto3 = "~1.26.90"
12+
boto3 = "~1.38.17"
1313
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.26.90"}
1414
aws-lambda-typing = "~2.18.0"
1515
moto = "~4.2.11"

0 commit comments

Comments
 (0)