From 3c0957937b3e90509494ed7951a1727b5d6b1f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:25:14 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.28.3 to 1.28.28 Bumps [boto3](https://github.com/boto/boto3) from 1.28.3 to 1.28.28. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.3...1.28.28) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e2c9ad5..e428d845 100644 --- a/poetry.lock +++ b/poetry.lock @@ -157,17 +157,17 @@ files = [ [[package]] name = "boto3" -version = "1.28.3" +version = "1.28.28" 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.28-py3-none-any.whl", hash = "sha256:57d618f03bd269ebef6287dd4ed86ddaa1d53a4021008ad3267c6097be17e172"}, + {file = "boto3-1.28.28.tar.gz", hash = "sha256:4a435fdbd77628e3d32cfbc8b6225e779d8f789027fadb6a51fe1b456e15ef54"}, ] [package.dependencies] -botocore = ">=1.31.3,<1.32.0" +botocore = ">=1.31.28,<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.28" 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.28-py3-none-any.whl", hash = "sha256:d6310826e37ba0209e904d691638b8e848342ec17f5187568ca02ad092c55c45"}, + {file = "botocore-1.31.28.tar.gz", hash = "sha256:1fcfbd23c7f1f66f16c5c1a1e8565ee8ff68429cc0ee9d2acfb1b55739584cbd"}, ] [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 = "03d3eb0d9036f9bb75f25c819ba32444c050c2e7881ce7f6672ae9764fbc29d1" diff --git a/pyproject.toml b/pyproject.toml index 559caa7e..0cadcea2 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.28", optional = true} gdata = {version = "^2.0.18", optional = true} jottalib = {version = "^0.5.1", optional = true} paramiko = {version = "^3.2.0", optional = true}