Skip to content

Commit

Permalink
Bump azure-storage-blob from 12.17.0 to 12.24.0 (#3416)
Browse files Browse the repository at this point in the history
Bumps
[azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) from
12.17.0 to 12.24.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-python/releases">azure-storage-blob's
releases</a>.</em></p>
<blockquote>
<h2>azure-storage-blob_12.24.0</h2>
<h2>12.24.0 (2024-11-13)</h2>
<h3>Features Added</h3>
<ul>
<li>Stable release of features from 12.24.0b1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/3b1fa564f368e27772ca871e746293f7fa215f14"><code>3b1fa56</code></a>
[Storage] Changelogs for STG 96 GA (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/38438">#38438</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/957903c89846fc0df8abab280e423680d6db081f"><code>957903c</code></a>
[Storage] Added connection pool note to <code>max_concurrency</code>
kwarg for upload/do...</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/2b60d8d0242c7fffb0243ffbbd7eb7aa1c24ec3c"><code>2b60d8d</code></a>
download_file is fully annotated (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/38284">#38284</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/a1deb0d78b760e139f1579e907eb9dd9d4763450"><code>a1deb0d</code></a>
disabled black in pyproject.toml for all packages (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/38271">#38271</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/3d74cb8b51924cfca90c26cf2d39ff3e7885c008"><code>3d74cb8</code></a>
[Storage] Fix for inconsistent casing in <code>x-ms-meta</code> prefix
extraction in res...</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/a3b68b4c8525c5f539d6c4ef754759700d7b0d41"><code>a3b68b4</code></a>
[Storage] Fix Storage subscription env var for Live tests (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/37967">#37967</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/2024e6e97df454ea8d657efee3eb2d7f28c0a8a9"><code>2024e6e</code></a>
enable bandit (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/37693">#37693</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/379fbeb67bb0eef8e2e66ed86a39af6441550ae5"><code>379fbeb</code></a>
bump changelogs after STG 96 beta release (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/37843">#37843</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/f46616170bdc18bb5ebe2ea60545ea17ebd976b3"><code>f466161</code></a>
[Storage] [STG 96] Merge STG 96 into Main (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/37764">#37764</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/a6aa7a38950cc451bf8ca303e1e9dbe066fa26e3"><code>a6aa7a3</code></a>
[Storage] [STG 96] Beta Release Notes (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/37803">#37803</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-python/compare/azure-storage-blob_12.17.0...azure-storage-blob_12.24.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure-storage-blob&package-manager=pip&previous-version=12.17.0&new-version=12.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent e2553dc commit fe6a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ moto[s3,server]==5.0.21; python_version >= '3.8'

# Azure
adlfs==2024.7.0; python_version >= '3.8'
azure-storage-blob==12.17.0
azure-storage-blob==12.24.0

# GCS
gcsfs==2023.12.0; python_version >= '3.8'
Expand Down

0 comments on commit fe6a3ad

Please sign in to comment.