diff --git a/poetry.lock b/poetry.lock index b8acf334..d4223254 100644 --- a/poetry.lock +++ b/poetry.lock @@ -153,17 +153,17 @@ files = [ [[package]] name = "boto3" -version = "1.33.6" +version = "1.33.7" description = "The AWS SDK for Python" optional = true python-versions = ">= 3.7" files = [ - {file = "boto3-1.33.6-py3-none-any.whl", hash = "sha256:b88f0f305186c5fd41f168e006baa45b7002a33029aec8e5bef373237a172fca"}, - {file = "boto3-1.33.6.tar.gz", hash = "sha256:4f62fc1c7f3ea2d22917aa0aa07b86f119abd90bed3d815e4b52fb3d84773e15"}, + {file = "boto3-1.33.7-py3-none-any.whl", hash = "sha256:d12467fb3a64d359b0bda0570a8163a5859fcac13e786f2a3db0392523178556"}, + {file = "boto3-1.33.7.tar.gz", hash = "sha256:eed0f7df91066b6ac63a53d16459ac082458d57061bedf766135d9e1c2b75a6b"}, ] [package.dependencies] -botocore = ">=1.33.6,<1.34.0" +botocore = ">=1.33.7,<1.34.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.8.2,<0.9.0" @@ -172,13 +172,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.33.6" +version = "1.33.7" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">= 3.7" files = [ - {file = "botocore-1.33.6-py3-none-any.whl", hash = "sha256:14282cd432c0683770eee932c43c12bb9ad5730e23755204ad102897c996693a"}, - {file = "botocore-1.33.6.tar.gz", hash = "sha256:938056bab831829f90e09ecd70dd6b295afd52b1482f5582ee7a11d8243d9661"}, + {file = "botocore-1.33.7-py3-none-any.whl", hash = "sha256:71ec0e85b996cf9def3dd8f4ca6cb4a9fd3a614aa4c9c7cbf33f2f68e1d0649a"}, + {file = "botocore-1.33.7.tar.gz", hash = "sha256:b2299bc13bb8c0928edc98bf4594deb14cba2357536120f63772027a16ce7374"}, ] [package.dependencies] @@ -2039,4 +2039,4 @@ duplicity = ["PyDrive", "PyDrive2", "b2", "b2sdk", "boto", "boto3", "dropbox", " [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f2aa76e29c81a07cc28944eec5c3ad4501954313f3bd1738810e4469b0ffabba" +content-hash = "8edac63c210d0e4531cedc1b953dc0b322247700ed052870cac88377d53f905d" diff --git a/pyproject.toml b/pyproject.toml index 1b0d17de..2364cc05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.8" b2 = {version = "^3.4.0", optional = true} b2sdk = {version = "1.16.0", optional = true} boto = {version = "^2.49.0", optional = true} -boto3 = {version = "^1.33.6", optional = true} +boto3 = {version = "^1.33.7", optional = true} gdata = {version = "^2.0.18", optional = true} jottalib = {version = "^0.5.1", optional = true} paramiko = {version = "^3.3.1", optional = true}