Python dependency: Update keyring requirement from ==24.* to ==25.*

Updates the requirements on [keyring](https://github.com/jaraco/keyring) to permit the latest version.
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](https://github.com/jaraco/keyring/compare/v24.0.0...v25.2.1)

---
updated-dependencies:
- dependency-name: keyring
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-08 13:42:16 +05:30 committed by GitHub
parent b280c91013
commit 9a3b3530a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ azure-mgmt-subscription==3.1.1
azure-identity==1.17.1
google-api-python-client==2.*
google-auth-oauthlib==1.2.1
keyring==24.*
keyring==25.*
Werkzeug==3.0.*
typer[all]==0.12.*
setuptools==71.*; python_version >= '3.12'