build(deps): bump redis from 5.2.1 to 6.1.1 (#109)

Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 6.1.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v5.2.1...v6.1.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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] 2025-06-02 23:32:24 +08:00 committed by GitHub
parent 3708580ed0
commit 4124038358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

11
poetry.lock generated
View File

@ -960,14 +960,14 @@ windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
name = "redis"
version = "5.2.1"
version = "6.1.1"
description = "Python client for Redis database and key-value store"
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "redis-5.2.1-py3-none-any.whl", hash = "sha256:ee7e1056b9aea0f04c6c2ed59452947f34c4940ee025f5dd83e6a6418b6989e4"},
{file = "redis-5.2.1.tar.gz", hash = "sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f"},
{file = "redis-6.1.1-py3-none-any.whl", hash = "sha256:ed44d53d065bbe04ac6d76864e331cfe5c5353f86f6deccc095f8794fd15bb2e"},
{file = "redis-6.1.1.tar.gz", hash = "sha256:88c689325b5b41cedcbdbdfd4d937ea86cf6dab2222a83e86d8a466e4b3d2600"},
]
[package.dependencies]
@ -975,7 +975,8 @@ async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\
[package.extras]
hiredis = ["hiredis (>=3.0.0)"]
ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)"]
jwt = ["pyjwt (>=2.9.0)"]
ocsp = ["cryptography (>=36.0.1)", "pyopenssl (>=20.0.1)", "requests (>=2.31.0)"]
[[package]]
name = "requests"
@ -1326,4 +1327,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.1"
python-versions = "^3.8"
content-hash = "8cc70ab6f18f7a3227fa31c2f16e3691593095cbb73be0acfffec1a60797408d"
content-hash = "bf81d32dde5176e3bcbe72a54e69bf0af621c57e4eca0c9f790f93a6ca541f64"

View File

@ -21,7 +21,7 @@ mutagen = "^1.47.0"
colorama = "^0.4.6"
ruamel-yaml = "^0.18.10"
pybind11 = "^2.13.6"
redis = "^5.2.1"
redis = "^6.1.1"
hiredis = "^3.1.0"
[build-system]