Skip to content

Commit

Permalink
Merge pull request #2784 from pydanny/pyup-update-sentry-sdk-0.17.1-t…
Browse files Browse the repository at this point in the history
…o-0.17.2

Update sentry-sdk to 0.17.2
  • Loading branch information
browniebroke authored Sep 1, 2020
2 parents 84ab9a1 + 18c53d0 commit 18da9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ psycopg2==2.8.5 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
{%- endif %}
{%- if cookiecutter.use_sentry == "y" %}
sentry-sdk==0.17.1 # https://github.com/getsentry/sentry-python
sentry-sdk==0.17.2 # https://github.com/getsentry/sentry-python
{%- endif %}
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
hiredis==1.1.0 # https://github.com/redis/hiredis-py
Expand Down

0 comments on commit 18da9c9

Please sign in to comment.