From d4cb252aa436644cacbaead7e3e8f7a9f222409b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:25:52 +0000 Subject: [PATCH] build(deps): bump redis from 5.2.0 to 5.2.1 Bumps [redis](https://github.com/redis/redis-py) from 5.2.0 to 5.2.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.0...v5.2.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5cf0218..2e815b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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]] name = "aiohappyeyeballs" @@ -928,13 +928,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "redis" -version = "5.2.0" +version = "5.2.1" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.8" files = [ - {file = "redis-5.2.0-py3-none-any.whl", hash = "sha256:ae174f2bb3b1bf2b09d54bf3e51fbc1469cf6c10aa03e21141f51969801a7897"}, - {file = "redis-5.2.0.tar.gz", hash = "sha256:0b1087665a771b1ff2e003aa5bdd354f15a70c9e25d5a7dbf9c722c16528a7b0"}, + {file = "redis-5.2.1-py3-none-any.whl", hash = "sha256:ee7e1056b9aea0f04c6c2ed59452947f34c4940ee025f5dd83e6a6418b6989e4"}, + {file = "redis-5.2.1.tar.gz", hash = "sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f"}, ] [package.dependencies] @@ -1283,4 +1283,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "32355b3e470490a378a34a4fa813579062d3d234c1ca86250c231bdb0275a53d" +content-hash = "18f22fcb6c46f2d1e7bfd24de6135a114f1ca3cb43f955a1ac21f7d2125b646f" diff --git a/pyproject.toml b/pyproject.toml index 3cb955b..149adb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ mutagen = "^1.47.0" colorama = "^0.4.6" ruamel-yaml = "^0.18.6" pybind11 = "^2.13.6" -redis = "^5.2.0" +redis = "^5.2.1" hiredis = "^3.0.0" [build-system]