mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
build(deps): bump redis from 5.2.1 to 6.1.0
Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 6.1.0. - [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.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3fb2718cdf
commit
19d0124e3e
11
poetry.lock
generated
11
poetry.lock
generated
@ -960,14 +960,14 @@ windows-terminal = ["colorama (>=0.4.6)"]
|
||||
|
||||
[[package]]
|
||||
name = "redis"
|
||||
version = "5.2.1"
|
||||
version = "6.1.0"
|
||||
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.0-py3-none-any.whl", hash = "sha256:3b72622f3d3a89df2a6041e82acd896b0e67d9f54e9bcd906d091d23ba5219f6"},
|
||||
{file = "redis-6.1.0.tar.gz", hash = "sha256:c928e267ad69d3069af28a9823a07726edf72c7e37764f43dc0123f37928c075"},
|
||||
]
|
||||
|
||||
[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 = "4df9db620e2593db986d9268730e0506b9e9bfb0b05cc77d6488d79bd459fdfb"
|
||||
|
@ -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.0"
|
||||
hiredis = "^3.1.0"
|
||||
|
||||
[build-system]
|
||||
|
Loading…
x
Reference in New Issue
Block a user