diff --git a/poetry.lock b/poetry.lock index 6e2c9ad5..82f4658c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -157,17 +157,17 @@ files = [ [[package]] name = "boto3" -version = "1.28.3" +version = "1.28.16" description = "The AWS SDK for Python" optional = true python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.3-py3-none-any.whl", hash = "sha256:34f07b3fc2503240c0f58114cf3afea91295c7996d084991b78a278a56157c48"}, - {file = "boto3-1.28.3.tar.gz", hash = "sha256:610369a7f984b58973c097ea649ec81976c04565d39a2d6d3edc280d23b0cb87"}, + {file = "boto3-1.28.16-py3-none-any.whl", hash = "sha256:d8e31f69fb919025a5961f8fbeb51fe92e2f753beb37fc1853138667a231cdaa"}, + {file = "boto3-1.28.16.tar.gz", hash = "sha256:aea48aedf3e8676e598e3202e732295064a4fcad5f2d2d2a699368b8c3ab492c"}, ] [package.dependencies] -botocore = ">=1.31.3,<1.32.0" +botocore = ">=1.31.16,<1.32.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -176,13 +176,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.3" +version = "1.31.16" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.3-py3-none-any.whl", hash = "sha256:2aa27c75e62bfcf7900cb85283228fcb7df0fa1bdc2ae76dcee90788dd444934"}, - {file = "botocore-1.31.3.tar.gz", hash = "sha256:744ce853cadc7ae87ba42ef6828194ddec97d606dd4d08b4dfe3d96d5001eb0c"}, + {file = "botocore-1.31.16-py3-none-any.whl", hash = "sha256:92b240e2cb7b3afae5361651d2f48ee582f45d2dab53aef76eef7eec1d3ce582"}, + {file = "botocore-1.31.16.tar.gz", hash = "sha256:563e15979e763b93d78de58d0fc065f8615be12f41bab42f5ad9f412b6a224b3"}, ] [package.dependencies] @@ -191,7 +191,7 @@ python-dateutil = ">=2.1,<3.0.0" urllib3 = ">=1.25.4,<1.27" [package.extras] -crt = ["awscrt (==0.16.9)"] +crt = ["awscrt (==0.16.26)"] [[package]] name = "cachetools" @@ -2005,4 +2005,4 @@ duplicity = ["PyDrive", "PyDrive2", "b2", "b2sdk", "boto", "boto3", "dropbox", " [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "15ed09ce4d2d54d8ac13ff11a417a1baa7a9ae3ed803ca2da9bba4ca3e85f0c5" +content-hash = "cc2e06b17e065a9aced6439be7d786780e34852ab6da1b9ba2037428aa3d0d9d" diff --git a/pyproject.toml b/pyproject.toml index 559caa7e..883d5149 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.28.3", optional = true} +boto3 = {version = "^1.28.16", optional = true} gdata = {version = "^2.0.18", optional = true} jottalib = {version = "^0.5.1", optional = true} paramiko = {version = "^3.2.0", optional = true}