diff options
author | 2023-03-29 21:51:26 +0100 | |
---|---|---|
committer | 2023-03-29 21:51:26 +0100 | |
commit | 534c2779083fec073c16524c8e318f82d8b953ea (patch) | |
tree | fbdf607a9d5d1447ee468d05804269ce2e506d3a | |
parent | Merge pull request #1234 from python-discord/dependabot/pip/pre-commit-3.2.0 (diff) | |
parent | Bump redis from 4.5.1 to 4.5.3 (diff) |
Merge pull request #1239 from python-discord/dependabot/pip/redis-4.5.3
Bump redis from 4.5.1 to 4.5.3
-rw-r--r-- | poetry.lock | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 6a298027..5c9afb30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1683,19 +1683,16 @@ full = ["numpy"] [[package]] name = "redis" -version = "4.5.1" +version = "4.5.3" description = "Python client for Redis database and key-value store" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.5.1-py3-none-any.whl", hash = "sha256:5deb072d26e67d2be1712603bfb7947ec3431fb0eec9c578994052e33035af6d"}, - {file = "redis-4.5.1.tar.gz", hash = "sha256:1eec3741cda408d3a5f84b78d089c8b8d895f21b3b050988351e925faf202864"}, + {file = "redis-4.5.3-py3-none-any.whl", hash = "sha256:7df17a0a2b72a4c8895b462dd07616c51b1dcb48fdd7ecb7b6f4bf39ecb2e94e"}, + {file = "redis-4.5.3.tar.gz", hash = "sha256:56732e156fe31801c4f43396bd3ca0c2a7f6f83d7936798531b9848d103381aa"}, ] -[package.dependencies] -async-timeout = ">=4.0.2" - [package.extras] hiredis = ["hiredis (>=1.0.0)"] ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"] |