Skip to content

Commit

Permalink
Update hiredis from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Dec 4, 2024
1 parent 45b255b commit 2b0765c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ whitenoise==6.8.2 # https://github.com/evansd/whitenoise
{%- endif %}
redis==5.2.0 # https://github.com/redis/redis-py
{%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %}
hiredis==3.0.0 # https://github.com/redis/hiredis-py
hiredis==3.1.0 # https://github.com/redis/hiredis-py
{%- endif %}
{%- if cookiecutter.use_celery == "y" %}
celery==5.4.0 # pyup: < 6.0 # https://github.com/celery/celery
Expand Down

0 comments on commit 2b0765c

Please sign in to comment.