aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-31 14:33:16 +0000
committerGravatar GitHub <[email protected]>2023-03-31 14:33:16 +0000
commitd47cd5c87cbd43c095577e8e9b5bfd2a7f14d710 (patch)
tree365658fc44b3ac2c9a1679de33b0244db7cafc2a
parentMerge pull request #1242 from python-discord/dependabot/pip/sentry-sdk-1.18.0 (diff)
Bump redis from 4.5.3 to 4.5.4
Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.4. - [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/v4.5.3...v4.5.4) --- updated-dependencies: - dependency-name: redis dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock9
1 files changed, 6 insertions, 3 deletions
diff --git a/poetry.lock b/poetry.lock
index ee7fae31..a294e4d8 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1683,16 +1683,19 @@ full = ["numpy"]
[[package]]
name = "redis"
-version = "4.5.3"
+version = "4.5.4"
description = "Python client for Redis database and key-value store"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
- {file = "redis-4.5.3-py3-none-any.whl", hash = "sha256:7df17a0a2b72a4c8895b462dd07616c51b1dcb48fdd7ecb7b6f4bf39ecb2e94e"},
- {file = "redis-4.5.3.tar.gz", hash = "sha256:56732e156fe31801c4f43396bd3ca0c2a7f6f83d7936798531b9848d103381aa"},
+ {file = "redis-4.5.4-py3-none-any.whl", hash = "sha256:2c19e6767c474f2e85167909061d525ed65bea9301c0770bb151e041b7ac89a2"},
+ {file = "redis-4.5.4.tar.gz", hash = "sha256:73ec35da4da267d6847e47f68730fdd5f62e2ca69e3ef5885c6a78a9374c3893"},
]
+[package.dependencies]
+async-timeout = {version = ">=4.0.2", markers = "python_version <= \"3.11.2\""}
+
[package.extras]
hiredis = ["hiredis (>=1.0.0)"]
ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"]