Skip to content

Commit 33b1b8e

Browse files
authored
Update sentry-sdk from 1.9.6 to 1.9.7 (cookiecutter#3859)
1 parent 8778f1a commit 33b1b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ psycopg2==2.9.3 # https://github.com/psycopg/psycopg2
88
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
99
{%- endif %}
1010
{%- if cookiecutter.use_sentry == "y" %}
11-
sentry-sdk==1.9.6 # https://github.com/getsentry/sentry-python
11+
sentry-sdk==1.9.7 # https://github.com/getsentry/sentry-python
1212
{%- endif %}
1313
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
1414
hiredis==2.0.0 # https://github.com/redis/hiredis-py

0 commit comments

Comments
 (0)