File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}}/requirements Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ whitenoise==6.9.0 # https://github.com/evansd/whitenoise
1313{%- endif %}
1414redis==5.3.0 # https://github.com/redis/redis-py
1515{%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %}
16- hiredis==3.1.0 # https://github.com/redis/hiredis-py
16+ hiredis==3.1.1 # https://github.com/redis/hiredis-py
1717{%- endif %}
1818{%- if cookiecutter.use_celery == "y" %}
1919celery==5.5.2 # pyup: < 6.0 # https://github.com/celery/celery
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Collectfasta==3.2.1 # https://github.com/jasongi/collectfasta
1111sentry-sdk==2.27.0 # https://github.com/getsentry/sentry-python
1212{%- endif %}
1313{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
14- hiredis==3.1.0 # https://github.com/redis/hiredis-py
14+ hiredis==3.1.1 # https://github.com/redis/hiredis-py
1515{%- endif %}
1616
1717# Django
You can’t perform that action at this time.
0 commit comments