diff --git a/poetry.lock b/poetry.lock index ce06c7412986..41c04b8d4065 100644 --- a/poetry.lock +++ b/poetry.lock @@ -180,14 +180,14 @@ six = "*" [[package]] name = "boto3" -version = "1.24.13" +version = "1.24.15" 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.15,<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.15" 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 = "75da916997198bda35be81eddadf1a8b8487fbfb82eded26eefb587c3079124b" [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.15-py3-none-any.whl", hash = "sha256:42485c7c53eda9e49106d49a6bc222062428969dd27164fe346b1433d6de74ee"}, + {file = "boto3-1.24.15.tar.gz", hash = "sha256:c13ef01bd6c8872e68141060bd046a3baa979e96524391efc880dfde4ed64e11"}, ] 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.15-py3-none-any.whl", hash = "sha256:aaa019265dfea61c5355a207b14283161002d4d94e0eb85194dd04f3bdba48be"}, + {file = "botocore-1.27.15.tar.gz", hash = "sha256:3799d5c8642b29b347418eb26d42e541d0dc24faa5e62bc8b3812722ab2bf139"}, ] bracex = [ {file = "bracex-2.3.post1-py3-none-any.whl", hash = "sha256:351b7f20d56fb9ea91f9b9e9e7664db466eb234188c175fd943f8f755c807e73"}, diff --git a/pyproject.toml b/pyproject.toml index b7ba450525b7..9b2512ff4f15 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.15" flake8 = "^4.0.1" mypy = "^0.942" jsonschema = "^4.6.0"