From 34e506495154086812632ce53c31e43df8c62414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:02:03 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.34.128 to 1.34.144 in the python group Bumps the python group with 1 update: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.34.128 to 1.34.144 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.128...1.34.144) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... 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 f8afd854..968ddf72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -124,17 +124,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.34.128" +version = "1.34.144" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.128-py3-none-any.whl", hash = "sha256:a048ff980a81cd652724a73bc496c519b336fabe19cc8bfc6c53b2ff6eb22c7b"}, - {file = "boto3-1.34.128.tar.gz", hash = "sha256:43a6e99f53a8d34b3b4dbe424dbcc6b894350dc41a85b0af7c7bc24a7ec2cead"}, + {file = "boto3-1.34.144-py3-none-any.whl", hash = "sha256:b8433d481d50b68a0162c0379c0dd4aabfc3d1ad901800beb5b87815997511c1"}, + {file = "boto3-1.34.144.tar.gz", hash = "sha256:2f3e88b10b8fcc5f6100a9d74cd28230edc9d4fa226d99dd40a3ab38ac213673"}, ] [package.dependencies] -botocore = ">=1.34.128,<1.35.0" +botocore = ">=1.34.144,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -3346,4 +3346,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4d23ef356801827cbbca65d7b6bec6d775c863c30be5a281ed7bfd3841be01de" +content-hash = "b1fc2dd5103d70ebe634f6d1456c50332b3be9a9add73b2be4ff26c456093a66" diff --git a/pyproject.toml b/pyproject.toml index 7e01b7ea..2cdcfd8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pyyaml = "^6.0.1" redis = "^5.0.7" docker = "^7.1.0" google-cloud-compute = "^1.19.1" -boto3 = "^1.34.128" +boto3 = "^1.34.144" botocore = "^1.34.144" boto3-stubs = { extras = ["ec2"], version = "^1.34.144" } githubkit = { extras = ["auth-app"], version = "^0.11.7" }