build(deps): bump keyring from 25.1.0 to 25.2.1 (#18323)

Bumps [keyring](https://github.com/jaraco/keyring) from 25.1.0 to 25.2.1.
- [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/v25.1.0...v25.2.1)

---
updated-dependencies:
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-07-23 08:58:41 -07:00
committed by GitHub
parent 5462631d99
commit 41ce8e1fa7
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -1620,13 +1620,13 @@ files = [
[[package]]
name = "keyring"
version = "25.1.0"
version = "25.2.1"
description = "Store and access your passwords safely."
optional = false
python-versions = ">=3.8"
files = [
{file = "keyring-25.1.0-py3-none-any.whl", hash = "sha256:26fc12e6a329d61d24aa47b22a7c5c3f35753df7d8f2860973cf94f4e1fb3427"},
{file = "keyring-25.1.0.tar.gz", hash = "sha256:7230ea690525133f6ad536a9b5def74a4bd52642abe594761028fc044d7c7893"},
{file = "keyring-25.2.1-py3-none-any.whl", hash = "sha256:2458681cdefc0dbc0b7eb6cf75d0b98e59f9ad9b2d4edd319d18f68bdca95e50"},
{file = "keyring-25.2.1.tar.gz", hash = "sha256:daaffd42dbda25ddafb1ad5fec4024e5bbcfe424597ca1ca452b299861e49f1b"},
]
[package.dependencies]
@@ -1642,7 +1642,7 @@ SecretStorage = {version = ">=3.2", markers = "sys_platform == \"linux\""}
[package.extras]
completion = ["shtab (>=1.1.0)"]
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
testing = ["pytest (>=6,!=8.1.1)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)"]
testing = ["pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)"]
[[package]]
name = "keyrings-cryptfile"
@@ -3423,4 +3423,4 @@ upnp = ["miniupnpc"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.10, <3.13"
content-hash = "e0c7919b0e3419831c55727314f1b99e84cabb6d5fa54bebcd967a8ab61b0219"
content-hash = "d63359b52408a169f0e73bbddfbc0b5f373678b30dfd2e2a3b81ff04b44835ad"
+1 -1
View File
@@ -59,7 +59,7 @@ cryptography = "42.0.8" # Python cryptography library for TLS - keyring conflic
dnslib = "0.9.24" # dns lib
dnspython = "2.6.1" # Query DNS seeds
filelock = "3.15.4" # For reading and writing config multiprocess and multithread safely (non-reentrant locks)
keyring = "25.1.0" # Store keys in MacOS Keychain, Windows Credential Locker
keyring = "25.2.1" # Store keys in MacOS Keychain, Windows Credential Locker
packaging = "24.0"
pip = "24.0"
psutil = [