mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-11 00:22:34 -06:00
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:
parent
b280c91013
commit
9a3b3530a6
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user