Skip to content

Commit

Permalink
Update redis to 5.0.0 (#4526)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Aug 15, 2023
1 parent b8e3f4a commit e79a909
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 @@ -11,7 +11,7 @@ argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi
{%- if cookiecutter.use_whitenoise == 'y' %}
whitenoise==6.5.0 # https://github.com/evansd/whitenoise
{%- endif %}
redis==4.6.0 # https://github.com/redis/redis-py
redis==5.0.0 # https://github.com/redis/redis-py
{%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %}
hiredis==2.2.3 # https://github.com/redis/hiredis-py
{%- endif %}
Expand Down

0 comments on commit e79a909

Please sign in to comment.