Bump redis from 4.6.0 to 5.0.0 (#1019)

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

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

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-06 11:48:23 -04:00 коммит произвёл GitHub
Родитель e3df88d96c
Коммит 32f84893ae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

8
poetry.lock сгенерированный
Просмотреть файл

@ -1440,13 +1440,13 @@ full = ["numpy"]
[[package]]
name = "redis"
version = "4.6.0"
version = "5.0.0"
description = "Python client for Redis database and key-value store"
optional = true
python-versions = ">=3.7"
files = [
{file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"},
{file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"},
{file = "redis-5.0.0-py3-none-any.whl", hash = "sha256:06570d0b2d84d46c21defc550afbaada381af82f5b83e5b3777600e05d8e2ed0"},
{file = "redis-5.0.0.tar.gz", hash = "sha256:5cea6c0d335c9a7332a460ed8729ceabb4d0c489c7285b0a86dbbf8a017bd120"},
]
[package.dependencies]
@ -2073,4 +2073,4 @@ cache-seeded-file = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.7,<4"
content-hash = "74edddf0cb5a9cf8af12f15f6f5bace8f245d9d085f763a9285847e31c4bb75f"
content-hash = "ead1bad2bebfe4a0adcfa3dac31c0f45a867ee1e0e6b54569758b68c6f79b98a"

Просмотреть файл

@ -20,7 +20,7 @@ tomlkit = "~0"
boto3 = {version = "~1", optional = true}
zstandard = {version = "~0"}
python3-memcached = {version = "~1", optional = true}
redis = {version = ">=3,<5", optional = true}
redis = {version = ">=3,<6", optional = true}
requests = "~2"
flake8 = ">=3,<5"
pyyaml = ">=5,<7"