From ba42b1921fc2254f1974aab7d9c1393c11f4cd8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 21:21:08 +0000 Subject: [PATCH] Bump hiredis from 2.2.2 to 2.2.3 Bumps [hiredis](https://github.com/redis/hiredis-py) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/redis/hiredis-py/releases) - [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/hiredis-py/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: hiredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3a67ecd..7cc9fde 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -3,7 +3,7 @@ python-slugify==8.0.1 # https://github.com/un33k/python-slugify Pillow==9.5.0 # https://github.com/python-pillow/Pillow argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi redis==4.5.5 # https://github.com/redis/redis-py -hiredis==2.2.2 # https://github.com/redis/hiredis-py +hiredis==2.2.3 # https://github.com/redis/hiredis-py celery==5.2.7 # pyup: < 6.0 # https://github.com/celery/celery django-celery-beat==2.5.0 # https://github.com/celery/django-celery-beat flower==1.2.0 # https://github.com/mher/flower