diff options
author | 2023-03-03 18:33:13 +0000 | |
---|---|---|
committer | 2023-03-03 18:33:13 +0000 | |
commit | f017c8eed21ee743de67599350ec71bedbdb5aa6 (patch) | |
tree | ef1e97cd83f32ce4ca6a2207c61d730ce53a778e | |
parent | Merge pull request #2427 from python-discord/dependabot/pip/sentry-sdk-1.16.0 (diff) | |
parent | Bump redis from 4.3.5 to 4.4.2 (diff) |
Merge pull request #2428 from python-discord/dependabot/pip/redis-4.4.2
Bump redis from 4.3.5 to 4.4.2
-rw-r--r-- | poetry.lock | 15 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 8 insertions, 9 deletions
diff --git a/poetry.lock b/poetry.lock index f00713778..8a718ab82 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1194,7 +1194,7 @@ dev = ["black", "mypy", "pytest"] name = "packaging" version = "21.3" description = "Core utilities for Python packages" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1532,7 +1532,7 @@ files = [ name = "pyparsing" version = "3.0.9" description = "pyparsing module - Classes and methods to define and execute parsing grammars" -category = "main" +category = "dev" optional = false python-versions = ">=3.6.8" files = [ @@ -1837,19 +1837,18 @@ full = ["numpy"] [[package]] name = "redis" -version = "4.3.5" +version = "4.4.2" description = "Python client for Redis database and key-value store" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "redis-4.3.5-py3-none-any.whl", hash = "sha256:46652271dc7525cd5a9667e5b0ca983c848c75b2b8f7425403395bb8379dcf25"}, - {file = "redis-4.3.5.tar.gz", hash = "sha256:30c07511627a4c5c4d970e060000772f323174f75e745a26938319817ead7a12"}, + {file = "redis-4.4.2-py3-none-any.whl", hash = "sha256:e6206448e2f8a432871d07d432c13ed6c2abcf6b74edb436c99752b1371be387"}, + {file = "redis-4.4.2.tar.gz", hash = "sha256:a010f6cb7378065040a02839c3f75c7e0fb37a87116fb4a95be82a95552776c7"}, ] [package.dependencies] async-timeout = ">=4.0.2" -packaging = ">=20.4" [package.extras] hiredis = ["hiredis (>=1.0.0)"] @@ -2318,4 +2317,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "4239eb9deb7fe5792cbac76d5eb1a1a7c585f4a337df2772286733f70172a6b1" +content-hash = "68bfdf2115a5242df097155a2660a1c0276cf25b4785bdb761580bd35b77383c" diff --git a/pyproject.toml b/pyproject.toml index ecfe2b205..71981e8d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "3.10.*" # See https://bot-core.pythondiscord.com/ for docs. pydis_core = { version = "9.5.1", extras = ["async-rediscache"] } -redis = "4.3.5" +redis = "4.4.2" fakeredis = { version = "2.0.0", extras = ["lua"] } aiohttp = "3.8.3" |