Skip to content

chore(uv): bump the uv-dependencies group with 3 updates - #83

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-dependencies-4507c0ff62
Open

chore(uv): bump the uv-dependencies group with 3 updates#83
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-dependencies-4507c0ff62

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the uv-dependencies group with 3 updates: boto3, azure-mgmt-compute and ty.

Updates boto3 from 1.43.73 to 1.43.74

Commits
  • 2092299 Merge branch 'release-1.43.74'
  • 69fda4d Bumping version to 1.43.74
  • ee5ec70 Add changelog entries from botocore
  • 5abe90c Merge branch 'release-1.43.73' into develop
  • See full diff in compare view

Updates azure-mgmt-compute from 38.2.0 to 38.3.0

Release notes

Sourced from azure-mgmt-compute's releases.

azure-mgmt-compute_38.3.0

38.3.0 (2026-08-12)

Features Added

  • Client ComputeManagementClient added operation group virtual_machine_diagnostic_run_commands
  • Client ComputeManagementClient added operation group virtual_machine_scale_set_vm_diagnostic_run_commands
  • Model CapacityReservationInstanceView added property reservation_state_info
  • Model CapacityReservationInstanceViewWithName added property reservation_state_info
  • Model CapacityReservationProfile added property disable_capacity_reservation_assignment
  • Model CapacityReservationUtilization added property used_reserved_count_by_subscription
  • Model HardwareProfile added property processor_mode
  • Model HostEndpointSettings added property use_local_file_rules
  • Model ManagedDiskParameters added property additional_disk_properties
  • Enum ReservationType added member OPEN
  • Model ScheduleProfile added property minimum_commitment_days
  • Model ScheduleProfile added property modifiable_until
  • Model StorageProfile added property disk_api_version
  • Model VirtualMachineExtensionImageProperties added property extension_feature_metadata
  • Model VirtualMachineExtensionImageProperties added property release_category
  • Model VirtualMachineExtensionImageProperties added property release_notes
  • Model VirtualMachineExtensionImageProperties added property run_profile
  • Model VirtualMachineExtensionImageProperties added property urgency_level
  • Model VirtualMachineInstanceView added property capacity_reservation_type
  • Model VirtualMachineIpTag added property first_party_service_tag_id
  • Enum VirtualMachinePriorityTypes added member SPOT_PLUS
  • Model VirtualMachineScaleSetHardwareProfile added property processor_mode
  • Model VirtualMachineScaleSetIpTag added property first_party_service_tag_id
  • Model VirtualMachineScaleSetManagedDiskParameters added property additional_disk_properties
  • Model VirtualMachineScaleSetStorageProfile added property disk_api_version
  • Model VirtualMachineScaleSetUpdateStorageProfile added property disk_api_version
  • Model VirtualMachineScaleSetVMInstanceView added property capacity_reservation_type
  • Model VirtualMachineScaleSetVMProperties added property capacity_reservation
  • Added model AdditionalDiskProperties
  • Added model CapacityReservationStateInfo
  • Added enum CapacityReservationType
  • Added enum DiskApiVersion
  • Added model DiskAvailabilityPolicy
  • Added model ExtensionFeatureMetadata
  • Added model ExtensionFeatureTag
  • Added enum ListVersionsExpandOptions
  • Added model MigrateVMAvailabilityZoneInput
  • Added enum ProcessorMode
  • Added enum ReleaseCategory
  • Added enum ReservationState
  • Added enum RunProfile
  • Added enum UrgencyLevel
  • Added model VirtualMachineDiagnosticRunCommand
  • Added enum VirtualMachineDiskDelayAction
  • Added enum VirtualMachineDiskNetworkAccessPolicy

... (truncated)

Commits
  • 1c9bfde Adding fix workflow to failing pipelines (#48554)
  • 0a6617d [Service Bus] Send server-timeout on management operations (#48563)
  • f5f77ab Bump fast-uri from 3.1.4 to 3.1.5 in /eng/common/tsp-client (#48615)
  • 7a96990 Configurations: 'specification/management/resource-manager/Microsoft.Managem...
  • f1f45db [AutoPR azure-mgmt-compute]-generated-from-SDK Generation - Python-6692529 (#...
  • ec6daf8 Prepare azure-ai-agentserver-core 2.1.0b2 release (#48619)
  • a94a8aa [agentserver-core] Update task client to Routines=V2Preview opt-in header (#4...
  • c24957f Restore durable Responses request context (#48605)
  • 329591b Add asyncpg SQLAlchemy engine factory for Entra authentication (#48368)
  • a038f49 Howie/dispatch 2 (#48606)
  • Additional commits viewable in compare view

Updates ty from 0.0.72 to 0.0.73

Release notes

Sourced from ty's releases.

0.0.73

Release Notes

Released on 2026-08-18.

LSP server

  • Do not prefer unsafe fixes in the language server (#27822)
  • Fix signature help in trailing whitespace (#27784)

Library support

  • Preserve variadic generics in functools.partial (#27774)

Diagnostics

  • Add an opt-in rule flagging function decorators that transform a non-dynamic type into a dynamic type (#27829)
  • Disambiguate same-named types in several diagnostics (#27814)
  • Show error spans for errors originating in script metadata (#26693)

Core type checking

  • Avoid bypassing solver during literal promotion (#27763)
  • Expand nested union aliases when finding a TypedDict or callable (#27740)
  • Implement intersection meta-type projection (#27660)
  • Infer generic protocols from class objects (#27812)
  • Model exception-suppressing context managers (#27219)
  • Preserve TypeAliasType runtime origin (#27813)
  • Preserve class objects in lazy protocol checks (#27815)
  • Preserve declared types in exception handlers (#27817)
  • Preserve explicit globals after conditional rebinding (#27786)
  • Preserve property subclass types and accessors (#27833)
  • Preserve required stub fields in generated constructors (#27765)
  • Preserve static upper bounds of gradual solutions (#27664)
  • Prevent unrelated quantified constraints from destabilizing recursive queries (#27737)
  • Separate generic constraint accumulation from legacy projection (#27743)
  • Simplify generic protocol inference (#27819)
  • Specialize inherited members of unspecialized generic classes (#27658)
  • Specialize type variables determined by bound receivers (#27732)
  • Support unpacking tuple type aliases (#27825)
  • Sync vendored typeshed stubs (#27771). Typeshed diff

Performance

  • Cache py.typed contents (#27805)
  • Deduplicate exception checkpoints across equivalent branches (#27703)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.73

Released on 2026-08-18.

LSP server

  • Do not prefer unsafe fixes in the language server (#27822)
  • Fix signature help in trailing whitespace (#27784)

Library support

  • Preserve variadic generics in functools.partial (#27774)

Diagnostics

  • Add an opt-in rule flagging function decorators that transform a non-dynamic type into a dynamic type (#27829)
  • Disambiguate same-named types in several diagnostics (#27814)
  • Show error spans for errors originating in script metadata (#26693)

Core type checking

  • Avoid bypassing solver during literal promotion (#27763)
  • Expand nested union aliases when finding a TypedDict or callable (#27740)
  • Implement intersection meta-type projection (#27660)
  • Infer generic protocols from class objects (#27812)
  • Model exception-suppressing context managers (#27219)
  • Preserve TypeAliasType runtime origin (#27813)
  • Preserve class objects in lazy protocol checks (#27815)
  • Preserve declared types in exception handlers (#27817)
  • Preserve explicit globals after conditional rebinding (#27786)
  • Preserve property subclass types and accessors (#27833)
  • Preserve required stub fields in generated constructors (#27765)
  • Preserve static upper bounds of gradual solutions (#27664)
  • Prevent unrelated quantified constraints from destabilizing recursive queries (#27737)
  • Separate generic constraint accumulation from legacy projection (#27743)
  • Simplify generic protocol inference (#27819)
  • Specialize inherited members of unspecialized generic classes (#27658)
  • Specialize type variables determined by bound receivers (#27732)
  • Support unpacking tuple type aliases (#27825)
  • Sync vendored typeshed stubs (#27771). Typeshed diff

Performance

  • Cache py.typed contents (#27805)
  • Deduplicate exception checkpoints across equivalent branches (#27703)

Contributors

... (truncated)

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

Bumps the uv-dependencies group with 3 updates: [boto3](https://github.com/boto/boto3), [azure-mgmt-compute](https://github.com/Azure/azure-sdk-for-python) and [ty](https://github.com/astral-sh/ty).


Updates `boto3` from 1.43.73 to 1.43.74
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.73...1.43.74)

Updates `azure-mgmt-compute` from 38.2.0 to 38.3.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-mgmt-compute_38.2.0...azure-mgmt-compute_38.3.0)

Updates `ty` from 0.0.72 to 0.0.73
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.72...0.0.73)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.43.74
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: azure-mgmt-compute
  dependency-version: 38.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
- dependency-name: ty
  dependency-version: 0.0.73
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

@dependabot
dependabot Bot requested a review from JSChronicles as a code owner August 26, 2026 13:09

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Foundry-managed Dependabot approval

@github-actions
github-actions Bot enabled auto-merge (squash) August 26, 2026 13:09
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