We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c68c8f commit c04a8e3Copy full SHA for c04a8e3
{{cookiecutter.project_slug}}/requirements/production.txt
@@ -8,7 +8,7 @@ psycopg[c]==3.2.6 # https://github.com/psycopg/psycopg
8
Collectfasta==3.2.1 # https://github.com/jasongi/collectfasta
9
{%- endif %}
10
{%- if cookiecutter.use_sentry == "y" %}
11
-sentry-sdk==2.24.0 # https://github.com/getsentry/sentry-python
+sentry-sdk==2.24.1 # https://github.com/getsentry/sentry-python
12
13
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
14
hiredis==3.1.0 # https://github.com/redis/hiredis-py
0 commit comments