diff --git a/poetry.lock b/poetry.lock index ce06c7412986..5130a20e227d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -180,14 +180,14 @@ six = "*" [[package]] name = "boto3" -version = "1.24.13" +version = "1.24.18" 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.18,<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.18" 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 = "ee401a4d99f1703bb7c68469525e0ca203e197b6e5b5c2ac75a98fadb3757190" [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.18-py3-none-any.whl", hash = "sha256:4a7cf5fddb1626d25c5935c5a82afdff9c7fe2faac2a68d37edf0264b3a85127"}, + {file = "boto3-1.24.18.tar.gz", hash = "sha256:bd0b94428ae7cc57904d3c903d9393bdf4dd2b1274d1c51749f27f5bd76953e1"}, ] 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.18-py3-none-any.whl", hash = "sha256:74426179c75debd77c6dcc2d66cfd506e52962e605d2b9f2dbca290474539c8b"}, + {file = "botocore-1.27.18.tar.gz", hash = "sha256:20a866351f9f65cfe27edc21d755de60e17a1fbb1273d73fc0006ed0d6f8ef86"}, ] bracex = [ {file = "bracex-2.3.post1-py3-none-any.whl", hash = "sha256:351b7f20d56fb9ea91f9b9e9e7664db466eb234188c175fd943f8f755c807e73"}, diff --git a/pyproject.toml b/pyproject.toml index b7ba450525b7..558ecede5561 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.18" flake8 = "^4.0.1" mypy = "^0.942" jsonschema = "^4.6.0"