Skip to content

Commit

Permalink
Merge pull request #1951 from camptocamp/renovate/azure-storage-blob-…
Browse files Browse the repository at this point in the history
…12.x

Update dependency azure-storage-blob to v12.23.1
  • Loading branch information
sbrunner authored Oct 2, 2024
2 parents cc8af8f + 9de1be6 commit 9dcaf11
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tc-viewer = "tilecloud.scripts.tc_viewer:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
azure-storage-blob = { version = "12.19.1", optional = true }
azure-storage-blob = { version = "12.23.1", optional = true }
azure-identity = { version = "1.18.0", optional = true }
boto3 = { version = "1.35.31", optional = true }
bottle = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion tilecloud/store/azure_storage_blob.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def put_one(self, tile: Tile) -> Tile:
blob.upload_blob(
tile.data,
overwrite=True,
content_settings=ContentSettings( # type: ignore
content_settings=ContentSettings(
content_type=tile.content_type,
content_encoding=tile.content_encoding,
cache_control=self.cache_control,
Expand Down

0 comments on commit 9dcaf11

Please sign in to comment.