diff --git a/poetry.lock b/poetry.lock index 0d49a75a7b65..cbfded639e5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -180,14 +180,14 @@ six = "*" [[package]] name = "boto3" -version = "1.24.9" +version = "1.24.11" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" [package.dependencies] -botocore = ">=1.27.9,<1.28.0" +botocore = ">=1.27.11,<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.9" +version = "1.27.11" description = "Low-level, data-driven core of boto 3." category = "main" optional = false @@ -2199,7 +2199,7 @@ build = ["google-cloud-bigquery"] [metadata] lock-version = "1.1" python-versions = "^3.8,<3.11" -content-hash = "63d2edabe6986244dcde5b30f9d55939f22d94843a8b629277e1837bbfa4acdf" +content-hash = "a3ee849b4e9c4a6c641dffbfc8eee48843cfb2310a7b4a26931513d047b1ed44" [metadata.files] aiohttp = [ @@ -2353,12 +2353,12 @@ blessings = [ {file = "blessings-1.7.tar.gz", hash = "sha256:98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d"}, ] boto3 = [ - {file = "boto3-1.24.9-py3-none-any.whl", hash = "sha256:87d34861727699c795bf8d65703f2435e75f12879bdd483e08b35b7c5510e8c8"}, - {file = "boto3-1.24.9.tar.gz", hash = "sha256:0821212ff521cb934801b1f655cef3c0e976775324b1018f1751700d0f42dbb4"}, + {file = "boto3-1.24.11-py3-none-any.whl", hash = "sha256:19d6fb2b5e51f10e7b5d551a111cf9c64b9a5144b2838493ac41be0706e590cf"}, + {file = "boto3-1.24.11.tar.gz", hash = "sha256:79fc9699006af26de4413105e458af5f1626ba32d1f00fa0b3e8b94c2b16e2dc"}, ] botocore = [ - {file = "botocore-1.27.9-py3-none-any.whl", hash = "sha256:5669b982b0583e73daef1fe0a4df311055e6287326f857dbb1dcc2de1d8412ad"}, - {file = "botocore-1.27.9.tar.gz", hash = "sha256:7a7588b0170e571317496ac4104803329d5bc792bc008e8a757ffd440f1b6fa6"}, + {file = "botocore-1.27.11-py3-none-any.whl", hash = "sha256:8efab7f85156705cbe532aeb17b065b67ba32addc3270d9000964b98c07bb20a"}, + {file = "botocore-1.27.11.tar.gz", hash = "sha256:92f099a36df832d7f151682e1efa8e1d47d23a5cedde8692adcaa6420bcb18aa"}, ] bracex = [ {file = "bracex-2.3.post1-py3-none-any.whl", hash = "sha256:351b7f20d56fb9ea91f9b9e9e7664db466eb234188c175fd943f8f755c807e73"}, diff --git a/pyproject.toml b/pyproject.toml index e4981e9f83c2..5795302d587c 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.11" flake8 = "^4.0.1" mypy = "^0.942" jsonschema = "^4.6.0"