From deaf397d02f6b489410db7ccf18a4541ad4e0edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:34:58 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.34.123 to 1.34.128 Bumps [boto3](https://github.com/boto/boto3) from 1.34.123 to 1.34.128. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/1.34.128/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.34.123...1.34.128) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index cba15ee5..644e692f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -124,17 +124,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.34.123" +version = "1.34.128" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.123-py3-none-any.whl", hash = "sha256:56bec52d485d5670ce96d53ae7b2cd4ae4e8a705fb2298a21093cdd77d642331"}, - {file = "boto3-1.34.123.tar.gz", hash = "sha256:42b140fc850cf261ee4b1e8ef527fa071b1f1592a6d6a68d34b29f37cc46b4dd"}, + {file = "boto3-1.34.128-py3-none-any.whl", hash = "sha256:a048ff980a81cd652724a73bc496c519b336fabe19cc8bfc6c53b2ff6eb22c7b"}, + {file = "boto3-1.34.128.tar.gz", hash = "sha256:43a6e99f53a8d34b3b4dbe424dbcc6b894350dc41a85b0af7c7bc24a7ec2cead"}, ] [package.dependencies] -botocore = ">=1.34.123,<1.35.0" +botocore = ">=1.34.128,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -3337,4 +3337,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "703f7badd9351f36111250953b7105f8641de1e4041115019c6532ab1a4242d6" +content-hash = "049cda9c48aeefc8add6fb1a954a59f202bdf9362c5451ba8c1b8505092c7abd" diff --git a/pyproject.toml b/pyproject.toml index 7d844c2f..351ec635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pyyaml = "^6.0.1" redis = "^5.0.6" docker = "^7.1.0" google-cloud-compute = "^1.19.0" -boto3 = "^1.34.123" +boto3 = "^1.34.128" botocore = "^1.34.128" boto3-stubs = { extras = ["ec2"], version = "^1.34.128" } githubkit = { extras = ["auth-app"], version = "^0.11.6" }