From 37a405c6f2d2a6bb234801f092d4fe93e5fc960a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 15:45:08 +0000 Subject: [PATCH] Bump boto3 from 1.24.13 to 1.24.16 Bumps [boto3](https://github.com/boto/boto3) from 1.24.13 to 1.24.16. - [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.24.13...1.24.16) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index ce06c7412986..515364b9a9b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -180,14 +180,14 @@ six = "*" [[package]] name = "boto3" -version = "1.24.13" +version = "1.24.16" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" [package.dependencies] -botocore = ">=1.27.13,<1.28.0" +botocore = ">=1.27.16,<1.28.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -196,7 +196,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.27.13" +version = "1.27.16" description = "Low-level, data-driven core of boto 3." category = "main" optional = false @@ -2204,7 +2204,7 @@ build = ["google-cloud-bigquery"] [metadata] lock-version = "1.1" python-versions = "^3.8,<3.11" -content-hash = "a08736825a908270d3f390d1b472a86e1b7e3ef9b61fb558498bdc9fe1b5e849" +content-hash = "93c9c6edebb94d1a769cef8851f7ec658c0e11bc91c1a2e24dd078104666e4c1" [metadata.files] aiohttp = [ @@ -2358,12 +2358,12 @@ blessings = [ {file = "blessings-1.7.tar.gz", hash = "sha256:98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d"}, ] boto3 = [ - {file = "boto3-1.24.13-py3-none-any.whl", hash = "sha256:13efff22f1cb6d25ec7027edaccdfdd515ba593e093173beb09094cff898a8cc"}, - {file = "boto3-1.24.13.tar.gz", hash = "sha256:945d49941541a3cbb02710361be64b22f98e68c2e447229f0d51f7c215009e28"}, + {file = "boto3-1.24.16-py3-none-any.whl", hash = "sha256:2c6f7e4103d41ca07d6b934a6612e4b9a2666eae36e8289f88726868534b8de2"}, + {file = "boto3-1.24.16.tar.gz", hash = "sha256:422c000ff2ee5226e89fe427a9c4c09db095d69c179a3bcc3cfba37cbc5e787e"}, ] botocore = [ - {file = "botocore-1.27.13-py3-none-any.whl", hash = "sha256:fbc09558c02d415e8646520f95db7e8d313460938780fa6040b00865f098fd55"}, - {file = "botocore-1.27.13.tar.gz", hash = "sha256:df75e53576b061818bbce4bd70221749e40cc91d16a2b6c03fbeec8023665734"}, + {file = "botocore-1.27.16-py3-none-any.whl", hash = "sha256:f117d59899d21beeb200130d7af2090a8112d702a06e2c2794ef576bcea36773"}, + {file = "botocore-1.27.16.tar.gz", hash = "sha256:b3b9710902f675a11f5bfd46afda770150530876ae6541d099584462bf949fd1"}, ] bracex = [ {file = "bracex-2.3.post1-py3-none-any.whl", hash = "sha256:351b7f20d56fb9ea91f9b9e9e7664db466eb234188c175fd943f8f755c807e73"}, diff --git a/pyproject.toml b/pyproject.toml index b7ba450525b7..3d29cf014b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pytest-mock = "^3.7.0" db-dtypes = "^1.0.1" ansible-runner = "^2.2.0" paramiko = "^2.11.0" -boto3 = "^1.23.5" +boto3 = "^1.24.16" flake8 = "^4.0.1" mypy = "^0.942" jsonschema = "^4.6.0"