Bump azure-storage-blob from 12.16.0 to 12.18.3
Bumps azure-storage-blob from 12.16.0 to 12.18.3.
Release notes
Sourced from azure-storage-blob's releases.
azure-storage-blob_12.18.3
12.18.3 (2023-10-10)
Bugs Fixed
- Fixed an issue when an invalid type was provided for
credentialduring client construction, the__str__of the object would be present in the exception message and therefore potentially logged.azure-storage-blob_12.18.2
12.18.2 (2023-09-25)
Bugs Fixed
- Fixed an issue where
user_agentwas being ignored onupload_blobordownload_blobif client was configured for encryption.azure-storage-blob_12.18.1
12.18.1 (2023-09-13)
Bugs Fixed
- Fixed breaking
KeyError: 'sdk_moniker'increate_configuration. NOTE: This is not an exported method and therefore should not be imported/called directly.azure-storage-blob_12.18.0
12.18.0 (2023-09-12)
Features Added
- Stable release of features from 12.18.0b1
azure-storage-blob_12.18.0b1
12.18.0b1 (2023-08-08)
Features Added
- Added support for service versions 2023-05-03 and 2023-08-03.
- Added
version_idas a client constructor parameter toBlobClient. This change makesBlobClients version-aware, such that all APIs that acceptversion_idwill operate on the version ID provided during client construction by default.- Added optional keyword
version_idtoget_blob_clientAPIs which, if provided, will result in a version-awareBlobClientin which all APIs that acceptversion_idwill operate on the version ID provided to theget_blob_clientAPI call by default.
Commits
dc1736bInitial (#32406)ed400e9{Logging} Do not leak credentials in exception handling/stack traces (#32337)1512dcdUpdate ARM templates (#32368)c6c4d59Bump versions after release (#32224)9bb963a[Storage] Prepare for blob/queue patch release (#32194)eeacc10[Storage] Fix user_agent on method calls with encryption (#32183)dda42ab[Storage] Make hack to run changefeed tests locally opt-in via comments (#32002)57cdeaa[Storage] Improvequery_blobdocs (#32048)b7e4b4aBump (#32085)80e2aa4[Storage] [Hotfix] Fix breaking change increate_configurationand prepare ...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
A newer version of azure-storage-blob exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
Perhaps just the ABS tests need to be disabled on Python 3.9:
FAILED zarr/tests/test_storage_v3.py::TestABSStoreV3::test_pickle - azure.core.exceptions.HttpResponseError: Internal Server Error
see: https://github.com/zarr-developers/zarr-python/pull/1621#issuecomment-1944454453
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
3678488) 99.99% compared to head (2b5143d) 98.82%. Report is 3 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1542 +/- ##
==========================================
- Coverage 99.99% 98.82% -1.17%
==========================================
Files 38 38
Lines 14574 14574
==========================================
- Hits 14573 14403 -170
- Misses 1 171 +170
Ok. Looks like that worked except it's reduced the code coverage numbers. grrr....
@dependabot recreate
Superseded by #1829.