Merge pull request #86 from MeoProject/dependabot/pip/redis-5.2.1

This commit is contained in:
dependabot[bot] 2024-12-10 08:34:53 +00:00 committed by GitHub
commit 6d247dbeac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. # This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]] [[package]]
name = "aiohappyeyeballs" name = "aiohappyeyeballs"
@ -928,13 +928,13 @@ windows-terminal = ["colorama (>=0.4.6)"]
[[package]] [[package]]
name = "redis" name = "redis"
version = "5.2.0" version = "5.2.1"
description = "Python client for Redis database and key-value store" description = "Python client for Redis database and key-value store"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "redis-5.2.0-py3-none-any.whl", hash = "sha256:ae174f2bb3b1bf2b09d54bf3e51fbc1469cf6c10aa03e21141f51969801a7897"}, {file = "redis-5.2.1-py3-none-any.whl", hash = "sha256:ee7e1056b9aea0f04c6c2ed59452947f34c4940ee025f5dd83e6a6418b6989e4"},
{file = "redis-5.2.0.tar.gz", hash = "sha256:0b1087665a771b1ff2e003aa5bdd354f15a70c9e25d5a7dbf9c722c16528a7b0"}, {file = "redis-5.2.1.tar.gz", hash = "sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f"},
] ]
[package.dependencies] [package.dependencies]
@ -1283,4 +1283,4 @@ propcache = ">=0.2.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "32355b3e470490a378a34a4fa813579062d3d234c1ca86250c231bdb0275a53d" content-hash = "18f22fcb6c46f2d1e7bfd24de6135a114f1ca3cb43f955a1ac21f7d2125b646f"

View File

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