Skip to content

Commit 2156ab0

Browse files
authored
Update hiredis to 3.1.1 (#5833)
1 parent 27e1594 commit 2156ab0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.project_slug}}/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ whitenoise==6.9.0 # https://github.com/evansd/whitenoise
1313
{%- endif %}
1414
redis==5.3.0 # https://github.com/redis/redis-py
1515
{%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %}
16-
hiredis==3.1.0 # https://github.com/redis/hiredis-py
16+
hiredis==3.1.1 # https://github.com/redis/hiredis-py
1717
{%- endif %}
1818
{%- if cookiecutter.use_celery == "y" %}
1919
celery==5.5.2 # pyup: < 6.0 # https://github.com/celery/celery

{{cookiecutter.project_slug}}/requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Collectfasta==3.2.1 # https://github.com/jasongi/collectfasta
1111
sentry-sdk==2.27.0 # https://github.com/getsentry/sentry-python
1212
{%- endif %}
1313
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
14-
hiredis==3.1.0 # https://github.com/redis/hiredis-py
14+
hiredis==3.1.1 # https://github.com/redis/hiredis-py
1515
{%- endif %}
1616

1717
# Django

0 commit comments

Comments
 (0)