Skip to content

Bump the production-dependencies group with 11 updates#2548

Merged
craddm merged 2 commits into
developfrom
dependabot/pip/production-dependencies-00481ec058
Feb 2, 2026
Merged

Bump the production-dependencies group with 11 updates#2548
craddm merged 2 commits into
developfrom
dependabot/pip/production-dependencies-00481ec058

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 11 updates:

Package From To
azure-mgmt-compute 37.1.0 37.2.0
azure-storage-blob 12.27.1 12.28.0
azure-storage-file-datalake 12.22.0 12.23.0
azure-storage-file-share 12.23.1 12.24.0
cryptography 46.0.3 46.0.4
pulumi-azure-native 3.12.0 3.13.0
pulumi-random 4.18.5 4.19.1
pulumi 3.214.1 3.218.0
pyjwt[crypto] 2.10.1 2.11.0
rich 14.2.0 14.3.1
typer 0.21.0 0.21.1

Updates azure-mgmt-compute from 37.1.0 to 37.2.0

Release notes

Sourced from azure-mgmt-compute's releases.

azure-mgmt-compute_37.2.0

37.2.0 (2026-01-27)

Features Added

  • Added operation group GalleryScriptVersionsOperations
  • Added operation group GalleryScriptsOperations
  • Model GalleryApplicationVersionPublishingProfile has a new parameter storage_account_strategy
  • Model GalleryArtifactPublishingProfileBase has a new parameter storage_account_strategy
  • Model GalleryImageVersionPublishingProfile has a new parameter storage_account_strategy
Commits
  • 45dd4d9 [AutoRelease] t2-compute-2026-01-08-25067(can only be merged by SDK owner) (#...
  • 673caa3 Fix customer SDK stats metrics to display drop code and retry code enum value...
  • d032528 [Identity] Bypass cache when claims provided in Managed Identity (#44815)
  • 3e52f4c Customer SDKStats: Rename metric names and set the environment variable on by...
  • d1955dd [Identity] TSG update for token binding (#44789)
  • d80e98e [Storage] STG 101 Features (#44320)
  • afbdce0 Python SDK emitted from TypeSpec branch `feature/foundry-v2-spec-folder-struc...
  • f0a1882 App Config 1.8.0 Release (#44847)
  • 41022bf Update @​azure-tools/openai-typespec to latest version (1.7.1) (#44839)
  • ddee8a1 Bump tar (#44838)
  • Additional commits viewable in compare view

Updates azure-storage-blob from 12.27.1 to 12.28.0

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.28.0

12.28.0 (2026-01-06)

Features Added

  • Stable release of features from 12.28.0b1

Other Changes

  • Changed the default connection_data_block_size for all clients from 4 KiB to 256 KiB. This should result in significantly better throughput on large file downloads for most environments.

azure-storage-blob_12.28.0b1

12.28.0b1 (2025-12-04)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for the keywords if_modified_since, if_unmodified_since, etag, and match_condition to conditionally perform BlobClient's set_blob_tags and get_blob_tags operations.
  • Added support for the keyword start_from in ContainerClient's list_blobs, list_blob_names, and walk_blobs APIs, which specifies the full path to start listing paths from.
  • Added support for the keyword user_delegation_oid to generate_blob_sas and generate_container_sas, which specifies the Entra ID of the user that is authorized to use the generated SAS URL.
  • Added support for UseDevelopmentStorage=true; as a valid connection string for Azurite.
  • Added the ability to skip auto decompression on BlobClient.download_blob via the decompress keyword.
Commits
  • b3301ac STG 100 GA Release Date for 2026-01-06
  • beb8dfa [Storage][STG 100] Prepare branch for GA + cherry-pick block size change (#44...
  • 874cfcf [Storage] Update Swagger and Release Date (#44243)
  • 4aca0cc Fix perf tests on Python 3.14 + Storage change (#44230)
  • cd5ecc5 [Storage] Fix 100 Live Tests (#44108)
  • 1cd78b1 [Storage] Added support for Python 3.14 + update 100 release date (#44224)
  • 471cda1 [Storage] Add Blob download perf test that uses HTTP library directly (#44111)
  • 9e53510 [Storage] Decompression for Binary Response in Download APIs (#43587)
  • 68b646b Removed create file with data and file semantics features (#43978)
  • 09f0066 [Storage] Added Support for UseDevelopmentStorage=true; for Connection Stri...
  • Additional commits viewable in compare view

Updates azure-storage-file-datalake from 12.22.0 to 12.23.0

Release notes

Sourced from azure-storage-file-datalake's releases.

azure-storage-file-datalake_12.23.0

12.23.0 (2026-01-06)

Features Added

  • Stable release of features from 12.23.0b1

Other Changes

  • Changed the default connection_data_block_size for all clients from 4 KiB to 256 KiB. This should result in significantly better throughput on large file downloads for most environments.

azure-storage-file-datalake_12.23.0b1

12.23.0b1 (2025-12-04)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for the keyword start_from for DataLakeServiceClient's get_paths and DataLakeDirectoryClient's get_paths APIs, which specifies the full path to start listing paths from.
  • Added support for the keyword user_delegation_oid to generate_file_system_sas, generate_directory_sas, and generate_file_sas, which specifies the Entra ID of the user that is authorized to use the generated SAS URL.
  • Added support for UseDevelopmentStorage=true; as a valid connection string for Azurite.
  • Added the ability to skip auto decompression on DataLakeFileClient.download_file via the decompress keyword.

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
  • b3301ac STG 100 GA Release Date for 2026-01-06
  • beb8dfa [Storage][STG 100] Prepare branch for GA + cherry-pick block size change (#44...
  • 6c9b459 Increment package version after release of azure-monitor-opentelemetry-export...
  • b9dcce8 Bump cspell from 9.3.2 to 9.4.0 in /eng/common/spelling (#44264)
  • 04be001 [py sdk - TA] add 2025-11-01 to Readme (#44259)
  • 31e2155 adding more agent creation traces (#44263)
  • 2f728ba Use azpysdk Bandit Check in CI (#44214)
  • 771fa84 Fix unhelpful error when no stress packages are found (#43538)
  • 8646fbe Sync eng/common directory with azure-sdk-tools for PR 13142 (#44244)
  • 874cfcf [Storage] Update Swagger and Release Date (#44243)
  • Additional commits viewable in compare view

Updates azure-storage-file-share from 12.23.1 to 12.24.0

Release notes

Sourced from azure-storage-file-share's releases.

azure-storage-file-share_12.24.0

12.24.0 (2026-01-06)

Features Added

  • Stable release of features from 12.24.0b1

Other Changes

  • Changed the default connection_data_block_size for all clients from 4 KiB to 256 KiB. This should result in significantly better throughput on large file downloads for most environments.

azure-storage-file-share_12.24.0b1

12.24.0b1 (2025-12-04)

Features Added

  • Added support for service version 2026-02-06.
  • Added new get_user_delegation_key API to ShareServiceClient to obtain a user delegation key for the purposes of signing SAS tokens.
  • Added support for the keyword user_delegation_oid to generate_share_sas and generate_file_sas, which specifies the Entra ID of the user that is authorized to use the generated SAS URL.
  • Added support for the keyword user_delegation_key to generate_share_sas and generate_file_sas used with user_delegation_oid to authenticate the request to generate a new SAS URL.
  • Added support for the keyword encryption_in_transitin ShareSmbSettings used by set_service_properties for the SMB protocol to specify whether encryption in transit is required.
  • Added the ability to skip auto decompression on ShareFileClient.download_file via the decompress keyword.

Bugs Fixed

  • Fixed an issue where FileProperties and DirectoryProperties did not contain timezone information for change_time, creation_time, and last_write_time attributes.
Commits
  • b3301ac STG 100 GA Release Date for 2026-01-06
  • beb8dfa [Storage][STG 100] Prepare branch for GA + cherry-pick block size change (#44...
  • 874cfcf [Storage] Update Swagger and Release Date (#44243)
  • 4aca0cc Fix perf tests on Python 3.14 + Storage change (#44230)
  • cd5ecc5 [Storage] Fix 100 Live Tests (#44108)
  • 1cd78b1 [Storage] Added support for Python 3.14 + update 100 release date (#44224)
  • 471cda1 [Storage] Add Blob download perf test that uses HTTP library directly (#44111)
  • 9e53510 [Storage] Decompression for Binary Response in Download APIs (#43587)
  • 68b646b Removed create file with data and file semantics features (#43978)
  • 09f0066 [Storage] Added Support for UseDevelopmentStorage=true; for Connection Stri...
  • Additional commits viewable in compare view

Updates cryptography from 46.0.3 to 46.0.4

Changelog

Sourced from cryptography's changelog.

46.0.4 - 2026-01-27


* `Dropped support for win_arm64 wheels`_.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.5.

.. _v46-0-3:

Commits

Updates pulumi-azure-native from 3.12.0 to 3.13.0

Release notes

Sourced from pulumi-azure-native's releases.

v3.13.0

Does the PR have any schema changes?

Found 698 breaking changes:

Resources

  • "azure-native:avs:Addon":
    • 🟡 inputs: "addonType" missing
    • properties:
      • 🟡 "addonType" missing output "addonType"
      • 🟡 "provisioningState" missing output "provisioningState"
  • "azure-native:avs:PlacementPolicy":
    • inputs:
      • 🟡 "displayName" missing
      • 🟡 "state" missing
      • 🟡 "type" missing
    • properties:
      • 🟡 "displayName" missing output "displayName"
      • 🟡 "provisioningState" missing output "provisioningState"
      • 🟡 "state" missing output "state"
  • "azure-native:avs:WorkloadNetworkDhcp":
    • inputs:
      • 🟡 "dhcpType" missing
      • 🟡 "displayName" missing
      • 🟡 "revision" missing
    • properties:
      • 🟡 "dhcpType" missing output "dhcpType"
      • 🟡 "displayName" missing output "displayName"
      • 🟡 "provisioningState" missing output "provisioningState"
      • 🟡 "revision" missing output "revision"
      • 🟡 "segments" missing output "segments"
  • "azure-native:azurestackhci:GalleryImage":
    • 🟡 inputs: "vmImageRepositoryCredentials" missing
    • 🟡 properties: "vmImageRepositoryCredentials" missing output "vmImageRepositoryCredentials"
  • 🟢 "azure-native:batch:BatchAccount": required: "tags" property is no longer Required
  • "azure-native:cognitiveservices:ProjectCapabilityHost":
    • 🟡 inputs: "capabilityHostProperties" missing
    • 🟡 properties: "capabilityHostProperties" missing output "capabilityHostProperties"
    • 🟢 required inputs: "projectCapabilityHostProperties" input has changed to Required
  • "azure-native:databasewatcher:Target":
    • inputs:
      • 🟡 "connectionServerName" missing
      • 🟡 "targetAuthenticationType" missing
      • 🟡 "targetType" missing
      • 🟡 "targetVault" missing
    • properties:
      • 🟡 "connectionServerName" missing output "connectionServerName"
      • 🟡 "provisioningState" missing output "provisioningState"
      • 🟡 "targetAuthenticationType" missing output "targetAuthenticationType"
      • 🟡 "targetType" missing output "targetType"

... (truncated)

Commits
  • 686bc8b Fix postgres example due to enum type name changing (#4503)
  • cddd86d Fix postgres example due to enum type name changing
  • 3482e36 Tell users to pulumi refresh --run-program when API versions have changed (#4...
  • a6fb5b0 Tell users to pulumi refresh --run-program when API versions have changed
  • 583d5d8 Remove dead code using "required explicit resources" (#4500)
  • bbf0f03 Handle and retry StorageAccount specific in-progress operation errors (#4497)
  • 6950b5c Remove dead code using required explicit resources
  • f0e32e8 Handle and retry StorageAccount specific in-progress operation errors
  • ac4d12b Update azure-rest-api-specs to latest 2026-01-27 (#4496)
  • f8ceb1c Fix cs-sql example program
  • Additional commits viewable in compare view

Updates pulumi-random from 4.18.5 to 4.19.1

Release notes

Sourced from pulumi-random's releases.

v4.19.1

What's Changed

Full Changelog: pulumi/pulumi-random@v4.19.0...v4.19.1

v4.19.0

What's Changed

Full Changelog: pulumi/pulumi-random@v4.18.5...v4.19.0

Commits

Updates pulumi from 3.214.1 to 3.218.0

Release notes

Sourced from pulumi's releases.

v3.218.0

3.218.0 (2026-01-29)

Features

  • [sdk/nodejs] Add support for the OnError resource hook

Bug Fixes

  • [cli] Allow positional arguments to be passed to convert again

  • [cli/install] Correctly include git forge organizations as schema namespaces when generating SDKs #21579

  • [cli/{install,package}] Correctly grab package names for Python & NodeJS #21577

v3.217.1

3.217.1 (2026-01-27)

Features

  • [sdk/go] Add support for the OnError resource hook #21515

Bug Fixes

  • [cli/install] Copy files when linking to be robust to copying across file partitions #21549

  • [cli/install] Do not double install plugins with explicit parameterizations #21548

Full Changelog: pulumi/pulumi@v3.217.0...v3.217.1

v3.217.0

3.217.0 (2026-01-23)

Features

  • [cli] Extract organization, team, and user from OIDC JWT claims during login #21462

  • [engine] Add the OnError resource hook to allow for custom retry policies

... (truncated)

Changelog

Sourced from pulumi's changelog.

3.218.0 (2026-01-29)

Features

  • [sdk/nodejs] Add support for the OnError resource hook

Bug Fixes

  • [cli] Allow positional arguments to be passed to convert again

  • [cli/install] Correctly include git forge organizations as schema namespaces when generating SDKs #21579

  • [cli/{install,package}] Correctly grab package names for Python & NodeJS #21577

3.217.1 (2026-01-27)

Features

  • [sdk/go] Add support for the OnError resource hook #21515

Bug Fixes

  • [cli/install] Copy files when linking to be robust to copying across file partitions #21549

  • [cli/install] Do not double install plugins with explicit parameterizations #21548

  • [cli/install] Copy files when linking instead of renaming #21549

Full Changelog: pulumi/pulumi@v3.217.0...v3.217.1

3.217.0 (2026-01-23)

Features

  • [cli] Extract organization, team, and user from OIDC JWT claims during login #21462

  • [engine] Add the OnError resource hook to allow for custom retry policies

... (truncated)

Commits

Updates pyjwt[crypto] from 2.10.1 to 2.11.0

Release notes

Sourced from pyjwt[crypto]'s releases.

2.11.0

What's Changed

... (truncated)

Changelog

Sourced from pyjwt[crypto]'s changelog.

v2.11.0 <https://github.com/jpadilla/pyjwt/compare/2.10.1...2.11.0>__

Fixed


- Enforce ECDSA curve validation per RFC 7518 Section 3.4.
- Fix build system warnings by @kurtmckee in `[#1105](https://github.com/jpadilla/pyjwt/issues/1105) <https://github.com/jpadilla/pyjwt/pull/1105>`__
- Validate key against allowed types for Algorithm family in `[#964](https://github.com/jpadilla/pyjwt/issues/964) <https://github.com/jpadilla/pyjwt/pull/964>`__
- Add iterator for JWKSet in `[#1041](https://github.com/jpadilla/pyjwt/issues/1041) <https://github.com/jpadilla/pyjwt/pull/1041>`__
- Validate `iss` claim is a string during encoding and decoding by @pachewise in `[#1040](https://github.com/jpadilla/pyjwt/issues/1040) <https://github.com/jpadilla/pyjwt/pull/1040>`__
- Improve typing/logic for `options` in decode, decode_complete by @pachewise in `[#1045](https://github.com/jpadilla/pyjwt/issues/1045) <https://github.com/jpadilla/pyjwt/pull/1045>`__
- Declare float supported type for lifespan and timeout by @nikitagashkov in `[#1068](https://github.com/jpadilla/pyjwt/issues/1068) <https://github.com/jpadilla/pyjwt/pull/1068>`__
- Fix ``SyntaxWarning``\s/``DeprecationWarning``\s caused by invalid escape sequences by @kurtmckee in `[#1103](https://github.com/jpadilla/pyjwt/issues/1103) <https://github.com/jpadilla/pyjwt/pull/1103>`__
- Development: Build a shared wheel once to speed up test suite setup times by @kurtmckee in `[#1114](https://github.com/jpadilla/pyjwt/issues/1114) <https://github.com/jpadilla/pyjwt/pull/1114>`__
- Development: Test type annotations across all supported Python versions,
  increase the strictness of the type checking, and remove the mypy pre-commit hook
  by @kurtmckee in `[#1112](https://github.com/jpadilla/pyjwt/issues/1112) <https://github.com/jpadilla/pyjwt/pull/1112>`__

Added

  • Support Python 3.14, and test against PyPy 3.10 and 3.11 by @​kurtmckee in [#1104](https://github.com/jpadilla/pyjwt/issues/1104) <https://github.com/jpadilla/pyjwt/pull/1104>__
  • Development: Migrate to build to test package building in CI by @​kurtmckee in [#1108](https://github.com/jpadilla/pyjwt/issues/1108) <https://github.com/jpadilla/pyjwt/pull/1108>__
  • Development: Improve coverage config and eliminate unused test suite code by @​kurtmckee in [#1115](https://github.com/jpadilla/pyjwt/issues/1115) <https://github.com/jpadilla/pyjwt/pull/1115>__
  • Docs: Standardize CHANGELOG links to PRs by @​kurtmckee in [#1110](https://github.com/jpadilla/pyjwt/issues/1110) <https://github.com/jpadilla/pyjwt/pull/1110>__
  • Docs: Fix Read the Docs builds by @​kurtmckee in [#1111](https://github.com/jpadilla/pyjwt/issues/1111) <https://github.com/jpadilla/pyjwt/pull/1111>__
  • Docs: Add example of using leeway with nbf by @​djw8605 in [#1034](https://github.com/jpadilla/pyjwt/issues/1034) <https://github.com/jpadilla/pyjwt/pull/1034>__
  • Docs: Refactored docs with autodoc; added PyJWS and jwt.algorithms docs by @​pachewise in [#1045](https://github.com/jpadilla/pyjwt/issues/1045) <https://github.com/jpadilla/pyjwt/pull/1045>__
  • Docs: Documentation improvements for "sub" and "jti" claims by @​cleder in [#1088](https://github.com/jpadilla/pyjwt/issues/1088) <https://github.com/jpadilla/pyjwt/pull/1088>__
  • Development: Add pyupgrade as a pre-commit hook by @​kurtmckee in [#1109](https://github.com/jpadilla/pyjwt/issues/1109) <https://github.com/jpadilla/pyjwt/pull/1109>__
  • Add minimum key length validation for HMAC and RSA keys (CWE-326). Warns by default via InsecureKeyLengthWarning when keys are below minimum recommended lengths per RFC 7518 Section 3.2 (HMAC) and NIST SP 800-131A (RSA). Pass enforce_minimum_key_length=True in options to PyJWT or PyJWS to raise InvalidKeyError instead.
  • Refactor PyJWT to own an internal PyJWS instance instead of calling global api_jws functions.
Commits

Updates rich from 14.2.0 to 14.3.1

Release notes

Sourced from rich's releases.

The Nerdy Fix release

Fixed issue with characters outside of unicode range reporting 0 cell size

[14.3.1] - 2026-01-24

Fixed

The more emojis release

Rich now has support for multi-codepoint emojis. There have also been some Markdown improvements, and a number of fixes. See the release notes below for details.

[14.3.0] - 2026-01-24

Fixed

Added

Changed

Changelog

Sourced from rich's changelog.

[14.3.1] - 2026-01-24

Fixed

[14.3.0] - 2026-01-24

Fixed

Added

Changed

Commits

Bumps the production-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [azure-mgmt-compute](https://github.com/Azure/azure-sdk-for-python) | `37.1.0` | `37.2.0` |
| [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.27.1` | `12.28.0` |
| [azure-storage-file-datalake](https://github.com/Azure/azure-sdk-for-python) | `12.22.0` | `12.23.0` |
| [azure-storage-file-share](https://github.com/Azure/azure-sdk-for-python) | `12.23.1` | `12.24.0` |
| [cryptography](https://github.com/pyca/cryptography) | `46.0.3` | `46.0.4` |
| [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `3.12.0` | `3.13.0` |
| [pulumi-random](https://github.com/pulumi/pulumi-random) | `4.18.5` | `4.19.1` |
| [pulumi](https://github.com/pulumi/pulumi) | `3.214.1` | `3.218.0` |
| [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) | `2.10.1` | `2.11.0` |
| [rich](https://github.com/Textualize/rich) | `14.2.0` | `14.3.1` |
| [typer](https://github.com/fastapi/typer) | `0.21.0` | `0.21.1` |


Updates `azure-mgmt-compute` from 37.1.0 to 37.2.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-mgmt-compute_37.1.0...azure-mgmt-compute_37.2.0)

Updates `azure-storage-blob` from 12.27.1 to 12.28.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.27.1...azure-storage-blob_12.28.0)

Updates `azure-storage-file-datalake` from 12.22.0 to 12.23.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-storage-file-datalake_12.22.0...azure-storage-file-datalake_12.23.0)

Updates `azure-storage-file-share` from 12.23.1 to 12.24.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-storage-file-share_12.23.1...azure-storage-file-share_12.24.0)

Updates `cryptography` from 46.0.3 to 46.0.4
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@46.0.3...46.0.4)

Updates `pulumi-azure-native` from 3.12.0 to 3.13.0
- [Release notes](https://github.com/pulumi/pulumi-azure-native/releases)
- [Changelog](https://github.com/pulumi/pulumi-azure-native/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-azure-native@v3.12.0...v3.13.0)

Updates `pulumi-random` from 4.18.5 to 4.19.1
- [Release notes](https://github.com/pulumi/pulumi-random/releases)
- [Changelog](https://github.com/pulumi/pulumi-random/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-random@v4.18.5...v4.19.1)

Updates `pulumi` from 3.214.1 to 3.218.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.214.1...v3.218.0)

Updates `pyjwt[crypto]` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.10.1...2.11.0)

Updates `rich` from 14.2.0 to 14.3.1
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v14.2.0...v14.3.1)

Updates `typer` from 0.21.0 to 0.21.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.21.0...0.21.1)

---
updated-dependencies:
- dependency-name: azure-mgmt-compute
  dependency-version: 37.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: azure-storage-blob
  dependency-version: 12.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: azure-storage-file-datalake
  dependency-version: 12.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: azure-storage-file-share
  dependency-version: 12.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: cryptography
  dependency-version: 46.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pulumi-azure-native
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pulumi-random
  dependency-version: 4.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pulumi
  dependency-version: 3.218.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pyjwt[crypto]
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rich
  dependency-version: 14.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typer
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner February 1, 2026 03:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2026
@github-actions

github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

@craddm craddm closed this Feb 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Feb 2, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@craddm craddm reopened this Feb 2, 2026
@craddm
craddm merged commit 07492f5 into develop Feb 2, 2026
11 checks passed
@craddm
craddm deleted the dependabot/pip/production-dependencies-00481ec058 branch February 2, 2026 11:27
@cptanalatriste cptanalatriste mentioned this pull request Feb 13, 2026
18 tasks
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant