From 997fdf0cf6839514025f49492014bc0f695bdb8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:06:24 +0000 Subject: [PATCH] pip(deps): bump boto3 from 1.28.38 to 1.28.40 Bumps [boto3](https://github.com/boto/boto3) from 1.28.38 to 1.28.40. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.38...1.28.40) --- 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 f031b423..84d7e937 100644 --- a/poetry.lock +++ b/poetry.lock @@ -106,17 +106,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.28.38" +version = "1.28.40" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.38-py3-none-any.whl", hash = "sha256:dae0bc5548b39d8dfcf4167d9a238ab899a0491c11c5e77934db71b3ecf34752"}, - {file = "boto3-1.28.38.tar.gz", hash = "sha256:cdb466e51ebe4c99640269d88d5450328271437d58e6ce089690d0485bef6174"}, + {file = "boto3-1.28.40-py3-none-any.whl", hash = "sha256:bd7c760afb195eaeaab907dc6b2c21fa64ddbba3fed4a869e80d820ddbd6cc70"}, + {file = "boto3-1.28.40.tar.gz", hash = "sha256:6ff9a5b815e106656596064d51c9b6ba97a307807baa5f89634384b7d3f7ecc6"}, ] [package.dependencies] -botocore = ">=1.31.38,<1.32.0" +botocore = ">=1.31.40,<1.32.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -2928,4 +2928,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "15e04eb3d5a9c76d571322a446fab494641e3a16beff7894305aed573081b096" +content-hash = "d4b14187d433c31414716152a34f34636da876fe4b908aeaa4ab18571609a823" diff --git a/pyproject.toml b/pyproject.toml index 3b0be4db..56aa76cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pyyaml = "^6.0.1" redis = "^4.6.0" docker = "^6.1.3" google-cloud-compute = "^1.13.0" -boto3 = "^1.28.38" +boto3 = "^1.28.40" botocore = "^1.31.40" boto3-stubs = { extras = ["ec2"], version = "^1.28.40" } githubkit = { git = "https://github.com/yanyongyu/githubkit", rev = "a4275ac3d3babd64061f3693353db740e6a8e892" }