Update all non-major dependencies #48
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.21.3->1.23.01.19.0->1.23.012.23.1->12.25.124.8.0->24.10.07.1.1->7.2.06.1.1->6.1.21.14.1->1.16.01.9.3->1.9.4Release Notes
Azure/azure-sdk-for-python (azure-identity)
v1.23.0Compare Source
1.23.0 (2025-05-13)
Features Added
AZURE_TOKEN_CREDENTIALSenvironment variable toDefaultAzureCredentialto allow for choosing groups of credentials.prodforEnvironmentCredential,WorkloadIdentityCredential, andManagedIdentityCredential.devforSharedTokenCacheCredential,AzureCliCredential,AzurePowershellCredential, andAzureDeveloperCliCredential.v1.22.0Compare Source
1.22.0 (2025-05-06)
Breaking Changes
client_idoridentity_configwas specified inManagedIdentityCredentialfor Service Fabric managed identity, which is not supported, theclient_id(orresource_id/object_idspecifiedidentity_config) would be silently ignored. Now, an exception will be raised during a token request if aclient_idoridentity_configis specified for Service Fabric managed identity.Bugs Fixed
Other Changes
VisualStudioCodeCredentialas the VS Code Azure Account extension on which this credential depends on has been deprecated. See the Azure Account extension deprecation notice. (#40613)v1.21.0Compare Source
1.21.0 (2025-03-11)
Other Changes
CertificateCredentialto use the PS256 algorithm with PSS padding for certificate authentication in non-ADFS tenants. (#39761)UsernamePasswordCredential, as it doesn't support multifactor authentication (MFA). MFA will soon be enforced on all Microsoft Entra tenants. For more details, see Planning for mandatory MFA. (#39785)v1.20.0Compare Source
1.20.0 (2025-02-11)
Features Added
subscriptionparameter toAzureCliCredentialto specify the subscription to use when authenticating with the Azure CLI. (#37994)Bugs Fixed
'NoneType' object has no attribute 'startswith'has been fixed (#39176)Other Changes
AzureCliCredentialandAzureDeveloperCliCredentialwill now call their corresponding executables directly instead of going through the shell. (#38606)psf/black (black)
v24.10.0Compare Source
Highlights
mypyc-compiled wheels. (#4436) (#4449)
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Stable style
X | Ystyle unions.(#4453)
%%magic (#4462)Preview style
def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)Caching
--unstable(#4466)Packaging
blackdnow requires a newer version of aiohttp. (#4451)Output
pycqa/flake8 (flake8)
v7.2.0Compare Source
v7.1.2Compare Source
gforcada/flake8-isort (flake8-isort)
v6.1.2Compare Source
Add support for isort 6.0.0.
[SukiCZ]
Drop python 3.8, and add python 3.13.
[SukiCZ]
python/mypy (mypy)
v1.16.0Compare Source
v1.15.0Compare Source
memory/python-dpkg (pydpkg)
v1.9.4: 1.9.4Compare Source
What's Changed
New Contributors
Full Changelog: memory/python-dpkg@v1.9.3...v1.9.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.