diff --git a/poetry.lock b/poetry.lock index 2149855..0c126aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -58,13 +58,13 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-storage-blob" -version = "12.23.1" +version = "12.24.0" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure_storage_blob-12.23.1-py3-none-any.whl", hash = "sha256:1c2238aa841d1545f42714a5017c010366137a44a0605da2d45f770174bfc6b4"}, - {file = "azure_storage_blob-12.23.1.tar.gz", hash = "sha256:a587e54d4e39d2a27bd75109db164ffa2058fe194061e5446c5a89bca918272f"}, + {file = "azure_storage_blob-12.24.0-py3-none-any.whl", hash = "sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071"}, + {file = "azure_storage_blob-12.24.0.tar.gz", hash = "sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e"}, ] [package.dependencies] @@ -1386,4 +1386,4 @@ watchdog = ["watchdog"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "138e1740ee1dafa13935637cfd47e99625570bdd1dc037f4c236ff8d5fc7b4ce" +content-hash = "97779fefe1cf97fe4c1fd2f902be6b56cbe081542b60f5da582459622658c00b" diff --git a/pyproject.toml b/pyproject.toml index b4e218f..a1479a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pyyaml = "6.0.2" pyproj = "3.7.0" lxml = "5.3.0" shapely = "2.0.6" -azure-storage-blob = "12.23.1" +azure-storage-blob = "12.24.0" [tool.poetry.group.dev.dependencies] ipython = "^8.29.0"