diff --git a/poetry.lock b/poetry.lock index 175afdad..425962c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -109,41 +109,41 @@ css = ["tinycss2 (>=1.1.0,<1.2)"] [[package]] name = "boto3" -version = "1.20.32" +version = "1.28.3" description = "The AWS SDK for Python" optional = true -python-versions = ">= 3.6" +python-versions = ">= 3.7" files = [ - {file = "boto3-1.20.32-py3-none-any.whl", hash = "sha256:b427f103f7d1488ad360b665687a032741d0a0c9ebe6f1a40dcdda95b646859a"}, - {file = "boto3-1.20.32.tar.gz", hash = "sha256:2c7eacd3edd38ec89456841edecd9c29382372180b675e43e22d16df6a582a4a"}, + {file = "boto3-1.28.3-py3-none-any.whl", hash = "sha256:34f07b3fc2503240c0f58114cf3afea91295c7996d084991b78a278a56157c48"}, + {file = "boto3-1.28.3.tar.gz", hash = "sha256:610369a7f984b58973c097ea649ec81976c04565d39a2d6d3edc280d23b0cb87"}, ] [package.dependencies] -botocore = ">=1.23.32,<1.24.0" -jmespath = ">=0.7.1,<1.0.0" -s3transfer = ">=0.5.0,<0.6.0" +botocore = ">=1.31.3,<1.32.0" +jmespath = ">=0.7.1,<2.0.0" +s3transfer = ">=0.6.0,<0.7.0" [package.extras] crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.23.54" +version = "1.31.3" description = "Low-level, data-driven core of boto 3." optional = true -python-versions = ">= 3.6" +python-versions = ">= 3.7" files = [ - {file = "botocore-1.23.54-py3-none-any.whl", hash = "sha256:06ae8076c4dcf3d72bec4d37e5f2dce4a92a18a8cdaa3bfaa6e3b7b5e30a8d7e"}, - {file = "botocore-1.23.54.tar.gz", hash = "sha256:4bb9ba16cccee5f5a2602049bc3e2db6865346b2550667f3013bdf33b0a01ceb"}, + {file = "botocore-1.31.3-py3-none-any.whl", hash = "sha256:2aa27c75e62bfcf7900cb85283228fcb7df0fa1bdc2ae76dcee90788dd444934"}, + {file = "botocore-1.31.3.tar.gz", hash = "sha256:744ce853cadc7ae87ba42ef6828194ddec97d606dd4d08b4dfe3d96d5001eb0c"}, ] [package.dependencies] -jmespath = ">=0.7.1,<1.0.0" +jmespath = ">=0.7.1,<2.0.0" python-dateutil = ">=2.1,<3.0.0" urllib3 = ">=1.25.4,<1.27" [package.extras] -crt = ["awscrt (==0.12.5)"] +crt = ["awscrt (==0.16.9)"] [[package]] name = "certifi" @@ -1364,13 +1364,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "s3transfer" -version = "0.5.2" +version = "0.6.1" description = "An Amazon S3 Transfer Manager" optional = true -python-versions = ">= 3.6" +python-versions = ">= 3.7" files = [ - {file = "s3transfer-0.5.2-py3-none-any.whl", hash = "sha256:7a6f4c4d1fdb9a2b640244008e142cbc2cd3ae34b386584ef044dd0f27101971"}, - {file = "s3transfer-0.5.2.tar.gz", hash = "sha256:95c58c194ce657a5f4fb0b9e60a84968c808888aed628cd98ab8771fe1db98ed"}, + {file = "s3transfer-0.6.1-py3-none-any.whl", hash = "sha256:3c0da2d074bf35d6870ef157158641178a4204a6e689e82546083e31e0311346"}, + {file = "s3transfer-0.6.1.tar.gz", hash = "sha256:640bb492711f4c0c0905e1f62b6aaeb771881935ad27884852411f8e9cacbca9"}, ] [package.dependencies] @@ -1706,4 +1706,4 @@ rds-graphile-worker = ["rds-graphile-worker-client"] [metadata] lock-version = "2.0" python-versions = ">=3.7,<4" -content-hash = "3b0f1858643a7e1e103f98525ad149d2490b0befbfee3f5423118d8c11c875f7" +content-hash = "a8c59ab6b79477f439a6374363dfcf35346c1505e2fad5df0d58c2ef26cb0923" diff --git a/pyproject.toml b/pyproject.toml index 5d9b202d..ee34b011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.7,<4" # https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html -boto3 = {version = "1.20.32", optional = true} +boto3 = {version = "1.28.3", optional = true} click = {version = "^8.0.3", optional = true} executor = {version = ">=21.0", optional = true} harrison = {version = "^2.0", optional = true}