Skip to content

Commit e72da84

Browse files
authored
Update redis to 5.0.2 (#4895)
1 parent 9668037 commit e72da84

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
1111
{%- if cookiecutter.use_whitenoise == 'y' %}
1212
whitenoise==6.6.0 # https://github.com/evansd/whitenoise
1313
{%- endif %}
14-
redis==5.0.1 # https://github.com/redis/redis-py
14+
redis==5.0.2 # https://github.com/redis/redis-py
1515
{%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %}
1616
hiredis==2.3.2 # https://github.com/redis/hiredis-py
1717
{%- endif %}

0 commit comments

Comments
 (0)