From 608876d455435bab1ca684dcbfd9dc35dea1292f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 22:43:03 +0000 Subject: [PATCH] Bump python-swiftclient from 4.5.0 to 4.6.0 Bumps [python-swiftclient](https://github.com/openstack/swift) from 4.5.0 to 4.6.0. - [Changelog](https://github.com/openstack/swift/blob/master/CHANGELOG) - [Commits](https://github.com/openstack/swift/commits) --- updated-dependencies: - dependency-name: python-swiftclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f933f848..9d59d4aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1685,13 +1685,13 @@ stevedore = ">=1.20.0" [[package]] name = "python-swiftclient" -version = "4.5.0" +version = "4.6.0" description = "OpenStack Object Storage API Client Library" optional = true python-versions = ">=3.6" files = [ - {file = "python-swiftclient-4.5.0.tar.gz", hash = "sha256:f2a0887e5a39297abc043251ae3f908914ce1447a2f8d2dca5671618608142bd"}, - {file = "python_swiftclient-4.5.0-py3-none-any.whl", hash = "sha256:34ed6b19f40f3aa60644872046789b84f5f74ab4238827674774faaf29868ff9"}, + {file = "python-swiftclient-4.6.0.tar.gz", hash = "sha256:d4d18540413893fc16ad87791d740f823f763435e8212e68eb53d60da2638233"}, + {file = "python_swiftclient-4.6.0-py3-none-any.whl", hash = "sha256:f82d89581b861ccda6ee22a9850d143602a6d77423368c55472d956305cf89b0"}, ] [package.dependencies] @@ -2103,4 +2103,4 @@ duplicity = ["PyDrive", "PyDrive2", "b2", "b2sdk", "boto", "boto3", "dropbox", " [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1de2237a47971d6472d92c99b4d742506eb33dd54bb1354c92b9a98d36af842d" +content-hash = "3fa311773b33c208169d5fb795d3c844ce92b7d8b508bab6643a204d36005765" diff --git a/pyproject.toml b/pyproject.toml index 9a8b2ee4..3f408ef1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ paramiko = {version = "^3.4.0", optional = true} pexpect = {version = "^4.9.0", optional = true} PyDrive = {version = "^1.3.1", optional = true} PyDrive2 = {version = "^1.19.0", optional = true} -python-swiftclient = {version = "^4.5.0", optional = true} +python-swiftclient = {version = "^4.6.0", optional = true} requests-oauthlib = {version = "^2.0.0", optional = true} duplicity = {version = "^1.2.3", optional = true} dropbox = {version = "^11.36.2", optional = true}