Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2025

Bumps the infra group with 4 updates in the / directory: azure-identity, azure-storage-blob, azure-storage-queue and azure-monitor-opentelemetry.

Updates azure-identity from 1.25.0 to 1.25.1

Release notes

Sourced from azure-identity's releases.

azure-identity_1.25.1

1.25.1 (2025-10-06)

Other Changes

  • When AZURE_TOKEN_CREDENTIALS is set to ManagedIdentityCredential, DefaultAzureCredential now skips the IMDS endpoint probe request and directly attempts token acquisition with full retry logic, matching the behavior of using ManagedIdentityCredential standalone. (#43080)
  • Improved error messages from ManagedIdentityCredential to include the full error response from managed identity endpoints for better troubleshooting. (#43231)
Commits

Updates azure-storage-blob from 12.26.0 to 12.27.1

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.27.1

12.27.1 (2025-10-29)

Bugs Fixed

  • Fixed MyPy attr-defined errors for BlobClient.

azure-storage-blob_12.27.0

12.27.0 (2025-10-15)

Features Added

  • Stable release of features from 12.27.0b1

Other Changes

  • Migrated any previously documented kwarg arguments to be named keywords. Some public types may have been adjusted if they were previously erroneous or incomplete.
  • Removed __enter__ and __exit__ attributes for all asynchronous client objects for raising explicit TypeError, and let the AttributeError raise directly.
Commits
  • 2972b9e [Storage] Cherry Pick mypy fixes for STG 99 (#43664)
  • 0568271 [Storage] [STG 99] Changelogs for Removing __enter__ and __exit__ from As...
  • ad01347 Updated release date
  • 680072a Added back download_blob overloads to fix API Views (#42769)
  • 49dd75d Added changelogs for the bug fix (#43105)
  • c8ba802 [Storage] Fixed Pagination for list_directories_and_files when `name_starts...
  • ad36c0c Merge branch 'main' into release/storage/stg99-ga
  • 1c0344e Fix NFS tests (#42894)
  • 20f7d18 Added back download_blob overloads to fix API Views (#42769)
  • 28abd08 [Storage] Fix Blob test_helpers.py (#42712)
  • Additional commits viewable in compare view

Updates azure-storage-queue from 12.13.0 to 12.14.1

Release notes

Sourced from azure-storage-queue's releases.

azure-storage-queue_12.14.1

12.14.1 (2025-10-29)

Bugs Fixed

  • Fixed MyPy attr-defined errors for QueueClient.

azure-storage-queue_12.14.0

12.14.0 (2025-10-15)

Features Added

  • Stable release of features from 12.14.0b1

Other Changes

  • Removed __enter__ and __exit__ attributes for all asynchronous client objects for raising explicit TypeError, and let the AttributeError raise directly.
Commits
  • 2972b9e [Storage] Cherry Pick mypy fixes for STG 99 (#43664)
  • 0568271 [Storage] [STG 99] Changelogs for Removing __enter__ and __exit__ from As...
  • ad01347 Updated release date
  • 680072a Added back download_blob overloads to fix API Views (#42769)
  • 49dd75d Added changelogs for the bug fix (#43105)
  • c8ba802 [Storage] Fixed Pagination for list_directories_and_files when `name_starts...
  • ad36c0c Merge branch 'main' into release/storage/stg99-ga
  • 1c0344e Fix NFS tests (#42894)
  • 20f7d18 Added back download_blob overloads to fix API Views (#42769)
  • 28abd08 [Storage] Fix Blob test_helpers.py (#42712)
  • Additional commits viewable in compare view

Updates azure-monitor-opentelemetry from 1.8.1 to 1.8.2

Release notes

Sourced from azure-monitor-opentelemetry's releases.

azure-monitor-opentelemetry_1.8.2

1.8.2 (2025-11-14)

Features Added

  • Add trace_based_sampling logger parameters to filter logs (#43811)
  • Performance Counters (#43262)
  • Adding more diagnostic log message IDs (#43183)
  • Enable Azure AI Project instrumentation (#43869)

Bugs Fixed

  • Fix detector version (#43044)
  • Fix spelling for OTEL_PYTHON_EXCLUDED_URLS in samples (#43141)
Commits

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Nov 14, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/uv/infra-863f31d1d8 branch 2 times, most recently from 64fdb51 to 5a4ab9b Compare November 19, 2025 08:31
Bumps the infra group with 4 updates in the / directory: [azure-identity](https://github.com/Azure/azure-sdk-for-python), [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python), [azure-storage-queue](https://github.com/Azure/azure-sdk-for-python) and [azure-monitor-opentelemetry](https://github.com/Azure/azure-sdk-for-python).


Updates `azure-identity` from 1.25.0 to 1.25.1
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-identity_1.25.0...azure-identity_1.25.1)

Updates `azure-storage-blob` from 12.26.0 to 12.27.1
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.26.0...azure-storage-blob_12.27.1)

Updates `azure-storage-queue` from 12.13.0 to 12.14.1
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-storage-queue_12.13.0...azure-storage-queue_12.14.1)

Updates `azure-monitor-opentelemetry` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-monitor-opentelemetry_1.8.1...azure-monitor-opentelemetry_1.8.2)

---
updated-dependencies:
- dependency-name: azure-identity
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: infra
- dependency-name: azure-storage-blob
  dependency-version: 12.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infra
- dependency-name: azure-storage-queue
  dependency-version: 12.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infra
- dependency-name: azure-monitor-opentelemetry
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: infra
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/uv/infra-863f31d1d8 branch from 5a4ab9b to ce5e400 Compare November 20, 2025 08:36
@MatMoore MatMoore merged commit 2330c8e into main Nov 20, 2025
12 checks passed
@MatMoore MatMoore deleted the dependabot/uv/infra-863f31d1d8 branch November 20, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants