Update dependency keyring to v25.6.0 (#1948)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-24 20:29:02 -08:00 committed by GitHub
parent 85eb730186
commit b8a8de98c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
poetry.lock generated
View file

@ -685,17 +685,17 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "keyring"
version = "25.4.1"
version = "25.6.0"
description = "Store and access your passwords safely."
optional = false
python-versions = ">=3.8"
python-versions = ">=3.9"
files = [
{file = "keyring-25.4.1-py3-none-any.whl", hash = "sha256:5426f817cf7f6f007ba5ec722b1bcad95a75b27d780343772ad76b17cb47b0bf"},
{file = "keyring-25.4.1.tar.gz", hash = "sha256:b07ebc55f3e8ed86ac81dd31ef14e81ace9dd9c3d4b5d77a6e9a2016d0d71a1b"},
{file = "keyring-25.6.0-py3-none-any.whl", hash = "sha256:552a3f7af126ece7ed5c89753650eec89c7eaae8617d0aa4d9ad2b75111266bd"},
{file = "keyring-25.6.0.tar.gz", hash = "sha256:0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66"},
]
[package.dependencies]
importlib-metadata = {version = ">=4.11.4", markers = "python_version < \"3.12\""}
importlib_metadata = {version = ">=4.11.4", markers = "python_version < \"3.12\""}
"jaraco.classes" = "*"
"jaraco.context" = "*"
"jaraco.functools" = "*"