Skip to content

Bump the core-deps group across 1 directory with 3 updates#66

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/packages/core/core-deps-c81c9f8d97
Open

Bump the core-deps group across 1 directory with 3 updates#66
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/packages/core/core-deps-c81c9f8d97

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Updates the requirements on structlog, azure-mgmt-storage and azure-mgmt-containerservice to permit the latest version.
Updates structlog to 25.5.0

Release notes

Sourced from structlog's releases.

25.5.0

Highlights

Huge release! There's plenty of important little bug fixes and new features, but the headliner is definitely the improved ergonomics of structlog.dev.ConsoleRenderer. We have finally accepted that local development has different priorities than production and made it both mutable (with automatic re-configuration) and also easily retrievable (cr = ConsoleRenderer.get_active()). This allows you, for example, to disable Rich exception formatting as easily as structlog.dev.ConsoleRenderer.get_active().exception_formatter = structlog.dev.plain_traceback. Please check out the updated docs!

Full changelog below!

Special Thanks

This release would not be possible without my generous sponsors! Thank you to all of you making sustainable maintenance possible! If you would like to join them, go to https://github.com/sponsors/hynek and check out the sweet perks!

Above and Beyond

Variomedia AG (@variomedia), Tidelift (@tidelift), thanks.dev (@thnxdev), Privacy Solutions GmbH (@privacy-solutions), Quesma (@​QuesmaOrg), FilePreviews (@filepreviews), LambdaTest (@LambdaTest-Inc), Doist (@Doist), Daniel Fortunov (@asqui), and Kevin P. Fleming (@kpfleming).

Maintenance Sustainers

Buttondown (@buttondown), Jeff McCarrell (@jmccarrell), Christopher Dignam (@chdsbd), Magnus Watn (@magnuswatn), David Cramer (@dcramer), Jesse Snyder (@jessesnyder), Rivo Laks (@rivol), Polar (@polarsource), Mike Fiedler (@miketheman), Duncan Hill (@cricalix), Colin Marquardt (@cmarqu), Pieter Swinkels (@swinkels), Nick Libertini (@libertininick), Brian M. Dennis (@crossjam), Celebrity News AG (@celebritynewsag), The Westervelt Company (@westerveltco), Sławomir Ehlert (@slafs), Mostafa Khalil (@khadrawy), Filip Mularczyk (@mukiblejlok), Thomas Klinger (@thmsklngr), Andreas Poehlmann (@ap--), August Trapper Bigelow (@atbigelow), Carlton Gibson (@carltongibson), Roboflow (@roboflow), and Jeff McCarrell (@jmccarrell).

Full Changelog

Deprecated

  • structlog.dev.ConsoleRenderer()'s pad_event argument has been renamed to pad_event_to to differentiate it from the boolean pad_level argument. pad_event is now deprecated.

Added

  • Added structlog.dev.ConsoleRenderer.get_active() that returns the currently active structlog.dev.ConsoleRenderer(). #749

  • structlog.dev.ConsoleRenderer() now supports setting the exception_formatter attribute.

    You can now disable the pretty-printing of exceptions by setting it to structlog.dev.plain_traceback:

    cr = structlog.dev.ConsoleRenderer.get_active()
    cr.exception_formatter = structlog.dev.plain_traceback

    Same goes for sort_keys, columns, colors, force_colors, level_styles, pad_event_to, event_key, timestamp_key, and repr_native_str.

    #749 #756 #757 #759

  • Added structlog.dev.ConsoleRenderer.get_default_column_styles() for reuse the default column styles. #741

  • structlog.testing.capture_logs() now optionally accepts processors to apply before capture. #728

... (truncated)

Changelog

Sourced from structlog's changelog.

25.5.0 - 2025-10-27

Deprecated

  • structlog.dev.ConsoleRenderer()'s pad_event argument has been renamed to pad_event_to to differentiate it from the boolean pad_level argument. pad_event is now deprecated.

Added

  • Added structlog.dev.ConsoleRenderer.get_active() that returns the currently active structlog.dev.ConsoleRenderer(). #749

  • structlog.dev.ConsoleRenderer() now supports setting the exception_formatter attribute.

    You can now disable the pretty-printing of exceptions by setting it to structlog.dev.plain_traceback:

    cr = structlog.dev.ConsoleRenderer.get_active()
    cr.exception_formatter = structlog.dev.plain_traceback

    Same goes for sort_keys, columns, colors, force_colors, level_styles, pad_event_to, event_key, timestamp_key, and repr_native_str.

    #749 #756 #757 #759

  • Added structlog.dev.ConsoleRenderer.get_default_column_styles() for reuse the default column styles. #741

  • structlog.testing.capture_logs() now optionally accepts processors to apply before capture. #728

  • structlog.dev.RichTracebackFormatter now exposes the upstream code_width parameter. Default width is now None for full terminal width. Full terminal width is now handled by Rich itself, bringing support for reflow and COLUMN environment variable. Passing -1 for width is now deprecated and automatically replaced by None. #717

  • Native loggers now allow the passing of a dictionary for dictionary-based interpolation log.info("hello %(name)s!", {"name": "world"}). #748

  • On Python 3.11+, structlog.processors.CallsiteParameterAdder now supports CallsiteParameter.QUAL_NAME that adds the qualified name of the callsite, including scope and class names. This is only available for structlog-originated events since the standard library has no equivalent.

  • structlog.stdlib.LoggerFactory now supports the stacklevel parameter. #763

... (truncated)

Commits

Updates azure-mgmt-storage to 25.0.0

Release notes

Sourced from azure-mgmt-storage's releases.

azure-mgmt-storage_25.0.0

25.0.0 (2026-05-19)

Features Added

  • Client StorageManagementClient added method send_request
  • Client StorageManagementClient added operation group connectors
  • Client StorageManagementClient added operation group data_shares
  • Enum AccessTier added member SMART
  • Enum AllowedCopyScope added member ALL
  • Enum TriggerType added member MOCK_RUN
  • Model AzureEntityResource added property system_data
  • Model BlobContainer added property system_data
  • Model BlobServiceProperties added property system_data
  • Model DeletedAccount added property system_data
  • Model EncryptionScope added property system_data
  • Model FileServiceProperties added property system_data
  • Model FileServiceUsage added property system_data
  • Model FileShare added property system_data
  • Model FileShareItem added property system_data
  • Model ImmutabilityPolicy added property system_data
  • Model ListContainerItem added property system_data
  • Model ListQueue added property system_data
  • Model ManagementPolicy added property system_data
  • Model ObjectReplicationPolicy added property system_data
  • Model PrivateEndpointConnection added property system_data
  • Model PrivateLinkResource added property system_data
  • Model ProxyResource added property system_data
  • Model QueueServiceProperties added property system_data
  • Model StorageAccount added property system_data
  • Model StorageAccountCheckNameAvailabilityParameters added property type
  • Model StorageAccountMigration added property system_data
  • Model StorageQueue added property system_data
  • Model StorageTaskAssignment added property system_data
  • Model StorageTaskReportInstance added property system_data
  • Model Table added property system_data
  • Model TableServiceProperties added property system_data
  • Model TrackedResource added property system_data
  • Added model CloudError
  • Added model Connector
  • Added model ConnectorUpdate
  • Added model DataShare
  • Added model DataShareConnection
  • Added model DataShareSource
  • Added model DataShareSourceUpdate
  • Added model DataShareUpdate
  • Added model ManagedIdentityAuthProperties
  • Added model ManagedIdentityAuthPropertiesUpdate
  • Added enum NativeDataSharingProvisioningState
  • Added model ObjectReplicationPolicyPropertiesTagsReplication

... (truncated)

Commits
  • f912c85 [AutoPR azure-mgmt-storage]-generated-from-SDK Generation - Python-6263760 (#...
  • c922d8f fix(evaluation): initialize sample_input in prompty format_llm_response (#47005)
  • 45b72db Sync .github/skills directory with azure-sdk-tools for PR 15376 (#46991)
  • 34a96ed [typespec-python] Remove generated test files from main branch (#46996)
  • 6968c0c [typespec-python] Move regenerated tests to dedicated branch and new path (#4...
  • 41ea3dd Fix flaky core plugin live test (#46904)
  • 18e7c83 Update release plan and SDK release skills with improved wording and optional...
  • a634fee [Key Vault] Regenerated SecurityDomain SDK with new folder structure and API ...
  • b66e922 Regenerate azure-mgmt-purview with latest code generator tool (#46980)
  • 2096437 Regenerate azure-mgmt-powerbidedicated with latest code generator tool (#46976)
  • Additional commits viewable in compare view

Updates azure-mgmt-containerservice to 41.2.0

Release notes

Sourced from azure-mgmt-containerservice's releases.

azure-mgmt-containerservice_41.2.0

41.2.0 (2026-05-09)

Features Added

  • Model AgentPoolManagedClusterAgentPoolProfileProperties added property artifact_streaming_profile
  • Model ManagedClusterAgentPoolProfile added property artifact_streaming_profile
  • Model ManagedClusterAgentPoolProfileProperties added property artifact_streaming_profile
  • Enum OSSKU added member AZURE_CONTAINER_LINUX
  • Added model AgentPoolArtifactStreamingProfile
Commits
  • c16b008 [AutoPR azure-mgmt-containerservice]-generated-from-SDK Generation - Python-6...
  • ee77290 Regenerate azure-mgmt-azurearcdata with latest code generator tool (#46883)
  • edf5833 Regenerate azure-mgmt-storagesync with latest code generator tool (#46884)
  • 0ab9a6d Replace per-package READMEs under eng/tools/emitter/gen with PyPI-install war...
  • 5c08adf Regenerate azure-mgmt-azurearcdata with latest code generator tool (#46876)
  • d86ac2e Regenerate azure-mgmt-automation with latest code generator tool (#46875)
  • 2b181f9 bump typespec-python 0.62.1 (#46874)
  • 2582f8f [sdk generation pipeline] support sdkReleaseType for all generation type (#...
  • 320fea2 Sync eng/common directory with azure-sdk-tools for PR 15591 (#46848)
  • e0e2951 Populate the distro version env var before exporter imports (#46869)
  • Additional commits viewable in compare view

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 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

Updates the requirements on [structlog](https://github.com/hynek/structlog), [azure-mgmt-storage](https://github.com/Azure/azure-sdk-for-python) and [azure-mgmt-containerservice](https://github.com/Azure/azure-sdk-for-python) to permit the latest version.

Updates `structlog` to 25.5.0
- [Release notes](https://github.com/hynek/structlog/releases)
- [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md)
- [Commits](hynek/structlog@24.1.0...25.5.0)

Updates `azure-mgmt-storage` to 25.0.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-mgmt-storage_21.0.0...azure-mgmt-storage_25.0.0)

Updates `azure-mgmt-containerservice` to 41.2.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-mgmt-containerservice_28.0.0...azure-mgmt-containerservice_41.2.0)

---
updated-dependencies:
- dependency-name: structlog
  dependency-version: 25.5.0
  dependency-type: direct:production
  dependency-group: core-deps
- dependency-name: azure-mgmt-storage
  dependency-version: 25.0.0
  dependency-type: direct:development
  dependency-group: core-deps
- dependency-name: azure-mgmt-containerservice
  dependency-version: 41.2.0
  dependency-type: direct:development
  dependency-group: core-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 23, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants