From ef0db45ce07ed32a94d1f9edc7fcf6351e35f49f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 22:58:37 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.33.8 to 1.33.9 Bumps [boto3](https://github.com/boto/boto3) from 1.33.8 to 1.33.9. - [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.33.8...1.33.9) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index ba8355ff..a1265c85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -153,17 +153,17 @@ files = [ [[package]] name = "boto3" -version = "1.33.8" +version = "1.33.9" description = "The AWS SDK for Python" optional = true python-versions = ">= 3.7" files = [ - {file = "boto3-1.33.8-py3-none-any.whl", hash = "sha256:b8c818125489fc0371ef28d806d36d8f1dcb71734fcb0d96b3201563e3e86f22"}, - {file = "boto3-1.33.8.tar.gz", hash = "sha256:d02a084b25aa8d46ef917b128e90877efab1ba45f9d1ba3a11f336930378e350"}, + {file = "boto3-1.33.9-py3-none-any.whl", hash = "sha256:baa6ea61527bcc82365a4ef365aa8f34126483ff8533d01274f3cdb340c22d73"}, + {file = "boto3-1.33.9.tar.gz", hash = "sha256:9486f66f9a89f66d64d25cb4baa55aad323a1734ef9815b7a2c4c0787a3fc1fb"}, ] [package.dependencies] -botocore = ">=1.33.8,<1.34.0" +botocore = ">=1.33.9,<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.8" +version = "1.33.9" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">= 3.7" files = [ - {file = "botocore-1.33.8-py3-none-any.whl", hash = "sha256:90236e6e69d7e80875d7f9d39383630706edbc1298026698c6c70d9b6a65576e"}, - {file = "botocore-1.33.8.tar.gz", hash = "sha256:e6970bf89cbe2624399aeffce52c253917d8e5a1c671de4054557603ab56c922"}, + {file = "botocore-1.33.9-py3-none-any.whl", hash = "sha256:07ff4eea62f546da540310887000c81fca802c788eb374fef06eda28009dcafd"}, + {file = "botocore-1.33.9.tar.gz", hash = "sha256:1b90be11dd9a9a25290c995a6b713e76b9e2bf7bf86ba9036e0d28f2ceb2edfc"}, ] [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 = "d44c8ea90bf1b0df4b64f277b3fd876fe940610de16609a2eb36c1d7b464bd32" +content-hash = "c6854bdae4ea6a2dffe3cc5c7b4d0515a4fe20f22137d9f5d748eb6547f3a260" diff --git a/pyproject.toml b/pyproject.toml index 44845327..c9dac51a 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.8", optional = true} +boto3 = {version = "^1.33.9", optional = true} gdata = {version = "^2.0.18", optional = true} jottalib = {version = "^0.5.1", optional = true} paramiko = {version = "^3.3.1", optional = true}