Python dependency: Update keyring requirement from ==23.* to ==24.* (#6552)

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/v23.0.0...v24.2.0)

---
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] 2023-11-01 17:40:46 +05:30 committed by GitHub
parent 71e7a7c481
commit d3dd5c0b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,4 +52,4 @@ azure-identity==1.15.0
google-api-python-client==2.* google-api-python-client==2.*
google-auth-oauthlib==1.1.0 google-auth-oauthlib==1.1.0
Werkzeug==2.2.3 Werkzeug==2.2.3
keyring==23.* keyring==24.*