diff --git a/poetry.lock b/poetry.lock index e2698335da..c1256c69a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "adyen" @@ -163,13 +163,13 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-storage-blob" -version = "12.18.3" +version = "12.19.0" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "azure-storage-blob-12.18.3.tar.gz", hash = "sha256:d8ced0deee3367fa3d4f3d1a03cd9edadf4440c0a371f503d623fa6c807554ee"}, - {file = "azure_storage_blob-12.18.3-py3-none-any.whl", hash = "sha256:c278dde2ac41857a68d615c9f2b36d894ba877a7e84d62795603c7e79d0bb5e9"}, + {file = "azure-storage-blob-12.19.0.tar.gz", hash = "sha256:26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897"}, + {file = "azure_storage_blob-12.19.0-py3-none-any.whl", hash = "sha256:7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b"}, ] [package.dependencies] @@ -5250,4 +5250,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "1d8960f5a32b4ce645d7c1f58feb6f1d1893c1ca7d5164966c289661aa750665" +content-hash = "07e148dee234cf5c708a504515628d949620857800d56c70658d404d6aa44653" diff --git a/pyproject.toml b/pyproject.toml index 99203adb05..beeffb2184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ documentation = "https://docs.saleor.io/" Authlib = "^1.0.0" authorizenet = "^1.1.3" azure-common = "^1.1.28" - azure-storage-blob = "^12.12.0" + azure-storage-blob = "^12.19.0" azure-storage-common = "^2.1.0" babel = ">=2.8,<2.14" boto3 = "^1.28"