Skip to content

Commit db0fc69

Browse files
authored
Update sentry-sdk to 1.9.8 (cookiecutter#3861)
1 parent f0fd23c commit db0fc69

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.7 # https://github.com/getsentry/sentry-python
11+
sentry-sdk==1.9.8 # 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)