⬆️ Bump redis from 5.0.0 to 5.0.1

Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 to 5.0.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.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-30 10:49:25 +08:00 committed by GitHub
parent 9cde25fc58
commit 70f9c41ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2080,13 +2080,13 @@ full = ["numpy"]
[[package]] [[package]]
name = "redis" name = "redis"
version = "5.0.0" version = "5.0.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.7" python-versions = ">=3.7"
files = [ files = [
{file = "redis-5.0.0-py3-none-any.whl", hash = "sha256:06570d0b2d84d46c21defc550afbaada381af82f5b83e5b3777600e05d8e2ed0"}, {file = "redis-5.0.1-py3-none-any.whl", hash = "sha256:ed4802971884ae19d640775ba3b03aa2e7bd5e8fb8dfaed2decce4d0fc48391f"},
{file = "redis-5.0.0.tar.gz", hash = "sha256:5cea6c0d335c9a7332a460ed8729ceabb4d0c489c7285b0a86dbbf8a017bd120"}, {file = "redis-5.0.1.tar.gz", hash = "sha256:0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f"},
] ]
[package.dependencies] [package.dependencies]
@ -2908,4 +2908,4 @@ test = ["flaky", "pytest", "pytest-asyncio"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "7340320f9dc0fd8248e051a3ea4c628268d8f3efbefc010f04ed0c05b1a41aef" content-hash = "efc2c9e24d0d621d3cfedadf78f3043a578e4abbf87376f97fe87c80d6b23352"

View File

@ -15,7 +15,7 @@ python-telegram-bot = { version = "^20.5", extras = ["ext", "rate-limiter"] }
sqlmodel = "^0.0.8" sqlmodel = "^0.0.8"
colorlog = "^6.7.0" colorlog = "^6.7.0"
fakeredis = "^2.18.0" fakeredis = "^2.18.0"
redis = "^5.0.0" redis = "^5.0.1"
beautifulsoup4 = "^4.12.1" beautifulsoup4 = "^4.12.1"
asyncmy = "^0.2.7" asyncmy = "^0.2.7"
pyppeteer = "^1.0.2" pyppeteer = "^1.0.2"