Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the production-dependencies group with 4 updates in the / directory: azure-core, pydo, boto3 and setuptools.

Updates azure-core from 1.30.2 to 1.31.0

Release notes

Sourced from azure-core's releases.

azure-core_1.31.0

1.31.0 (2024-09-12)

Features Added

  • Added azure.core.AzureClouds enum to represent the different Azure clouds.
  • Added two new credential protocol classes, SupportsTokenInfo and AsyncSupportsTokenInfo, to offer more extensibility in supporting various token acquisition scenarios. #36565
    • Each new protocol class defines a get_token_info method that returns an AccessTokenInfo object.
  • Added a new TokenRequestOptions class, which is a TypedDict with optional parameters, that can be used to define options for token requests through the get_token_info method. #36565
  • Added a new AccessTokenInfo class, which is returned by get_token_info implementations. This class contains the token, its expiration time, and optional additional information like when a token should be refreshed. #36565
  • BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy now first check if a credential has the get_token_info method defined. If so, the get_token_info method is used to acquire a token. Otherwise, the get_token method is used. #36565
    • These policies now also check the refresh_on attribute when determining if a new token request should be made.

Other Changes

  • The Azure Core OpenTelemetry tracing plugin will now be the preferred tracing plugin over the OpenCensus plugin. If both plugins are installed and opentelemetry is imported, then OpenTelemetry will be used to trace Azure SDK operations. #35050
Commits

Updates pydo from 0.4.0 to 0.5.0

Release notes

Sourced from pydo's releases.

v0.5.0

What's Changed

Other Changes ⚒️ (documentation, testing, etc)

... (truncated)

Commits
  • 50fde88 prep v0.5.0 release (#337)
  • 2d5b0e4 Correctly quote variables in client gen workflow. (#336)
  • 4315d0b [bot] Updated client based on openapi-21e0351/clientgen (#335)
  • dffe36d Update from deprecated upload-artifact@v2 action. (#333)
  • 7b01498 Add Mocked Tests: Image Actions (#331)
  • d9c2b90 [bot] Updated client based on openapi-6fddf79/clientgen (#330)
  • 405fc58 [bot] Updated client based on openapi-312be69/clientgen (#329)
  • 00239cb [bot] Updated client based on openapi-ccd01a3/clientgen (#328)
  • 1d3ee84 [bot] Updated client based on openapi-9e32977/clientgen (#327)
  • 90d80f3 apps: remove tests for list_tiers and get_tier (#325)
  • Additional commits viewable in compare view

Updates boto3 from 1.34.131 to 1.35.24

Commits
  • 0902ce1 Merge branch 'release-1.35.24'
  • 03cb1ed Bumping version to 1.35.24
  • 08b0363 Add changelog entries from botocore
  • 746a999 Merge branch 'release-1.35.23'
  • bf912c6 Merge branch 'release-1.35.23' into develop
  • dc7b107 Bumping version to 1.35.23
  • 1edd472 Add changelog entries from botocore
  • dd54fe9 Merge branch 'release-1.35.22'
  • 9acc473 Merge branch 'release-1.35.22' into develop
  • fe83dce Bumping version to 1.35.22
  • Additional commits viewable in compare view

Updates setuptools from 70.1.0 to 75.1.0

Changelog

Sourced from setuptools's changelog.

v75.1.0

Features

  • Deprecated bdist_wheel.universal configuration. (#4617)

Bugfixes

  • Removed reference to upload_docs module in entry points. (#4650)

v75.0.0

Features

  • Declare also the dependencies used by distutils (adds jaraco.collections).

Deprecations and Removals

  • Removed upload_docs command. (#2971)
  • pypa/distutils#294#4649)

v74.1.3

Bugfixes

  • Fix cross-platform compilation using distutils._msvccompiler.MSVCCompiler -- by :user:saschanaz and :user:Avasam (#4648)

v74.1.2

Bugfixes

  • Fixed TypeError in sdist filelist processing by adding support for pathlib Paths for the build_base. (#4615)
  • Removed degraded and deprecated test_integration (easy_install) from the test suite. (#4632)

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

Bumps the production-dependencies group with 4 updates in the / directory: [azure-core](https://github.com/Azure/azure-sdk-for-python), [pydo](https://github.com/digitalocean/pydo), [boto3](https://github.com/boto/boto3) and [setuptools](https://github.com/pypa/setuptools).


Updates `azure-core` from 1.30.2 to 1.31.0
- [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-core_1.30.2...azure-core_1.31.0)

Updates `pydo` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/digitalocean/pydo/releases)
- [Commits](digitalocean/pydo@v0.4.0...v0.5.0)

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

Updates `setuptools` from 70.1.0 to 75.1.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.1.0...v75.1.0)

---
updated-dependencies:
- dependency-name: azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependabot PR generated by Dependabot label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot PR generated by Dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant