Skip to content

Commit bf337f7

Browse files
authored
Merge pull request #2828 from pydanny/pyup-update-sentry-sdk-0.17.4-to-0.17.5
Update sentry-sdk to 0.17.5
2 parents 7780065 + 584267d commit bf337f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{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.8.6 # 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==0.17.4 # https://github.com/getsentry/sentry-python
11+
sentry-sdk==0.17.5 # https://github.com/getsentry/sentry-python
1212
{%- endif %}
1313
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
1414
hiredis==1.1.0 # https://github.com/redis/hiredis-py

0 commit comments

Comments
 (0)