We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9668037 commit e72da84Copy full SHA for e72da84
{{cookiecutter.project_slug}}/requirements/base.txt
@@ -11,7 +11,7 @@ argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
11
{%- if cookiecutter.use_whitenoise == 'y' %}
12
whitenoise==6.6.0 # https://github.com/evansd/whitenoise
13
{%- endif %}
14
-redis==5.0.1 # https://github.com/redis/redis-py
+redis==5.0.2 # https://github.com/redis/redis-py
15
{%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %}
16
hiredis==2.3.2 # https://github.com/redis/hiredis-py
17
0 commit comments