Skip to content

Commit 89acf13

Browse files
authored
Update redis from 5.0.3 to 5.0.4 (#5018)
1 parent d5d41fc commit 89acf13

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: {{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.3 # https://github.com/redis/redis-py
14+
redis==5.0.4 # 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)